@charset "UTF-8";

 :root {
--color-black: #000;
--color-dark-gray: #131313;
--color-gray: #7d7d7d;
--color-gray-disabled: #c8c8c8;
--color-light-gray: #f6f6f6;
--color-whisper: #e7e7e7;
--color-dfdl-green: #004c45;
--color-green-10: #f4f7f7;
--color-green-70: #66948f;
--color-bright-green: #77dd77;
--color-red: #66000;
--color-yellow: #ffbd5c;
--color-white: #fff;
--color-error-dark: #ed4337;
--color-error-light: #fdeceb;
--font-size-smaller: 12px;
--font-size-small: 14px;
--font-size-body: 16px;
--font-size-large: 18px;
--font-size-larger: 22px;
--font-size-big: 28px;
--font-size-huge: 32px;
--font-size-jumbo: 56px;
--font-size-super-jumbo: 72px;
--setting-border-radius: 8px;
--setting-button-padding: 0 1.2em 0 1.2em;
--setting-body-font: "Segoe UI Slim";
}
body { font-family: var(--body-font);
font-size: var(--font-size-body);
font-weight: 400;
margin: 0;
max-width: 100%;
overflow-x: hidden !important;
padding: 0;
scroll-behavior: smooth;
}
body.noscroll {
overflow: hidden;
}
.silo {
margin-left: auto;
margin-right: auto;  }
.narrow,
.wp-block-table,
.entry-content p {
margin-left: auto;
margin-right: auto;
max-width: var(--setting-narrow-max-width);
}
img {
display: block;
}
a {
text-decoration: none;
}
#insights .callout header a:hover,
#side-navigation .menu li a:hover,
#mobile-navigation .menu li a:hover,
a:hover,
.callout .stage a:hover,
.dfdl-single-member .name a:hover,
.dfdl-single-member .contact-details a:hover,
.country-nav a:not(.current-menu-item):hover,
.responsive-table a:hover,
.contact-stage .copy-stage .copy a:hover,
#page-lead .lead a:hover,
.country-contacts .contact a:hover {
color: var(--color-bright-green);
}
.posts .card h4 a:hover {
color: var(--color-dfdl-green);
}
.posts .card h4 a:hover {
color: var(--color-dfdl-green);
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li {
display: inline;
list-style-type: none;
position: relative;
}
.aligncenter {
margin: auto;
}
.alignleft {
float: left;
margin: 0 16px 32px 0;
}
.alignright {
float: right;
margin: 0 0 32px 16px;
} .button,
.entry-content input[type="submit"] {
border: solid 1px;
border-radius: var(--setting-border-radius);
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: 700;
height: 38px;
line-height: 2.375em;
padding: var(--setting-button-padding);
position: relative;
text-decoration: none;
}
.button.green {
border: solid 1px var(--color-dfdl-green);
color: var(--color-dfdl-green);
transition: all 0.15s;
}
.button.green:hover {
border: solid 1px var(--color-bright-green);
color: var(--color-bright-green);
transition: all 0.15s;
}
.button.green:active {
border: solid 1px var(--color-green-70);
color: var(--color-green-70);
transition: all 0.15s;
}
.button.green.solid,
.entry-content input[type="submit"] {
background-color: var(--color-dfdl-green);
color: var(--color-white);
}
.button.filter {
background: transparent;
border: solid 1px var(--color-green-70);
color: var(--color-dfdl-green);
cursor: pointer;
height: 40px;
padding: 0 1.25em 0.6em 3em;
position: relative;
}
.member-search + .button.filter {
margin-left: 1em;
}
.member-search + .button.filter {
margin-left: 1em;
}
.button.mobile-filter {
background: transparent;
border: 0;
color: var(--color-dfdl-green);
cursor: pointer;
height: 40px;
position: relative;
}
.button.mobile-filter:before,
.button.filter:before,
.button.download:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-filter.svg);
background-position: 4px 0;
background-repeat: no-repeat;
background-size: 16px;
content: " ";
height: 24px;
left: 20px;
position: absolute;
top: 14px;
width: 24px;
}
.button.mobile-filter:before {
left: 0;
top: 9px;
}
.button.filter:hover,
.button.filter.is-active,
.button.subscribe:hover {
border: solid 1px var(--color-bright-green);
color: var(--color-bright-green);
}
.button.mobile-filter:hover:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-filter-active.svg);
}
.button.filter:hover:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-filter-active.svg);
}
.button.filter.is-active:before,
.button.mobile-filter.is-active:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-filter-close-hilite.svg);
background-size: 12px;
}
.button.green.solid:hover {
border: solid 1px var(--color-dfdl-green);
color: var(--color-bright-green);
}
.disabled {
pointer-events: none;
}
.button.disabled,
.button.green.solid.disabled {
background-color: var(--color-gray-disabled);
border: solid 1px var(--color-gray-disabled);
color: var(--color-white);
display: block;
pointer-events: none;
}
.button.download {
background: var(--color-bright-green);
color: var(--color-white);
padding-left: 60px;
padding-right: 40px;
position: relative;
}
.button.register {
background: var(--color-bright-green);
color: var(--color-white);
font-size: 1em;
line-height: 2em;
}
.button.download:hover,
.button.register:hover {
background: var(--color-dfdl-green);
}
.button.download:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-download.svg);
left: 32px;
top: 10px;
}
.button.loading span:after {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/spinner.gif);
background-size: contain;
content: " ";
display: block;
height: 40px;
position: absolute;
right: -43px;
top: -3px;
width: 40px;
}
.button.subscribe {
border: solid 1px var(--color-white);
color: var(--color-white);
}
.button.download {
background: var(--color-bright-green);
color: var(--color-white);
padding-left: 60px;
padding-right: 40px;
position: relative;
}
.button.register {
background: var(--color-bright-green);
color: var(--color-white);
font-size: 1em;
line-height: 2em;
}
.button.download:hover,
.button.register:hover {
background: var(--color-dfdl-green);
}
.button.download:before {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-download.svg);
left: 32px;
top: 10px;
}
.button.loading span:after {
background-image: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/spinner.gif);
background-size: contain;
content: " ";
display: block;
height: 40px;
position: absolute;
right: -43px;
top: -3px;
width: 40px;
}
.button.subscribe {
border: solid 1px var(--color-white);
color: var(--color-white);
} header.main {
background: var(--white);
backdrop-filter: blur(6px);
position: fixed;
top: 0;
width: 100%;
z-index: 10;
}
#header.solid {
background-color: rgba(255, 255, 255, 1);
z-index: 10;
}
.header-stage {
position: relative;
}
.admin-bar > header {
margin-top: 30px;
}
.header-stage .left {
height: 80px;
position: relative;
}
.header-stage .left,
.header-stage .right {
align-items: center;
display: flex;
height: 80px;
position: relative;
z-index: 10;
}
.header-stage .left {
float: left;
}
.header-stage .right {
float: right;
}
.header-stage .right .cta-button a {
background-color: var(--color-bright-green);
border-radius: var(--setting-border-radius);
color: var(--color-white);
display: inline-block;
height: 40px;
line-height: 2.375em;
padding: 0 1.2em 0 1.2em;
transition: all 0.15s;
}
.header-stage .right .cta-button a:hover {
background-color: var(--color-dfdl-green);
color: var(--color-white);
transition: all 0.15s;
}
.header-stage .right .cta-button a:active {
background-color: var(--color-green-70);
transition: all 0.15s;
}
.site-branding img {
display: inline-block;
}
.header-stage .left a {
margin-right: 1em;
}
.header-stage .right a {
margin-left: 1.5em;
}
.header-stage .left a:hover,
.header-stage .right a:hover {
color: var(--color-bright-green);
}
.header-stage .current_page_item a,
.header-stage .current-page-parent {
color: var(--color-dfdl-green);
font-weight: 700;
}
.menu .current-page-ancestor,
.menu .current-page-ancestor a {
color: var(--color-dfdl-green);
font-weight: 700;
}
.header-stage .search a {
opacity: 0;
width: 100%;
position: relative;
height: 100%;
display: block;
}
.callout h2 {
font-size: var(--font-size-huge);
line-height: 1em;
margin: auto;
text-align: center;
}
.callout h3 {
color: var(--color-gray);
font-family: var(--setting-body-font);
font-size: var(--font-size-body);
font-weight: 400;
line-height: 1.4em;
margin: 1em auto 4em auto;
text-align: center;
max-width: 34em;
}
.callout .stage a {
color: var(--color-dark-gray);
font-size: var(--font-size-large);
text-decoration: none;
}
.callout a.button {
color: var(--color-dfdl-green);
font-size: var(--font-size-body);
margin: 4em auto 0 auto;
}
.newsletter-signup {
display: flex;
flex-direction: column;
gap: 16px; }
.newsletter-signup .social-links,
.newsletter-signup .newsletter-form {
display: flex;
justify-content: end;
}
.newsletter-signup form {
position: relative;
}
.form-group {
display: flex;
gap: var(--size-16);
}
.form-label {
margin-bottom: 8px;
}
.newsletter-signup label {
font-size: var(--size-16);
font-weight: var(--normal);
}
.newsletter-signup input[type="email"] {
width: 443px;
border: none;
}
.subscribe-btn {
color: var(--white);
} #mce-responses {
margin-top: 0.25em;
}
#mce-responses {
margin-top: 0.25em;
}
#colophon .site-name {
margin-bottom: 24px;
}
.fineprint {
border-top: solid 1px var(--tint-light);
display: flex;
justify-content: center;
align-items: center;
gap: var(--size-24);
padding: var(--size-24) 0;
color: var(--tint-light);
font-weight: var(--normal);
}
.copyright-notice {
font-size: var(--size-14);
font-weight: var(--normal);
text-align: right;
}
.menu-legal-container .menu {
gap: var(--size-24);
display: flex;
}
.menu-legal-container li a {
color: var(--tint-light);
font-weight: var(--normal);
font-size: var(--size-14);
}
.fineprint img {
height: 16px;
width: 16px;
}
.social-links {
display: flex;
gap: var(--size-24);
}
.social-links object {
pointer-events: none;
}
.share-icon {
fill: var(--color-white);
stroke-linecap: round;
stroke-linejoin: round;
transition: all 0.25s;
width: auto;
height: 16px;
}
.share-icon:hover {
fill: var(--color-bright-green);
cursor: pointer;
}
.share-icon {
fill: var(--color-white);
stroke-linecap: round;
stroke-linejoin: round;
transition: all 0.25s;
width: auto;
height: 16px;
}
.share-icon:hover {
fill: var(--color-bright-green);
cursor: pointer;
}
.legal-nav {
text-align: right;
}
.subnav-stage.silo {
position: relative;
margin-top: 100px;
width: 100%;
}
.country-subnav-stage li {
display: inline;
list-style-type: none; }
.country-subnav-stage .member-search-stage {
display: inline-block;
height: 25px;
}
.country-subnav-stage .member-search-inline {
position: absolute;
}
#search-toggle {
cursor: pointer;
display: inline-block;
height: 16px;
width: 16px;
}
.member-search {
cursor: pointer;
}
.member-search img {
display: inline;
margin-right: 14px;
width: 17px;
}
.member-search a {
height: 32px;
left: 6px;
position: absolute;
text-indent: -9999em;
} .member-search:before {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-search.svg) 50% 50%;
background-size: cover;
content: " ";
display: inline-block;
height: 18px;
margin: 0 2em 0 1em;
position: relative;
width: 18px;
top: 2px;
}
.member-search:hover:before {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-search-active.svg) 50% 50%;
}
.country-subnav-stage .mobile-filter-button {
display: none;
}
.country-subnav-stage .back {
left: 0;
position: absolute;
}
.subnav-stage .back a,
.subnav-stage.silo a,
.country-subnav-stage .back a,
#insights .subnav-stage .back a {
background: transparent url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-back-arrow.svg) center left
no-repeat;
background-size: 8px;
color: var(--color-black);
font-weight: 900;
padding-left: 1.5em;
}
.subnav-stage.silo a:hover,
.country-subnav-stage .back a:hover,
#insights .subnav-stage .back a:hover,
#page-hero .subnav-stage .back a:hover {
background: transparent url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-back-arrow-active.svg) center
left no-repeat;
background-size: 8px;
color: var(--color-bright-green);
}
.country-subnav-stage .filter-button {
margin-right: 0;
}
.country-subnav-stage li a {
color: var(--color-dark-gray);
padding: var(--setting-button-padding);
}
.country-subnav-stage .current-menu-item {
background-color: var(--color-bright-green);
border-radius: var(--setting-border-radius);
color: var(--color-white);
display: inline-block;
height: 40px;
line-height: 40px;
padding: var(--setting-button-padding);
}
#team-grid-swiper .swiper-wrapper {
column-gap: 24px;
display: grid;
grid-template-columns: repeat(4, 1fr);
row-gap: 24px;
}
#team-grid-swiper .swiper-wrapper a {
align-items: stretch;
display: flex;
}
.dfdl-single-member {
column-gap: 24px;
display: grid;
grid-template-columns: repeat(4, 1fr);
row-gap: 24px;
}
#team-grid-swiper .swiper-wrapper a {
align-items: stretch;
display: flex;
justify-content: center;
}
.dfdl-single-member {
margin: 80px auto 80px auto;
}
#results_stage.team-stage.country,
#results_stage.team-stage.all {
margin: 60px auto 120px auto;
}
.lead-team-member.dfdl-single-member {
margin-bottom: 0;
}
.dfdl-single-member,
.details-stage {
align-items: center;
display: flex;
}
.team-member-stage .team-member {
flex-direction: row-reverse;
}
.team-member-stage .team-member .details-stage {
margin: 0 2em 0 0;
padding: 1.5em 1.5em 1.5em 0;
}
.dfdl-single-member.author {
align-items: flex-start;
background-color: var(--color-green-10);
margin: 2em 0 2em 0;
padding: 1.5em;
position: relative;
}
.dfdl-single-member.author > img {
height: auto;
max-width: 240px;
}
.single .dfdl-single-member .details-stage {
margin-left: 0;
}
.dfdl-single-member.author .name {
margin-bottom: 1em;
}
.dfdl-single-member.author .location {
margin-bottom: 1em;
}
.dfdl-single-member.author .bio {
color: var(--color-dfdl-green);
columns: 1;
font-size: var(--font-size-body);
margin: 1em 0 1em 0;
}
.dfdl-single-member.author .location + .link {
margin-top: 1em;
}
.dfdl-single-member.author .link a {
color: var(--color-dfdl-green);
font-size: var(--font-size-body);
font-weight: 900;
}
.dfdl-single-member.author .link a:hover {
color: var(--color-bright-green);
}
.dfdl-single-member .details-stage {
margin: 0 0 0 2em;
width: 100%;
}
.dfdl-single-member .details-stage .member {
width: 100%;
}
.dfdl-single-member .avatar {
max-width: 320px;
width: 100%;
} .dfdl-single-member .avatar img {
height: auto;
width: 100%;
}
.dfdl-single-member .name {
color: var(--color-dfdl-green);
font-size: var(--font-size-larger);
margin-bottom: 0.5em;
}
.dfdl-single-member .name a {
color: var(--color-dfdl-green);
}
.dfdl-single-member .position,
.dfdl-single-member .location,
.dfdl-single-member .languages {
color: var(--color-green-70);
font-size: var(--font-size-small);
line-height: 1.5em;
}
.dfdl-single-member .member .bio {
color: var(--color-dfdl-green);
margin-top: 1em;
}
.dfdl-single-member .contact-details {
border-top: solid 1px var(--color-dfdl-green);
display: flex;
justify-content: space-between;
margin-top: 1em;
padding-top: 1em;
}
.dfdl-single-member .contact-details.partial {
justify-content: flex-start;
}
.dfdl-single-member .contact-details.partial > div:first-child {
width: 40%;
}
.dfdl-single-member .contact-details a {
color: var(--color-dfdl-green);
}
.dfdl-single-member .contact-details .telephone,
.dfdl-single-member .contact-details .mobile,
.dfdl-single-member .contact-details .email,
.dfdl-single-member .contact-details .linkedin {
color: var(--color-dfdl-green);
text-indent: 1.5em;
}
.dfdl-single-member .telephone,
.contact-stage .telephone {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-telephone.svg) no-repeat center left;
}
.dfdl-single-member .mobile {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-mobile.svg) no-repeat center left;
}
.dfdl-single-member .email,
.contact-stage .email {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-email.svg) no-repeat center left;
background-size: 16px;
}
.dfdl-single-member .email:hover,
.contact-stage .email:hover {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-email-active.svg) no-repeat center left;
background-size: 16px;
color: #77dd77;
}
.dfdl-single-member .email:hover a {
color: #77dd77;
}
.dfdl-single-member .linkedin {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-linkedin-green.svg) no-repeat center left;
background-size: 16px;
}
.dfdl-single-member .linkedin:hover {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-linkedin-active.svg) no-repeat center left;
background-size: 16px;
color: #77dd77;
}
#colophon .current-menu-item a {
font-weight: 700;
}
.member-loop {
background-color: var(--color-white);
box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
height: 100%;
position: relative;
}
.member-loop .rollover {
background-color: var(--color-dfdl-green);
display: flex;
height: 100%;
left: -9999em;
overflow-x: hidden;
overflow-y: auto;
padding-right: 20px;
position: absolute;
top: 0;
transition: all 0s ease;
width: 100%;
}
.founders-stage .member-loop .rollover {
padding-right: 0;
}
.member-loop .rollover .stage {
color: var(--color-white);
padding: 2em;
text-align: left;
}
.member-loop .stage .ranking {
margin-bottom: 1em;
}
#team-all,
#contact-dfdl,
#award-grid-stage,
.teams-country-stage {
margin-top: 120px;
overflow: hidden;
}
#award-grid-stage #subnav-stage,
.award-grid-stage #subnav-stage {
padding-bottom: 32px;
background-color: var(--color-white);
overflow: hidden;
padding: 0 0 16px 0;
position: sticky;
top: 80px;
z-index: 9;
}
#award-grid-stage .award-grid.silo #subnav-stage {
top: 0;
}
.award-grid .filter-button {
margin-left: 1em;
}
.country-subnav-stage.desks-subnav {
margin-top: 100px;
text-align: center;
}
.team-member a {
color: var(--color-gray);
text-decoration: none;
}
.team-member .details-stage {
align-items: center;
color: var(--color-dfdl-green);
display: flex;
padding: 1.5em;
text-align: left;
}
.team-member .details .name {
color: var(--color-dark-gray);
font-size: var(--font-size-large);
font-weight: 700;
margin-bottom: 0.5em;
}
.team-member .details .position,
.team-member .details .location {
color: var(--color-gray);
}
.member-loop .rollover .stage h4:first-child {
margin-top: 0;
}
#menu-side {
background: var(--color-dfdl-green);
bottom: 0;
color: var(--color-white);
display: none;
left: 0;
padding-bottom: 32px;
position: fixed;
right: 0;
top: 0;
z-index: 15;
}
#menu-side.is-active {
display: flex;
}
#menu-side-close {
cursor: pointer;
margin-top: 16px;
}
#menu-side .stage {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
width: 100%;
}
#side-navigation,
#mobile-navigation {
text-align: center;
}
#side-navigation .menu li,
#mobile-navigation .menu li {
display: block;
}
#side-navigation .menu li a,
#mobile-navigation .menu li a {
color: var(--color-white);
font-size: var(--font-size-larger);
font-weight: 700;
line-height: 64px;
}
#mobile-navigation {
display: none;
}
#menu-side .art {
height: auto;
max-width: var(--setting-silo-max-width);
width: 100%;
}
#menu-side img {
margin-bottom: 24px;
}
#menu-side .art-mobile,
#menu-side .art-tablet {
display: none;
}
.admin-bar #menu-side-close {
margin-top: 48px;
}
.contact-callout-stage.solutions {
padding: 120px 0 0 0;
}
.contact-callout {
background-color: var(--color-bright-green);
background: var(--color-bright-green) url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/logo-art-reverse.svg)
no-repeat bottom right;
background-size: 200px 200px;
display: flex;
position: relative;
}
.contact-callout > div {
flex: 1 1 50%;
}
.contact-callout img {
max-width: 100%;
}
.contact-callout .copy-stage {
align-items: center;
display: flex;
color: var(--color-white);
}
.contact-callout .copy-stage .copy {
max-width: 32em;
padding: 0 64px 0 64px;
width: 100%;
}
.contact-callout p > a {
border-bottom: solid 1px var(--color-white);
color: var(--color-white);
padding-bottom: 0.0125em;
}
.contact-callout p > a:hover {
border-bottom: solid 1px var(--color-dfdl-green);
color: var(--color-dfdl-green);
}
.contact-callout .button {
border: solid 1px var(--color-dfdl-green);
height: 38px;
margin-top: 2em;
}
.contact-callout .copy-stage .copy p {
line-height: 1.4em;
margin-left: 0;
margin-right: 0;
}
.solutions-grid-stage .solution h3 {
color: var(--color-black);
font-size: var(--font-size-large);
margin: 1em;
}
.solutions-grid-stage a:hover h3,
.member .rankings {
color: var(--color-white);
}
.solutions-grid-stage .solution {
box-shadow: 0 0 6px rgb(200 200 200 / 50%);
display: block;
height: 100%;
}
#dfdl-member-xtra {
background-color: var(--color-green-70);
padding-bottom: 120px;
}
.member.text-feature .columns {
display: flex;
}
.member.text-feature .columns > div {
color: var(--color-white);
flex: 1 1 50%;
line-height: 1.75em;
}
.member.text-feature .columns .lcol + .rcol {
margin-left: 24px;
}
.member.text-feature .columns h1,
.member.text-feature .columns h2,
.member.text-feature .columns h3,
.member.text-feature .columns h4 {
color: var(--color-white);
}
.member .solutions,
.member .countries {
font-size: var(--font-size-small);
}
.member .solutions ul,
.member .countries ul {
margin: 0;
padding: 0;
}
.member .solutions li,
.member .countries li {
display: inline;
list-style-type: none;
}
.member .solutions li::after,
.member .countries li::after {
content: ", ";
}
.member .solutions li:last-child::after,
.member .countries li:last-child::after {
content: "";
}
.member .bio {
color: var(--color-white);
column-fill: balance;
columns: 2;
column-gap: 24px;
line-height: 1.4em;
}
.member .columns + .bio {
margin-top: 32px;
}
.member .rankings {
line-height: 1.4em;
}
.member .rankings h3 {
font-family: var(--setting-body-font);
font-size: var(--font-size-large);
font-weight: 700;
line-height: 1.4em;
}
.team-lead-stage .member .bio,
.team-member .member .bio {
columns: 1;
}
.team-lead-stage.desks + .team-grid-stage {
margin: 0;
}
.team-grid-stage.solutions,
.team-grid-stage.locations {
margin-bottom: 0;
}
.team-lead-stage + .team-grid-stage {
margin-top: 0;
padding-top: 0;
}
.see-more {
text-align: center;
}
.button.see-more,
.button.see-all {
background: transparent;
margin: 60px auto auto auto;
}
.see-more.disabled {
color: var(--color-gray-disabled);
}
.member .bio p {
display: inline-block;
}
.dfdl-single-member-stage .xtra {
padding: 120px 0 120px 0;
}
.dfdl-single-member-stage .xtra h2 {
color: var(--color-black);
font-size: var(--font-size-larger);
font-weight: 700;
}
.loading {
align-items: center;
display: flex;
justify-content: center;
}
#results_stage {
min-height: 450px;
}
#results_stage.no-results,
#results_stage .filter-results,
.content-hub .filter-results {
margin-top: 120px;
}
#results_stage header.title {
margin: 60px 0 60px;
} #results_stage.no-results > div,
#insights .posts.no-results,
#results_stage.no-results.team-stage.silo {
columns: 1;
display: block;
text-align: center;
} .award-stage > div h4 {
color: var(--color-dfdl-green);
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.award-stage > div ul {
margin-left: 0;
padding-left: 0;
}
.award-stage > div ul li {
list-style-type: none;
margin: 1em 0 1em 0;
} .award-stage > div .entry span {
display: block;
}
.award-stage > div .entry p {
margin: 0;
} .award-entry h4 {
margin-top: 0;
} .award-entry .solution,
.award-entry .award-title {
color: var(--dark);
text-transform: uppercase;
} #results_stage .no-awards {
color: var(--color-black);
display: block;
font-size: var(--font-size-body);
position: relative;
text-align: center;
}
.careers-grid-stage .not-found {
text-align: center;
text-transform: uppercase;
}
.careers-grid-stage .not-found::before,
#results_stage .not-found::before {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/notfound.svg) no-repeat 50% 50%;
content: " ";
display: block;
height: 24px; position: relative;
text-align: center; width: 24px;
}
#results_stage.award-stage {
margin-bottom: 80px;
}
#searchpage .not-found {
margin: 120px auto 0 auto;
position: relative;
text-align: center;
width: 8em;
}
#searchpage .not-found::before {
background: var(--color-white) url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-exclamation.svg)
no-repeat 50% 50%;
content: " ";
display: block;
height: 18px;
margin: 0 auto 16px auto;
width: 18px;
}
.country-nav {
position: relative;
}
.filters-stage {
background: var(--color-white);
border-top: solid 1px #ccc;
display: none;
padding: 1.5em 0 1.5em 0;
position: relative;
right: 0;
top: 60px;
}
#search-stage.filters-stage.is-active {
height: 4em;
}
.search-stage.is-active,
.filters-stage.is-active {
display: block;
}
#insights .filters-stage.is-active {
margin-bottom: 60px;
}
.filters-stage .filters {
text-align: right;
}
.filters-stage .filters .col {
display: inline-block;
text-align: left;
width: 30%;
}
.select2 {
width: 100% !important;
}
.awards-filters .col1,
.awards-filters .col2,
.insights-filters .col1,
.insights-filters .col2,
.legal-and-tax-updates .col1,
.news-filters .col1,
.news-filters .col2,
.podcasts-filters .col1,
.teams-filters .col1 {
padding-right: 16px;
}
.filters-stage .filters h4 {
font-family: var(--setting-body-font);
font-size: var(--font-size-small);
font-weight: 400;
color: var(--color-gray);
font-variant: small-caps;
}
.filters-stage .filters-stage select {
border: solid 1px var(--color-gray);
border-radius: 8px;
color: var(--color-dark-gray);
font-size: var(--font-size-body);
}
.awards-filters-stage,
.teams-country-stage .teams-filters-stage {
margin-bottom: 120px;
}
.teams-country-stage > .country-subnav-stage {
margin-bottom: 32px;
}
.teams-filters-stage {
margin-bottom: 60px;
}
.select2-results__option {
text-indent: -55px;
padding: 12px 0 12px 55px !important;
}
.select2-container--default .select2-results > .select2-results__options {
max-height: 440px !important;
padding: 1em 0 1em 0 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
border: solid 1px var(--color-gray);
border-radius: 8px;
color: var(--color-dark-gray);
cursor: pointer;
font-size: var(--font-size-body);
padding: 3px 10px 3px 16px;
}
.select2-container .select2-selection--single {
height: 37px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: var(--color-dark-gray);
font-size: var(--font-size-body);
line-height: 32px !important;
}
.select2-results__option {
margin: 7px 0 7px 0 !important;
vertical-align: middle;
}
.select2-container--default.select2-container--focus
.select2-selection--multiple {
border-color: #aaa !important;
}
.select2-results__option:before,
input[type="checkbox"] {
background-color: #fff;
border: 2px solid var(--color-gray);
border-radius: 4px;
content: "";
display: inline-block;
height: 14px;
margin-left: 1.5em;
margin-right: 10px;
position: relative;
top: -2px;
vertical-align: middle;
width: 14px;
}
.select2-results__option[aria-selected="true"]:before {
background: var(--color-white) url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-checkbox-check.svg)
no-repeat 63% 60%;
background-size: 90%;
border: solid 2px var(--color-dfdl-green);
content: " ";
color: var(--color-white);
display: inline-block;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
background-color: var(--color-green-10) !important;
color: var(--color-black) !important;
}
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
background-color: var(--color-green-10) !important;
color: var(--color-black) !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
height: 36px !important;
}
div.select2-selection__choice,
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
display: none; }
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
color: var(--color-white) !important;
}
.select2-selection .select2-selection--multiple:after {
content: "hhghgh";
} .select-icon .select2-selection__placeholder .badge {
display: none;
} .select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
display: none !important;
}
.select-icon .select2-search--dropdown {
display: none;
}
.select2-container .select2-search--inline .select2-search__field {
margin-top: 0px !important;
}
.select2-search--inline {
display: contents;
}
.select2-search__field:placeholder-shown {
width: 100% !important;
}
.select2-selection--multiple:before {
content: "";
position: absolute;
right: 7px;
top: 42%;
border-top: 5px solid #888;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}
.contact-stage .copy-stage {
display: flex;
margin: 60px 0 0 0;
}
.contact-stage .copy-stage .copy {
flex: 1 1 30%;
margin-bottom: 60px;
}
.contact-stage .text,
.contact-stage .telephone {
color: var(--color-gray);
}
.contact-stage .email,
.contact-stage .telephone {
line-height: 2em;
text-indent: 24px;
}
.contact-stage .copy-stage .copy a {
color: var(--color-dfdl-green);
}
.contact-stage .copy-stage .form {
flex: 1 1 70%;
margin: 0 0 120px 120px;
} .contact-form .solutions label {
cursor: pointer;
text-indent: 28px;
}
.contact-form h4 {
font-family: var(--setting-body-font);
margin: 2em 0 0.5em 0;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
display: block;
border: solid 1px #cccccc;
padding: 8px 16px;
position: relative;
width: -webkit-fill-available;
}
.contact-form .message {
border: solid 1px #cccccc;
border-radius: 0;
height: 6em;
padding: 0.7em 0 0.7em 0.7em;
width: calc(100% - 0.7em);
} input {
font-family: var(--setting-body-font);
}
.checkbox-control {
grid-template-columns: 1em auto;
gap: 0.75em;
position: relative;
}
.solutions input[type="checkbox"] {
top: 0px;
position: absolute;
}
input[type="checkbox"]:checked {
border: solid 2px var(--color-dfdl-green);
}
input[type="checkbox"]:checked::before {
background: var(--color-white) url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-checkbox-check.svg)
no-repeat 60% 60%;
background-size: 90%;
width: 14px;
height: 14px;
content: "";
} .contact-form .details,
.contact-form .solutions {
column-gap: 1.5em;
display: grid;
grid-template-columns: 1fr 1fr;
row-gap: 1.5em;
}
.contact-form .solutions {
padding-top: 1.5em;
}
#contact-dfdl .team-lead-stage .dfdl-single-member {
margin: 0;
}
.contact-form .button.submit {
margin-top: 2.5em;
}
.contact-form .error-message,
#contact-dfdl .error-message,
#contact-dfdl .error-banner {
color: #b60101;
display: none;
font-size: 14px;
font-weight: 400;
line-height: 21px;
}
.contact-form .error-banner {
margin-bottom: 2em;
}
.contact-form .error-banner p {
color: #b60101;
font-weight: bold;
}
.contact-form .error-banner ul {
padding-left: 2em;
}
.contact-form .dirty.invalid .error-message,
.contact-form .error-banner,
#contact-dfdl .dirty.invalid .error-message,
#contact-dfdl .error-banner {
display: block !important;
}  #results_stage > div > .callout:last-child {
padding-bottom: 0;
}
#insights > header h2 {
font-size: var(--font-size-huge);
margin-top: 0;
padding-top: 3em;
text-align: center;
}
#page.site {
position: relative;
}
.page-template-searchpage #page {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: space-between;
} #post-545 {
margin-bottom: 120px;
}
#insights .callout {
padding: 60px 0 60px 0;
}
#legal-and-tax-updates .see-updates {
margin-top: 12px;
}
#dfdl-in-the-news {
padding-bottom: 120px;
padding: 60px 0 60px 0;
}
#quicklinks {
background-color: var(--color-dfdl-green);
padding: 1em;
}
#quicklinks ul > li {
display: inline;
list-style-type: none;
margin: 1em;
color: var(--color-white);
}
#quicklinks a {
color: var(--color-white);
}
#quicklinks a:hover {
color: var(--color-bright-green);
}
#insights .callout header,
#dfdl-written-by header,
#dfdl-in-the-news header,
#search-solutions header {
display: flex;
justify-content: space-between;
}
#insights .callout header a,
#dfdl-written-by header a,
#dfdl-in-the-news header a {
color: var(--color-dfdl-green);
font-weight: 700;
}
#insights .callout h2,
#dfdl-written-by h2,
#dfdl-in-the-news h2,
#search-solutions h2,
.search-teams h2 {
font-size: var(--font-size-larger);
margin: 0 0 1em 0;
text-align: left;
text-transform: capitalize;
}
#results_stage .posts,
#results_stage.team-stage.country .swiper-wrapper,
#results_stage.team-stage.all .swiper-wrapper,
#results_stage.team-stage.country .swiper-wrapper,
#results_stage.team-stage.all .swiper-wrapper,
.callout .posts {
display: grid;
grid-column-gap: 24px;
grid-row-gap: 24px;
grid-template-columns: repeat(4, 1fr); }
#page-lead + .award-grid-stage, .swiper + .posts {
margin-top: 60px;
}
#results_stage.team-stage {
margin-bottom: 60px;
}
#team-grid #results_stage.team-stage {
margin-bottom: 0;
min-height: auto;
}
header + #results_stage .swiper {
margin-top: 0px !important;
padding-left: 0;
padding-right: 0;
}
.posts .card {
border-top: solid 2px var(--color-dfdl-green);
box-shadow: 0 0 6px rgba(200, 200, 200, 0.5);
padding: 1.5em;
width: 100%;
}
.posts .card h4 {
font-size: var(--font-size-large);
width: 100%;
}
.posts .card.media {
padding: 0;
}
.posts .card.media > .stage {
padding: 1.5em;
}
.posts .card .play {
background-color: var(--color-whisper);
position: relative;
height: 180px;
}
.posts .card .play .stage {
height: 100%;
position: absolute;
top: 0;
width: 100%;
}
.posts .card .action {
background: transparent url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/icon-multimedia-play.svg) no-repeat
50% 50%;
height: 100%;
width: 100%;
}
.posts .card .meta {
display: flex;
font-size: var(--font-size-small);
justify-content: space-between;
margin-bottom: 1em;
}
.posts .card .dateline {
margin-bottom: 1em;
}
.posts .card .category,
.posts .card .subcategory {
color: var(--color-gray);
font-size: var(--font-size-small);
font-variant: small-caps;
}
.card-hover.updates .taxonomy {
font-weight: 600;
color: var(--color-dfdl-green);
}
.card-hover.updates .taxonomy a {
color: white;
}
.see-updates {
color: var(--color-dfdl-green);
}
.see-updates a {
font-weight: 800;
color: var(--color-dfdl-green);
}
.posts .card .date {
color: var(--color-gray);
display: inline;
float: right;
font-size: var(--font-size-small);
white-space: nowrap;
text-align: right;
}
.posts .card .author {
font-size: var(--font-size-small);
margin: 1em 0 1em 0;
}
.card-hover {
display: flex;
height: 100%;
}
.card-hover .author,
.card-hover .dateline {
color: var(--color-black);
}
.card-hover h4 {
color: var(--color-dfdl-green);
}
.card-hover:hover .card {
background-color: var(--color-dfdl-green);
}
.card:hover .play {
background-color: var(--color-green-70);
}
.card-hover:hover .taxonomy,
.card-hover:hover .date,
.card-hover:hover .category,
.card-hover:hover .subcategory,
.card-hover:hover .excerpt,
.card-hover:hover h4 {
color: var(--color-white);
}
.card-hover:hover .author,
.card-hover:hover .dateline {
color: var(--color-white);
}
.posts .card h4 a {
color: var(--color-dark-gray);
font-size: var(--font-size-large);
font-weight: 700;
line-height: 1.4em;
}
.card-hover .excerpt {
color: var(--color-gray);
line-height: 1.4em;
margin-top: 1em;
}
.single.jump {
background: var(--color-green-10) url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/scroll-to-top-arrow.svg)
no-repeat 50% 50%;
border: 0;
height: 44px;
cursor: pointer;
opacity: 0;
position: fixed;
right: 32px;
top: 47%;
transition: all 0.35s;
width: 44px;
z-index: 1;
}
.single.jump.is_active {
opacity: 100;
transition: all 0.35s;
}
.single.narrow {
max-width: 866px;
width: 100%;
}
.single .entry-meta {
color: var(--color-gray);
line-height: 1.4em;
margin: 1em 0 1em 0;
}
.single .category,
.single .separator,
.single .subcategory {
color: var(--color-dfdl-green);
font-size: var(--font-size-large);
}
.taxonomy .separator {
display: inline-block;
margin: 0 0.25em 0 0.25em;
}
.single .entry-content {
font-size: var(--font-size-large);
line-height: 1.4em;
position: relative;
}
.single .entry-content a:not(.button),
.stale-content-banner a {
color: var(--primary-green) !important;
}
.single .entry-content a:not(.button):hover {
font-weight: 600 !important;
color: var(--primary-accent) !important;
border-bottom: 1px solid var(--primary-accent) !important;
}
.single .entry-content > p:first-child,
.single .entry-content .lead {
font-size: var(--font-size-big);
line-height: 1.35em;
}
.single h1,
h2,
h3,
h4,
h5 {
margin: 2rem 0 0 0;
}
.pagination {
display: none;
margin: 4em 0 4em 0;
text-align: center;
width: 100%;
}
.pagination a {
color: var(--color-gray);
font-size: var(--font-size-large);
padding: 0.25em;
}
.pagination .current {
background-color: var(--color-black);
border-radius: 4px;
color: var(--color-whisper);
padding: 0.25em;
}
.article-meta {
display: flex;
justify-content: space-between;
margin-top: 4em;
}
.social-share {
align-items: center;
display: flex;
gap: 16px;
}
.social-share label {
color: var(--color-gray);
margin-right: 1em;
}
.social-share button {
background: transparent;
border: 0;
padding: 0;
}
.social-share img {
cursor: pointer;
height: auto;
width: 24px;
}
.linked-in:hover .share-icon {
fill: var(--color-bright-green);
}
.related-posts {
margin: 4em 0 4em 0;
}
#insights .callout.related-posts {
padding-bottom: 0;
}
.search-teams .team-stage > div {
margin-top: 0;
} .subnav-swiper ul {
display: block;
margin: auto;
white-space: nowrap;
width: auto;
}
.swiper-card {
border-bottom: solid 1px var(--color-green-70);
border-top: solid 1px var(--color-green-70);
margin: auto;
padding: 60px 0 60px 0;
text-align: center;
width: 80%;
}
.swiper-card .stage {
margin: auto;
max-width: 600px;
}
#insights .callout .swiper-card h2 {
text-align: center;
}
#insights .callout .swiper-card h2 a {
font-size: var(--font-size-larger);
line-height: 1.4em;
}
.swiper-card .excerpt {
color: var(--color-gray);
line-height: 1.4em;
}
.callout .swiper-card .button {
margin-top: 2em;
}
.swiper-card .taxonomy {
color: var(--color-dfdl-green);
font-size: var(--font-size-small);
margin-bottom: 2em;
text-transform: uppercase;
}
.swiper-next {
right: 2px;
}
.swiper-prev {
left: 2px;
right: 2px;
}
.swiper-prev {
left: 2px;
}
.swiper-next,
.swiper-prev {
cursor: pointer;
position: absolute;
top: 47%;
z-index: 10;
}
.swiper-button-disabled {
opacity: 0.35;
}
.swiper-next img,
.swiper-prev img {
transform: scale(1.3);
}
.swiper-next img {
transform: rotate(180deg) scale(1.3);
}
.video-container {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.video-container > iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.event-details {
border-bottom: solid 1px var(--color-black);
border-top: solid 1px var(--color-black);
line-height: 1.4em;
margin: 1em 0 1em 0;
padding: 1em 0 1em 0;
}
#event-speakers-stage {
background-color: var(--color-green-10);
padding: 120px 0 120px 0;
}
#event-speakers {
display: grid;
padding: 0 16px 0 16px;
}
#event-speakers h4 {
margin-bottom: 16px;
margin-top: 0;
}
#event-speakers > div {
width: 100%;
}
.speaker-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 24px;
row-gap: 24px;
}
.event-speaker {
align-items: center;
display: flex;
}
.event-speaker > div {
margin-right: 1em;
}
.event-speaker .name {
font-size: var(--font-size-large);
font-weight: 700;
}
a .event-speaker .name,
a .event-speaker .position {
color: var(--color-black);
max-width: 20em;
}
a:hover .event-speaker .name,
a:hover .event-speaker .position {
color: var(--color-bright-green);
}
#event-speakers-stage + .article-meta {
margin-top: 0;
}
#event-speakers-stage {
background-color: var(--color-green-10);
padding: 120px 0 120px 0;
}
#event-speakers {
display: grid;
padding: 0 16px 0 16px;
}
#event-speakers .mods-hed {
color: var(--color-dfdl-green);
}
#event-speakers h4 {
margin-bottom: 16px;
margin-top: 0;
}
#event-speakers .mods + h4 {
margin-top: 2em;
}
#event-speakers > div {
width: 100%;
}
.speaker-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 24px;
row-gap: 24px;
}
.event-speaker {
align-items: center;
display: flex;
}
.event-speaker > div {
margin-right: 1em;
}
.event-speaker .name {
font-size: var(--font-size-large);
font-weight: 700;
}
a .event-speaker .name,
a .event-speaker .position {
color: var(--color-black);
max-width: 20em;
}
a:hover .event-speaker .name,
a:hover .event-speaker .position {
color: var(--color-bright-green);
}
#event-speakers-stage + .article-meta {
margin-top: 0;
}
#contact-dfdl input[type="text"],
#contact-dfdl input[type="email"],
#contact-dfdl textarea {
border: solid 1px var(--color-whisper);
outline: none;
}
#contact-dfdl input[type="text"]:hover,
#contact-dfdl input[type="email"]:hover,
#contact-dfdl textarea:hover {
border: solid 1px var(--color-bright-green);
}
#contact-dfdl input[type="text"]:focus,
#contact-dfdl input[type="email"]:focus,
#contact-dfdl textarea:focus,
#contact-dfdl .dirty.invalid input[type="text"]:focus,
#contact-dfdl .dirty.invalid input[type="email"]:focus,
#contact-dfdl .dirty.invalid textarea:focus {
border: solid 1px var(--color-bright-green);
}
#contact-dfdl .dirty.valid,
#contact-dfdl .dirty.valid h4,
#contact-dfdl .dirty.valid textarea {
color: var(--color-dfdl-green);
}
#contact-dfdl .dirty.valid input,
#contact-dfdl .dirty.valid textarea {
border: solid 1px var(--color-dfdl-green);
}
#contact-dfdl .dirty.invalid,
#contact-dfdl .dirty.invalid h4 {
color: var(--color-error-dark);
}
#contact-dfdl .dirty.invalid input,
#contact-dfdl .dirty.invalid textarea {
border: solid 1px var(--color-error-dark);
}
.contact-form .message.valid,
.countries.valid .select2-selection--multiple,
.solutions-lable.valid .select2-selection--multiple {
border: solid 1px var(--color-dfdl-green);
}
.page-wrapper,
#event-speakers-stage {
margin: 120px auto 120px auto;
}
#search-stage.filters-stage .search-form,
#search-stage.filters-stage .search-form {
margin: auto;
width: 42em;
}
.searchpage-searchform {
margin: auto; } #searchpage > header {
margin-top: 60px;
} #searchpage header h2 {
margin-top: 0;
}
#searchpage > section {
margin-top: 120px;
}
#searchpage .page-header + section {
margin-top: 64px;
}
#searchpage #dfdl-in-the-news {
padding: 0;
}
.search-form {  display: flex;
}
.search-form:focus-within { }
#search-stage .search-form { }
#search-stage .search-form { }
input[type="search"] {
border: 0;
display: flex;
font-size: var(--font-size-large);
height: 44px;
padding: 7px;
width: calc(100% - 30px);
}
input[type="search"]:focus {
outline: none;
width: 100%;
}
.empty-search {
margin-top: 8px;
width: calc(100% - 30px);
}
.empty-search {
margin-top: 8px;
}
.select2-search input[type="search"] {
height: auto;
}
#search-solutions .solutions.stage {
margin-top: 0;
}
.search-submit {
display: inline-block;
position: relative;
width: 16px;
}
.not-found .button-stage {
width: 27em;
}
.relevanssi-live-search-result-status {
display: none;
}
.relevanssi-live-search-result p,
.relevanssi-live-search-result-status p {
border-bottom: 0 !important;
padding: 0.5em 1em 0.5em 1em !important;
}
.relevanssi-live-search-result p a {
color: var(--color-black);
}
.rlv-has-spinner {
border-color: var(--color-green-70);
border-right-color: transparent;
}
.rlv-has-spinner::after {
background-color: var(--color-green-70);
}
.team-member-stage + .insights-callout-stage {
padding-top: 0;
}
.responsive-table a {
color: var(--color-dfdl-green);
}
.our-desks-callout-stage + .text-feature-stage {
padding-top: 0;
} .hamburger-stage {
position: fixed;
height: 80px;
left: 0;
pointer-events: none;
right: 0;
top: 0;
width: 100%;
z-index: 110;
}
.admin-bar .hamburger-stage {
top: 30px;
}
.hamburger-stage .silo {
align-items: center;
display: flex;
height: 80px;
position: relative;
z-index: 110;
}
#hamburger {
width: 18px;
height: 14px;
pointer-events: all;
position: absolute;
margin: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.35s ease-in-out;
-moz-transition: 0.35s ease-in-out;
-o-transition: 0.35s ease-in-out;
transition: 0.35s ease-in-out;
cursor: pointer;
z-index: 999;
}
#hamburger:hover span,
#hamburger.open:hover span {
background: var(--color-bright-green);
}
#hamburger span {
display: block;
position: absolute;
height: 1px;
width: 100%;
background: var(--color-dfdl-green);
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease-in-out;
-moz-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
#hamburger.open span {
background: var(--color-white);
}
#hamburger span:nth-child(1) {
top: 0px;
}
#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
top: 6px;
}
#hamburger span:nth-child(4) {
top: 12px;
}
#hamburger.open span:nth-child(1) {
top: 18px;
width: 0%;
left: 50%;
}
#hamburger.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
#hamburger.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#hamburger.open span:nth-child(4) {
top: 18px;
width: 0%;
left: 50%;
}
#location-subnav {
overflow: hidden;
}
.stale-content-banner {
background-color: var(--color-whisper);
border: solid 1px var(--color-gray);
font-size: var(--font-size-large);
line-height: 1.5em;
margin: 2em 0 2em 0;
padding: 1em;
text-align: center;
width: calc(100% - 2em);
}
.stale-content-banner a:hover {
color: var(--color-black);
}
#insights-posts.no-results > .not-found {
margin-top: 120px;
}
.dlm-xhr-loading-gif, .dlm-xhr-progress { display: none !important; }
#missing-profile #page-hero .stage.silo {
color: var(--color-white);
margin: auto;
max-width: 1240px;
}
#missing-profile .solutions-grid-stage .silo,
#missing-profile .contact-stage .silo {
margin: auto;
max-width: 1240px;
}
.partnership-button-link {
background-color: transparent;
border: solid 1px var(--color-dfdl-green);
border-radius: 2px;
color: var(--color-dfdl-green);
display: inline-block;
padding: .25em 1.5em .25em 1.5em;
transition: .25s;
}
.country-contacts a.partnership-button-link:hover {
background-color: var(--color-dfdl-green);
color: var(--color-white);
transition: .25s;
}
@media print {
.header-stage .left,
.header-stage .right,
.country-subnav-stage,
.social-share,
#colophon {
display: none;
}
.site-branding {
text-align: left;
}
}
@media (hover: hover) and (pointer: fine) and (min-width: 1280px) {
.member-loop:hover .rollover {
left: 0;
}
}
@media screen and (max-width: 1440px) {
.team-grid-stage .teams-filters-stage,
.xtra.silo {
margin-left: 16px;
margin-right: 16px;
}
}
@media screen and (max-width: 1300px) {
.narrow {
padding-left: 120px;
padding-right: 120px;
}
#event-speakers > .narrow {
padding-left: initial;
padding-right: initial;
}
#event-speakers > .narrow {
padding-left: initial;
padding-right: initial;
}
.contact-callout {
background-size: 12%;
}
.contact-callout h2 {
font-size: var(--font-size-larger);
}
#missing-profile .solutions-grid-stage .silo,
#missing-profile .contact-stage .silo,
#missing-profile #page-hero .stage.silo {
margin: auto 1em auto 1em;
}
}
@media screen and (max-width: 1200px) {
.country-subnav-stage .filter-button {
display: none;
}
.mobile-filter-button.swiper-slide {
display: inline;
}
#contact-dfdl .subnav-swiper ul,
.team-grid-stage .subnav-swiper ul {
margin-left: 16px;
}
#country-subnav.narrow {
padding-left: 0;
padding-right: 32px;
}
}
@media screen and (max-width: 1120px) {
.contact-callout .copy-stage .copy {
padding: 0 32px 0 32px;
}
.contact-callout .button {
margin-top: 0;
}
.solutions-grid-stage .solutions.stage {
grid-template-columns: repeat(3, 1fr);
}
.dfdl-single-member .contact-details {
flex-direction: column;
line-height: 2em;
}
.dfdl-single-member .contact-details.partial > div:first-child {
width: 100%;
}
.wp-block-table,
.entry-content p {
margin-left: 16px;
margin-right: 16px;
}
.single.narrow {
width: auto;
}
.awards-country-nav {
margin-left: 6px;
}
}
@media screen and (max-width: 1000px) {
.solutions-callout-stage .solutions.stage {
grid-template-columns: repeat(2, 1fr);
margin: auto;
width: 66%;
}
.our-desks-callout .our-desks {
width: 90%;
}
#results_stage .posts,
.callout .posts {
grid-template-columns: repeat(2, 1fr);
}
.team-lead.narrow,
.team-member.narrow {
padding-left: 60px;
padding-right: 60px;
}
.dfdl-single-member .avatar {
max-width: 280px;
}
.award-stage > div {
columns: 3;
}
.contact-stage .copy-stage {
display: block;
}
.contact-stage .copy-stage .form {
margin: 60px 0 60px 0;
}
.award-stage > div {
columns: 3;
}
.executives-stage {
width: 100%;
}
.page-id-55 .subnav-swiper.swiper-free-mode > .swiper-wrapper,
.subnav-swiper ul {
margin-left: 16px;
}
#site-navigation-left {
display: none;
}
.hero.page.landing {
height: 450px;
}
.hero.page,
.hero.front-page {
height: 420px;
}
#quicklinks {
}
#quicklinks ul {
padding-left: 0;
}
}
@media screen and (max-width: 900px) {
#side-navigation, #menu-side .art,
#menu-side .copyright-notice,
#menu-side .legal-nav {
display: none;
}
#mobile-navigation,
#menu-side .art-tablet,
.text-feature-stage.double-column .columns {
display: block;
}
.text-feature .rcol ul {
margin-top: 0;
}
.text-feature .lcol ul,
.text-feature .rcol ul {
margin-bottom: 0;
}
.text-feature .lcol ul,
.text-feature .rcol ul {
margin-bottom: 0;
}
.countup-boxes {  }
.box {
width: 50%;
}
#page-lead .lead {
font-size: var(--font-size-larger);
}
.contact-callout-stage.solutions {
padding-top: 0;
}
#event-speakers-stage,
#our-founders,
#page-lead,
.team-lead-stage,
.awards-callout-stage,
.dfdl-single-member-stage .xtra,
.team-member-stage,
.insights-callout-stage {
padding: 60px 0 60px 0;
}
.team-grid {
padding-bottom: 60px;
padding-top: 60px;
}
.text-feature-stage {
padding-top: 60px;
}
#dfdl-member-xtra {
padding-bottom: 48px;
}
.text-feature-stage + .text-feature-stage,
.text-feature-stage + .awards-callout-stage {
padding-top: 40px;
}
.text-feature-stage + .team-lead-stage,
.awards-callout-stage + .team-lead-stage,
#page-hero + .network-partner,
#searchpage > section,
.team-lead-stage + #dfdl-ret,
#dfdl-ret + .team-grid-stage {
margin-top: 60px;
}
.text-feature-stage + .awards-callout-stage #results_stage {
margin-bottom: 2em;
}
#page-lead .lead + p,
.award-grid.narrow .award-stage > div,
.award-stage > div {
margin-top: 2em;
}
.contact-stage + .team-lead-stage {
padding-top: 120px;
}
.dfdl-single-member,
.team-grid-stage.teams,
.solutions-grid-stage .solutions.stage,
#results_stage.team-stage.country,
#results_stage.team-stage.all {
margin: 60px 0 60px 0;
}
.team-lead-stage.callout .lead-team-member {
margin-top: 40px;
}
.columns ul {
padding-left: 1em;
}
.text-feature-stage.double-column .lcol,
.text-feature-stage.double-column .rcol {
margin-right: 0;
margin-left: 0;
}
.countup-text {
font-size: var(--font-size-larger);
padding: 0 120px 0 120px;
}
.our-desks-callout .our-desks {
width: 100%;
}
.fineprint {
justify-content: center;
}
.award-stage > div,
#our-founders + .team-grid-stage {
margin-bottom: 0;
}
#insights,
#post-545 {
margin-bottom: 60px;
}
#insights .callout {
padding-bottom: 0; }
#results_stage > div > .swiper + .posts {
margin-top: 60px;
}
#insights.archive #results_stage > div > .swiper + .posts {
padding-left: 0;
padding-right: 0;
}
#subnav-stage + .team-grid {
padding: 32px 16px 60px 16px;
}
#insights .callout {
padding: 32px 0 32px 0;
}
#event-speakers-stage,
article + #insights {
margin: 60px auto 60px auto;
}
.insights-quicklinks ul > li {
display: list-item !important;
}
#quicklinks ul > li {
margin: 0.5em;
}
}
@media screen and (max-width: 800px) {
.narrow {
padding-left: 60px;
padding-right: 60px;
}
.solutions.stage,
.solutions-grid-stage .solutions.stage {
grid-template-columns: repeat(2, 1fr);
width: 100%;
}
.solution .thumbnail {
height: 115px;
}
.solutions-grid .solution h3 {
margin: 2em 1em 2em 1em;
}
.solutions-callout-stage .solutions.stage,
.searchpage-searchform {
width: 100%;
}
#searchpage {
margin: 120px 0 60px 0;
}
.contact-callout {
display: block;
flex: none;
}
.contact-callout img {
min-width: 100%;
}
.contact-stage .copy-stage {
margin: 0;
padding: 0;
}
.copy-stage {
padding: 60px 0 60px 0;
}
.contact-callout h2 {
margin-top: 0;
}
#results_stage .posts,
.callout .posts {
grid-template-columns: repeat(2, 1fr);
}
.newsletter-signup {
justify-content: left;
margin-top: 10px;
}
.footer-nav {
height: 32px;
}
#page-hero.solutions .subnav-stage {
display: none;
}
.country-subnav-stage {
height: 3em;
}
.site-info {
display: block;
} .social-links {
left: 0;
margin: auto; right: 0;
top: 32px;
} .team-lead.narrow,
.team-member.narrow {
padding-left: 16px;
padding-right: 16px;
}
#results_stage.team-stage > div,
#team-grid-swiper .swiper-wrapper,
#results_stage.team-stage.all .swiper-wrapper,
#results_stage.team-stage.country .swiper-wrapper {
grid-template-columns: repeat(2, 1fr);
}
.swiper.callout + .posts {
margin-top: 32px;
}
.filters-stage .filters .col {
display: block;
}
.filters-stage .filters .col {
width: 100%;
}
.single.narrow {
padding: 0;
}
.single.jump {
right: 16px;
}
#firm-values .narrow {
display: grid;
grid-row-gap: 24px;
grid-template-columns: repeat(1, 1fr);
}
#firm-values .col {
max-width: 66%;
}
#firm-commitments {
margin-top: 60px;
padding: 60px 0 60px 0;
}
.team-lead-stage + .team-member-stage,
.team-member-stage + .team-grid-stage {
margin-top: 0;
} .country-contacts {
flex-direction: column;
}
.single.narrow {
padding: 0;
}
.single.jump {
right: 16px;
}
#firm-values .narrow {
display: grid;
grid-row-gap: 24px;
grid-template-columns: repeat(1, 1fr);
}
#firm-values .col {
max-width: 100%;
}
.team-lead-stage + .team-member-stage,
.team-member-stage + .team-grid-stage {
margin-top: 0;
} .country-contacts {
flex-direction: column;
}
.executives-stage a {
width: 33%;
}
.country-contacts-stage {
padding: 60px 0 60px 0;
}
.hero.page.landing {
height: 400px;
}
.hero.page,
.hero.front-page {
height: 300px;
}
}
@media screen and (max-width: 700px) {
.callout h3 {
margin-bottom: 16px;
color: var(--color-dark-gray);
}
.callout .stage a {
font-size: var(--font-size-body);
}
.callout a.button {
margin-top: 2em;
}
.dfdl-countries .map,
.solutions-callout h3,
#team-grid-swiper .see-more {
display: none;
}
.dfdl-countries .countries {
flex: 1 1 100%;
}
.dfdl-countries .countries ul {
columns: 2;
padding-left: 0;
}
.dfdl-countries .countries li {
text-align: left;
}
.dfdl-countries .countries li span {
display: inline-block;
}
.dfdl-countries-stage.callout .stage .countries ul li a:hover {
color: var(--color-bright-green);
}
.dfdl-countries .countries li,
.solutions-callout-stage .solution {
height: auto;
line-height: 2em;
margin-bottom: 0;
}
.countup-box-stage,
.countup-text {
padding: 0 32px 16px 32px;
}
.countup-box-stage.frontpage,
.contact-callout {
background-image: none;
}
.countup-boxes {
padding: 32px;
}
.countup-boxes h4 {
font-size: var(--font-size-huge);
}
.countup-text {
font-size: var(--font-size-body);
}
.dfdl-countries-stage {
padding: 60px 0 0 0;
}
.solutions-callout-stage.callout {
background: transparent;
padding: 0;
}
.solutions-callout-stage .solutions.stage {
grid-template-columns: repeat(1, 1fr);
row-gap: initial;
width: 100%;
}
.solutions-callout h2 {
font-size: var(--font-size-larger);
margin: 16px 0 16px 0;
text-align: left;
}
.solutions.stage {
display: block;
}
.our-desks-callout-stage {
background-color: var(--color-light-gray);
margin-top: 60px;
padding: 60px;
}
#page-lead + .our-desks-callout-stage.callout {
background-color: var(--color-white);
}
#page-lead + .our-desks-callout-stage.callout {
background-color: var(--color-white);
}
.our-desks-callout .our-desks {
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.our-desks .desk {
width: 50%;
}
.our-desks img {
margin: 0 auto 0.666666em auto;
} .our-desks-callout-stage.callout {
padding-bottom: 60px;
}
#page-lead + .our-desks-callout-stage {
padding-top: 16px;
}
#page-lead + .our-desks-callout-stage {
padding-top: 16px;
}
.contact-callout-stage.front-page {
padding-top: 0;
}
.dfdl-single-member {
flex-direction: column;
}
.team-member-stage .team-member {
flex-direction: column;
}
.dfdl-single-member .avatar {
max-width: 320px;
}
.dfdl-single-member .details-stage,
.team-member-stage .team-member .details-stage {
margin: 32px auto 0 auto;
max-width: 320px;
padding: 0;
}
#team-grid-swiper:not(.search-teams) .swiper-wrapper {
column-gap: 0;
display: flex;
grid-template-columns: none;
}
.team-grid {
padding: 60px 16px 60px 16px;
overflow: hidden;
}
.swiper.callout + .posts {
margin-top: 0;
}
#team-grid-swiper:not(.search-teams) .swiper-wrapper {
align-items: stretch;
display: flex;
flex-wrap: nowrap;
grid-template-columns: repeat(2, 1fr);
}
#team-grid-swiper .swiper-slide {
height: auto;
}
#team-grid-swiper:not(.search-teams) .swiper-wrapper > a {
display: inline-block;
margin-right: 24px;
max-width: 320px;
}
#firm-commitments .commitments-stage {
columns: 1;
}
.speaker-grid {
grid-template-columns: repeat(1, 1fr);
}
.member .bio {
columns: 1;
}
#firm-commitments .commitments-stage {
columns: 1;
}
.speaker-grid {
grid-template-columns: repeat(1, 1fr);
}
.member .bio {
columns: 1;
}
}
@media screen and (max-width: 600px) {
.narrow {
padding-left: 32px;
padding-right: 32px;
}
#results_stage > div {
padding-left: 16px;
padding-right: 16px;
}
#insights #results_stage > div,
#results_stage.award-stage > div {
padding-left: 0;
padding-right: 0;
}
.callout h2 {
font-size: var(--font-size-big);
}
#page > .callout,
#subnav-stage + .team-grid {
padding-top: 0;
}
#results_stage.team-stage.all,
#results_stage.team-stage.country,
.founders-stage {
margin-top: 0;
}
#results_stage.team-stage.all,
#results_stage.team-stage.country {
margin-top: 32px;
}
.copy-stage {
text-align: center;
}
#contact-dfdl .copy-stage {
text-align: left;
}
#results_stage.team-stage > div,
#contact-dfdl .copy-stage {
text-align: left;
}
#results_stage.team-stage > div,
#results_stage .posts,
#news .posts,
.callout .posts,
.founders-stage {
grid-template-columns: repeat(1, 1fr);
padding-left: 0;
padding-right: 0;
}
.founders-stage {
grid-template-columns: repeat(2, 1fr);
padding-left: 0;
padding-right: 0;
}
.founders-stage > a:not(:last-child) {
display: block;
margin-bottom: 24px;
}
#subnav-stage {
padding-bottom: 32px;
}
.solutions.stage,
.solutions-grid-stage .solutions.stage,
.contact-form .solutions {
grid-template-columns: repeat(1, 1fr);
}
.solutions-grid-stage .solution .thumbnail {
height: 115px;
}
.award-entry:last-child {
margin: 0;
} .award-entry,
.network-partner .details {
margin-left: 0;
}
#insights.callout {
padding-bottom: 0;
}
#insights .swiper.callout,
.swiper.callout {
padding-right: 0;
padding-left: 0;
}
.swiper.callout .swiper-next,
.swiper-prev {
display: none;
}
.swiper.callout .swiper-card {
width: 96%;
}
.swiper.callout .swiper-card .stage {
padding: 0 2em 0 2em;
}
#insights .callout header a,
#dfdl-written-by header a,
#dfdl-in-the-news header a {
top: 6px;
position: relative;
}
.country-subnav-stage .mobile-filter-button {
margin-left: 0;
}
.member .solutions ul,
.member .countries ul {
margin: 0;
padding: 0 0 0 2em;
}
.member .solutions li,
.member .countries li {
display: list-item;
list-style-type: disc;
}
.member .solutions li::after,
.member .countries li::after {
content: "";
}
#firm-values .col {
max-width: 100%;
}
.our-desks-callout-stage {
padding: 56px 16px 60px 16px;
}
.network-partner {
flex-direction: column;
}
.team-lead-stage.locations .lead-team-member {
margin-bottom: 0;
}
.team-lead-stage.locations,
.team-grid-stage.locations {
background: var(--color-white);
}
.team-grid-stage.locations .team-grid {
padding-bottom: 16px;
}
.button.see-more {
margin-top: 32px;
}
.wp-block-image .alignright {
float: none;
margin: 0.5em 0 0.5em 0;
}
.article-meta {
flex-direction: column-reverse;
margin-top: 1em;
}
article + .article-meta > .social-share {
margin-top: 60px;
}
.executives-stage {
align-items: center;
grid-template-columns: repeat(3, 1fr);
}
.executives-stage a {
width: 50%;
}
#award-grid-stage #subnav-stage,
.award-grid-stage #subnav-stage {
padding-bottom: 0;
}
#award-grid-stage .awards-filters-stage {
padding-bottom: 0;
}
}
@media screen and (max-width: 500px) {
.footer-text br {
display: none;
}
.narrow {
padding-left: 16px;
padding-right: 16px;
}
#menu-side .art-tablet {
display: none;
}
#menu-side .art-mobile,
.newsletter-signup {
display: block;
}
.countup-box-stage,
.countup-text {
padding: 0 16px 8px 16px;
}
.newsletter-signup input[type="email"] {
width: calc(100% - 21px);
}
.newsletter-signup input[type="image"] {
position: absolute;
right: 16px;
top: 50px;
}
.newsletter-signup input[type="image"] {
position: absolute;
right: 16px;
top: 50px;
}
#page-lead.solutions .lead {
font-size: var(--font-size-large);
}
#results_stage.team-stage.all .swiper-wrapper,
#results_stage.team-stage.country .swiper-wrapper,
#team-grid-swiper.search-teams .swiper-wrapper {
grid-template-columns: repeat(1, 1fr);
}
#team-grid-swiper .team-swiper .swiper-wrapper a {
margin: 0 auto 0 auto;
max-width: 320px;
}
.contact-form .details,
.member.text-feature .columns {
display: block;
}
.member.text-feature .columns .lcol + .rcol {
margin-left: 0;
}
.text-feature .columns > .rcol h3:first-child {
margin-top: 1em;
}
.executives-stage {
grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 400px) {
#results_stage.team-stage.country .swiper-wrapper {
grid-template-columns: repeat(1, 1fr);
}
}@font-face {
font-family: "Segoe UI";
src: url(//www.dfdl.com/wp-content/themes/dfdl/assets/fonts/Segoe-UI/SegoeUI.woff2); }
@font-face {
font-family: "Segoe UI Bold";
src: url(//www.dfdl.com/wp-content/themes/dfdl/assets/fonts/Segoe-UI/SegoeUI-Bold.woff2);
}
@font-face {
font-family: "Segoe UI Slim";
src: url(//www.dfdl.com/wp-content/themes/dfdl/assets/fonts/Segoe-UI/SegoeUI-Light.woff2); }
:root {
--primary-green: #004c45;
--primary-tint: #66948f;
--tint-light: #b9d1cf;
--primary-light-tint: #f4f7f7;
--primary-accent: #77dd77;
--error: #b60101;
--dark: #131313;
--dark-2: #808080;
--dark-3: #666666;
--white: #fff;
--body-font: "Segoe UI Slim";
--normal-font: "Segoe UI";
--header-font: "Segoe UI Bold";
--line-height: 150%;
--bold: 700;
--simi-bold: 600;
--normal: 400;
--size-80: 80px;
--size-60: 60px;
--size-40: 40px;
--size-32: 32px;
--size-26: 26px;
--size-24: 24px;
--size-22: 22px;
--size-20: 20px;
--size-18: 18px;
--size-16: 16px;
--size-14: 14px;
--size-12: 12px;
--setting-silo-max-width: 1440px;
--setting-narrow-max-width: 1240px;
--silo-padding-left: 16px;
--silo-padding-right: 16px;
--globalpadding-horizontal: 24px;
--globalpadding-vertical: 16px;
--drop-down-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/drop-down-menu-icon.svg);
--drop-down-hover-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/drop-down-menu-hover-icon.svg);
--search-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Search.svg);
--search-icon-focus: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Search-focus.svg);
--search-icon-hover: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Search-hover.svg);
--padding-40: 40px;
--padding-20: 20px;
--gap-24: 24px;
--gap-40: 40px;
--gap-16: 16px;
--inti-trust: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Anti-Trust-and-Competition.svg);
--aviation: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Aviation-and-Logistics.svg);
--banking-and-finance: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Banking-and-Finance.svg);
--compliance-and-investigations: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Compliance-and-Investigations.svg);
--corporate-advisory: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Corporate-Advisory.svg);
--corporate-and-m-a: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Corporate-and-M-A.svg);
--dispute-resolution: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Dispute-Resolution.svg);
--employment: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Employment.svg);
--energy: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Energy-Natural-Resources-and-Infrastructure.svg);
--investment-funds: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Investment-Funds.svg);
--real-estate-and-hostpitality: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Real-Estate-and-Hospitality.svg);
--restructuring: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Restructuring-and-Insolvency.svg);
--tax-and-transfer-pricing: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Tax.svg);
--technology-media-and-telecoms: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Technology-Media-and-Telecoms.svg);
--inti-trust-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Anti-Trust-and-Competition-white.svg);
--aviation-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Aviation-and-Logistics-white.svg);
--banking-and-finance-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Banking-and-Finance-white.svg);
--compliance-and-investigations-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Compliance-and-Investigations-white.svg);
--corporate-advisory-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Corporate-Advisory-white.svg);
--corporate-and-m-a-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Corporate-and-M-A-white.svg);
--dispute-resolution-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Dispute-Resolution-white.svg);
--employment-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Employment-white.svg);
--energy-natural-resources-and-infrastructure-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Energy-Natural-Resources-and-Infrastructure-white.svg);
--investment-funds-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Investment-Funds-white.svg);
--real-estate-and-hostpitality-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Real-Estate-and-Hospitality-white.svg);
--restructuring-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Restructuring-and-Insolvency-white.svg);
--tax-and-transfer-pricing-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Tax-white.svg);
--technology-media-and-telecoms-white: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Technology-Media-and-Telecoms-white.svg);
--inti-trust-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Anti-Trust-and-Competition.svg);
--aviation-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Aviation-and-Logistics.svg);
--banking-and-finance-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Compliance-and-Investigations.svg);
--compliance-and-investigations-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Compliance-and-Investigations.svg);
--corporate-advisory-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Corporate-Advisory.svg);
--corporate-and-m-a-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Corporate-and-MA.svg);
--dispute-resolution-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Dispute-Resolution.svg);
--employment-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Employment.svg);
--energy-natural-resources-and-infrastructure-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Energy-Natural-Resources-and-Infrastructure.svg);
--investment-funds-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Investment-Funds.svg);
--real-estate-and-hostpitality-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Real-Estate-and-Hospitality.svg);
--restructuring-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Restructuring-and-Insolvency.svg);
--tax-and-transfer-pricing-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Tax.svg);
--technology-media-and-telecoms-team: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/dfdl-solution-icon-for-ndividual-team/Technology-Media-and-Telecoms.svg);
--bangladesh: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Bangladesh.svg);
--cambodia: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Cambodia.svg);
--indonesia: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Indonesia.svg);
--lao-pdr: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Laos.svg);
--malaysia: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Malaysia.svg);
--myanmar: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Myanmar.svg);
--philippines: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Philippines.svg);
--singapore: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Singapore.svg);
--thailand: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Thailand.svg);
--vietnam: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/Vietnam.svg);
--china: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/China.svg);
--eu: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/European-Union.svg);
--india: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/India.svg);
--usa: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/USA.svg);
--korea: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/menu-icon/korea.svg);
--profile-link-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/profile-link-icon.svg);
--profile-link-hover-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/profile-link-hover-icon.svg);
--profile-link-white-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/profile-link-white-icon.svg);
--profile-link-active-icon: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/profile-link-active-icon.svg);
--animation: 200ms;
--animation-green-line: 2000ms;
--animation-location-solution: 2000ms;
}
html,
body {
height: 100%;
width: 100%;
}
*,
ul,
li,
table,
tr,
td,
th,
p,
body {
font-family: var(--body-font);
line-height: var(--line-height);
font-size: var(--size-16);
font-weight: var(--normal);
}
button {
font-family: var(--body-font);
text-transform: uppercase;
font-size: var(--size-16);
font-weight: var(--simi-bold);
line-height: var(--line-height);
} h1 {
font-size: var(--size-40);
font-weight: var(--bold);
font-family: var(--header-font);
}
h2 {
font-size: var(--size-32);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h3 {
font-size: var(--size-26);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
} h4 {
font-size: var(--size-18);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h5 {
font-size: var(--size-16);
font-weight: var(--simi-bold);
font-family: var(--normal-font-font);
}
ul {
padding-left: 15px;
}
ul,
li {
color: #131313 !important;
}
.m-0 {
margin: unset;
}
.p-0 {
padding: unset;
}
.silo {
margin: auto;
}
.primary-green {
color: var(--primary-green);
}
.primary-bg-green {
background: var(--primary-green);
}
.white {
color: var(--white);
}
.container {
max-width: var(--setting-narrow-max-width);
margin: auto;
width: 100%;
}
.header-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
}
.dfdlBar {
width: 0%;
height: 4px;
background: var(--primary-accent);
}
#dfdlProgress {
width: 100%;
}
.cta-button {
border: 1.2px solid var(--primary-green);
border-radius: 2px;
color: var(--primary-green);
font-size: var(--size-16);
font-weight: var(--simi-bold);
padding: 8px 40px;
text-transform: uppercase;
white-space: nowrap;
}
.cta-button:hover {
background: var(--primary-green);
}
.cta-button.focus {
background: var(--primary-tint);
border: 1.2px solid var(--primary-tint);
color: var(--white);
}
#contact-submit.disabled {
border-color: #ccc;
color: #ccc;
opacity: 0.5;
pointer-events: none;
}
#contact-submit input[type="text"].valid {
border-color: var(--primary-green);
}
#contact-submit:hover,
.cta-out-line-btn-green:hover {
background: var(--primary-green);
color: var(--white) !important;
}
.cta-out-line-btn-green.focus {
background: var(--primary-tint);
border: 1.2px solid var(--primary-tint);
color: var(--white) !important;
} .cta-out-line-btn-white:hover,
.subscribe-btn:hover {
background: var(--white);
border-color: var(--white);
color: var(--primary-green) !important;
}
.cta-out-line-btn-green { background-color: var(--white);
border: 1.2px solid var(--primary-green);
}
#insight-see-more {
cursor: pointer;
display: inline-block;
}
.cta-out-line-btn-white.focus,
.subscribe-btn.focus {
background: #e6e6e6;
}
.cta-out-line-btn.focus {
color: var(--primary-tint);
border: 1.2px solid var(--primary-tint);
}
.header-stage {
background: var(--white);
}
.header-stage .search::before {
background: var(--search-icon) 50% 50%;
background-size: cover;
content: " ";
height: 40px;
width: 40px;
position: absolute;
top: 0;
left: 0;
}
.header-stage .search:hover::before {
background: var(--search-icon-hover) 50% 50%;
background-size: cover;
content: " ";
height: 40px;
width: 40px;
position: absolute;
top: 0;
left: 0;
}
.header-stage .search.focus::before {
background: var(--search-icon-focus) 50% 50%;
background-size: cover;
content: " ";
height: 40px;
width: 40px;
position: absolute;
top: 0;
left: 0;
}
.cta-button:focus a,
.cta-button:hover a {
color: var(--white);
}
.secondary-navigation .menu,
.main-navigation .menu {
display: flex;
gap: var(--gap-24);
}
.cta-button a,
.main-navigation .menu li a {
text-transform: uppercase;
color: var(--primary-green);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
.cta-out-line-btn {
padding: 8px 40px;
border-radius: 2px;
border: 1.2px solid var(--white);
font-size: var(--size-16);
text-transform: uppercase;
font-weight: var(--simi-bold);
font-family: var(--normal-font);
background: none;
cursor: pointer;
}
a:hover.cta-out-line-btn {
color: unset;
}
.main-navigation .menu > li a {
padding: 32.5px 0;
}
.main-navigation .menu li a {
display: flex;
gap: 4px;
}
.main-navigation .menu-item-has-children > a::after {
background: var(--drop-down-icon) 50% 50%;
background-size: cover;
content: " ";
height: 24px;
width: 24px;
top: 0;
display: block;
transition: width 2s, height 2s, transform 0.5s;
}
.main-navigation .menu-item-has-children:hover > a::after {
background: var(--drop-down-hover-icon) 50% 50%;
transform: rotate(180deg);
}
.menu-item-has-children {
position: unset;
}
.menu-item-has-children.mega-menu .sub-menu {
display: none;
}
.menu-item-has-children.mega-menu:hover .sub-menu {
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: var(--gap-40);
}
.menu-item-has-children.mega-menu .sub-menu {
position: absolute;
padding: var(--padding-40) 100px;
background: var(--primary-light-tint);
max-width: 1440px;
width: 100%;
right: 0;
left: 0;
border-radius: 0 0 4px 4px;
box-shadow: -4px 4px 16px 0px #0000000a;
}
.section {
padding-left: 16px;
padding-right: 16px;
}
.main-navigation .sub-menu li a {
display: flex;
gap: 4px; }
.main-navigation .menu li .sub-menu li a:hover {
color: var(--primary-green);
}
.main-navigation .menu li a.focus,
.main-navigation .menu li .sub-menu li a.focus {
color: var(--primary-tint);
}
.main-navigation .sub-menu li a {
padding: 10px 0; display: flex;
align-items: center;
gap: var(--gap-16);
color: var(--dark);
font-size: var(--size-14);
text-transform: unset;
font-weight: var(--normal);
}
.header-stage .main-navigation .mega-menu .sub-menu li a::before {
background-size: cover;
content: " ";
height: var(--size-16);
width: var(--size-16);
top: 0;
left: 0;
}
.header-stage
.main-navigation
.mega-menu.location
.sub-menu
li
.sub-menu
li
a::before {
background-size: cover;
content: " ";
height: 18px;
width: 18px;
top: 0;
left: 0;
}
.antitrust-and-competition div::before,
.anti-trust a::before {
background: var(--inti-trust);
}
.aviation-and-logistics div::before,
.aviation a::before {
background: var(--aviation);
}
.banking-finance div::before,
.banking-and-finance div::before,
.banking-and-finance a::before {
background: var(--banking-and-finance);
}
.compliance-and-investigations div::before,
.compliance-and-investigations a::before {
background: var(--compliance-and-investigations);
}
.corporate-advisory div::before,
.corporate-advisory a::before {
background: var(--corporate-advisory);
}
.corporate-and-ma div::before,
.corporate-and-m-a a::before {
background: var(--corporate-and-m-a);
}
.dispute-resolution div::before,
.dispute-resolution a:before {
background: var(--dispute-resolution);
}
.employment div::before,
.employment a:before {
background: var(--employment);
}
.energy-natural-resources-and-infrastructure div::before,
.energy a:before {
background: var(--energy);
}
.investment-funds div::before,
.investment-funds a:before {
background: var(--investment-funds);
}
.real-estate-and-hospitality div::before,
.real-estate-and-hostpitality a:before {
background: var(--real-estate-and-hostpitality);
}
.restructuring div::before,
.restructuring a:before {
background: var(--restructuring);
}
.tax-and-transfer-pricing div::before,
.tax-and-transfer-pricing a:before {
background: var(--tax-and-transfer-pricing);
}
.technology-media-and-telecoms div::before,
.technology-media-and-telecoms a:before {
background: var(--technology-media-and-telecoms);
}
.menu-item-has-children.mega-menu.location .sub-menu li a::before,
.main-navigation .sub-menu a::after {
display: none;
}
.header-stage
.main-navigation
.mega-menu.location
.sub-menu
li
.sub-menu
li
a::before {
display: block;
}
.menu-item-has-children.mega-menu.location:hover .sub-menu li > a {
font-size: var(--size-14);
}
.menu-item-has-children.mega-menu.location:hover .sub-menu {
display: grid;
grid-template-columns: 1fr;
column-gap: var(--gap-40);
}
.menu-item-has-children.mega-menu.location .sub-menu .sub-menu {
display: grid;
grid-template-columns: repeat(5, 1fr);
column-gap: var(--gap-40);
position: relative;
padding: 0;
box-shadow: unset;
left: 0;
}
.bangladesh a::before {
background: var(--bangladesh);
}
.cambodia a::before {
background: var(--cambodia);
}
.indonesia a::before {
background: var(--indonesia);
}
.lao_pdr a::before,
.lao-pdr a::before {
background: var(--lao-pdr);
}
.malaysia a::before {
background: var(--malaysia);
}
.myanmar a::before {
background: var(--myanmar);
}
.philippines a::before {
background: var(--philippines);
}
.singapore a::before {
background: var(--singapore);
}
.thailand a::before {
background: var(--thailand);
}
.vietnam a::before {
background: var(--vietnam);
}
.china a::before {
background: var(--china);
}
.eu a::before {
background: var(--eu);
}
.india a::before {
background: var(--india);
}
.usa a::before {
background: var(--usa);
}
.korea a::before {
background: var(--korea);
}
.site-info {
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-bottom: var(--size-24);
gap: 40px;
}
.block-about-dfdl h4 {
text-wrap: balance;
}
#colophon {
background: var(--primary-green);
padding: var(--size-60) 0 0 0;
color: var(--white);
}
#menu-footer-menu {
display: flex;
gap: 16px; }
#menu-footer-menu li a {
color: var(--tint-light);
font-size: var(--size-16);
font-weight: var(--simi-bold);
text-transform: uppercase;
position: relative;
}
input:not([type="checkbox"]):not([type="radio"]) {
padding: 7px 16px;
border: 1px solid #cccccc;
background: #ffffff;
outline: none;
}
#dfdl-contact input.valid:not([type="checkbox"]):not([type="radio"]),
.select-countries.valid .select2-container--default .select2-selection--multiple
.select-solution.valid .select2-container--default .select2-selection--multiple {
border: 1px solid var(--primary-green);
}
.contact-form textarea:focus-visible,
.contact-form textarea:focus,
input:not([type="checkbox"]):not([type="radio"]):focus {
border: 1px solid var(--primary-green) !important;
border-radius: inherit;
}
.erro input:not([type="checkbox"]):not([type="radio"]) {
border: 1px solid var(--error) !important;
color: var(--primary-green);
}
#green_line {
width: 0px;
height: 4px;
background: var(--primary-accent);
margin: 24px auto 40px;
position: relative;
transition: 2000ms;
}
#green_line.arrive {
width: 80px !important;
}
#green_line_60 {
width: 0px;
height: 4px;
background: var(--primary-accent);
margin: 16px 0 24px 0;
position: relative;
transition: 2000ms;
}
#green_line_60.arrive {
width: 60px !important;
}
.error {
color: var(--error);
font-size: var(--size-14);
font-weight: var(--normal);
}
.d-none {
display: none;
}
.menu li a {
position: relative;
}
.main-navigation .menu > li > a::before {
background: var(--primary-green);
bottom: 32px;
}
.main-navigation .menu > li:hover > a::before,
#colophon .menu li:hover a::before {
width: 100%;
}
#colophon .menu li a::before {
background: var(--tint-light);
bottom: -2px;
}
.main-navigation .menu > li > a::before,
#colophon .menu li a::before {
content: " ";
height: 2px;
width: 0%;
position: absolute;
left: 0;
transition: width 200ms;
}
.min-height-empty {
min-height: 93px;
}
.hero-wrapper { max-height: 480px;
}
.news-list-wrap {
margin-top: 16px !important;
}
.hero-full { display: block !important;
overflow: hidden;
}
.solutions-wrapper .solution-excerpt-wrap {
position: sticky;
position: -webkit-sticky;
top: 130px;
z-index: 9;
}
.image-block.solution-image-wrapper {
margin: auto;
}
.menu-item-has-children.mega-menu .sub-menu {
margin: auto;
}
.d-flex {
display: flex;
}
.align-items-center {
align-items: center;
}
.text-center {
text-align: center;
}
.m-auto {
margin: auto;
}
.col-6 {
width: 50%;
}
.hero-full .col-left {
align-items: center;
justify-content: center;
min-height: 448px;
}
.hero-full .col-right {
align-items: center;
justify-content: end;
min-height: 448px;
}
.circle-image {
max-width: 388px;
}
.hero.front-page {
height: 448px !important;
}
.hero-description-wraper {
max-width: 554px;
}
.hero-description-section {
display: flex;
height: 100%;
align-items: center;
}
.hero-full .description {
margin-top: var(--size-16);
}
.hero-full .cta-block {
margin-top: var(--size-40);
}
.d-grid {
display: grid;
}
.d-block {
display: block;
}
.justify-content-center {
justify-content: center;
}
.justify-content-between {
justify-content: space-between;
}
.grid-4-column {
grid-template-columns: repeat(4, 1fr);
}
.grid-3-column {
grid-template-columns: repeat(3, 1fr);
}
.grid-2-column {
grid-template-columns: auto auto;
}
.gap-40 {
gap: var(--size-40);
}
.gap-16 {
gap: var(--size-16);
}
.gap-40 {
gap: 40px;
}
.gap-80 {
gap: 80px;
}
.gap-32 {
gap: 32px !important;
}
.mt-8 {
margin-top: 8px;
}
.mt-16 {
margin-top: var(--size-16);
}
.mt-24 {
margin-top: 24px;
}
.mt-40 {
margin-top: 40px;
}
.mt-80 {
margin-top: var(--size-80);
}
.ml-0,
.mr-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.pt-50 {
padding-top: 50px;
}
.p-50 {
padding: 50px;
}
.pb-16 {
padding-bottom: 16px;
}
.pt-16 {
padding-top: 16px;
}
.py-40 {
padding: 40px 0;
}
.py-50 {
padding: 50px 0;
}
.pb-50 {
padding-bottom: 50px;
}
.p-40 {
padding: 40px;
}
.dark {
color: var(--dark);
}
.dark-2 {
color: var(--dark-2);
}
.radius-4 {
border-radius: 4px;
overflow: hidden;
}
.new-block {
padding-bottom: 50px;
}
.news-box {
padding: 24px 40px;
}
.single-news-box {
background: #f4f7f7;
} .horizantal-line {
border-radius: 4px;
width: 1px;
height: 100%;
background: #ccc;
}
.empty-box {
width: 180px;
justify-content: center;
}
.blurb-wrapper {
max-width: 540px;
}
.team-items {
display: grid;
grid-template-columns: repeat(2, 1fr);
row-gap: 24px;
column-gap: 16px;
}
.home-profile-wrapper .profile-photo {
max-width: 300px;
width: 100%;
height: auto;
overflow: hidden;
position: relative;
}
.profile-photo {
max-width: 235px;
width: 235px;
height: 235px;
overflow: hidden;
position: relative;
}
.home-profile-wrapper,
.profile-wrapper {
background: #f5f5f5;
overflow: hidden;
padding: 0;
}
.home-profile-wrapper.focus,
.profile-wrapper.focus {
opacity: 80%;
}
.home-profile-wrapper:hover,
.single-news-box:hover,
a:hover.single-news-box,
.profile-wrapper:hover {
box-shadow: -4px 4px 16px 0px #00000029;
}
.home-profile-wrapper img,
.profile-wrapper img {
transition: var(--animation);
}
.home-profile-wrapper:hover img,
.profile-wrapper:hover img {
scale: 109.36%;
}
.upercase {
text-transform: uppercase;
}
.home-profile-wrapper .profile-details {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
gap: 16px;
}
.home-profile-wrapper .profile-details .details {
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 16px;
}
.home-team-lists-wrapper .owl-theme .owl-nav,
.home-team-lists-wrapper .owl-dots {
margin-top: 0 !important;
} .home-team-lists-wrapper .owl-stage {
padding-bottom: 0 !important;
}
.home-profile-wrapper .team-member {
gap: 16px;
}
.flex-direction-column {
flex-direction: column;
}
.profile-details {
padding: 16px 24px;
flex-direction: column;
justify-content: space-between;
display: flex;
}
.profile-position {
font-size: var(--size-14);
font-family: var(--normal-font);
color: var(--dark);
margin-top: 4px;
}
.expertise {
font-size: var(--size-14);
color: var(--dark-3);
}
.owl-stage {
padding-bottom: 16px;
}
.team-member {
height: 100%;
}
.owl-nav {
display: none;
}
.owl-dots {
text-align: left !important;
}
.owl-theme .owl-dots .owl-dot span {
background: #b3c9c7 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
background: #004c45 !important;
}
.owl-theme .owl-dots .owl-dot:hover span {
background: #66948f !important;
}
.owl-theme .owl-dots {
width: 75%;
float: left;
}
a.view-all-team {
width: 20%;
position: relative;
display: block;
float: right;
text-align: right;
}
a.link-btn-action.focus {
color: #66948f !important; } h4.display-name::after {
background-size: cover;
content: " ";
height: 28px;
width: 28px;
background: var(--profile-link-icon);
display: block;
transition: rotate var(--animation);
}
a:hover h4.display-name::after {
background: var(--profile-link-hover-icon);
rotate: 45deg;
}
.countries-list-items {
list-style-type: none;
padding-left: 0;
margin-top: 24px;
display: grid;
row-gap: 8px;
column-gap: 24px;
margin-bottom: 0;
}
.country-name {
width: 24px;
}
.desk a,
.country-link a {
display: flex;
gap: 8px;
}
.desk a::before,
.country-link a::before {
background-size: cover;
content: " ";
height: 24px;
width: 24px;
display: block;
}
.cta-bg {
position: relative;
overflow: hidden;
}
.cta-section-block {
background: linear-gradient(270deg, rgba(36, 89, 82, 0) 0%, #245952 100%);
position: relative;
top: 0;
height: 100%;
width: 100%;
}
.section-wrapper {
padding: 40px 60px;
}
.cta-bg img {
transition: 5000ms;
position: absolute;
width: 1440px;
height: 1981px;
top: -806px;
left: 0;
}
.cta-bg img.arrive {
scale: 110%; z-index: -1;
}
.cta-section-block p {
color: #b9d1cf;
font-size: var(--size-16);
}
.cta-wrapper {
max-width: 780px;
}
a.cta-link:hover {
color: var(--white);
}
.solutions-home {
background-size: cover !important;
background-position: center !important;
}
.solution-bg-section {
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0.8) 0%,
rgba(0, 0, 0, 0) 100%
);
}
.solution-lists {
width: 500px;
backdrop-filter: blur(24px);
}
.solution-list {
padding: 16px 24px;
gap: 24px;
border: 1px solid #ffffff1a;
}
.solution-columns {
grid-template-columns: fit-content(500px) 2fr;
}
.solution-lists a div {
display: flex;
gap: 24px;
align-items: center;
}
.solution-list-mobile div::before,
.solution-lists li > div::before {
background-size: contain;
background-position: 50% 50%;
background-repeat: no-repeat;
content: " ";
height: 32px;
min-width: 32px;
width: 32px;
display: block;
}
.solution-lists a.active div,
.solution-lists a:hover div {
background: #004c4599;
color: #fff;
}
.solution-excerpt {
min-width: 100%;
}
.solution-lists a div.anti-trust-and-competition::before {
background: var(--inti-trust-white);
}
.solution-lists a div.aviation-and-logistics::before {
background: var(--aviation-white);
}
.solution-lists a div.banking-and-finance::before {
background: var(--banking-and-finance-white);
}
.solution-lists a div.compliance-and-investigations::before {
background: var(--compliance-and-investigations-white);
}
.solution-lists a div.corporate-advisory::before {
background: var(--corporate-advisory-white);
}
.solution-lists a div.corporate-and-ma::before {
background: var(--corporate-and-m-a-white);
}
.solution-lists a div.dispute-resolution::before {
background: var(--dispute-resolution-white);
}
.solution-lists a div.employment::before {
background: var(--employment-white);
}
.solution-lists a div.energy-natural-resources-and-infrastructure::before {
background: var(--energy-natural-resources-and-infrastructure-white);
}
.solution-lists a div.investment-funds::before {
background: var(--investment-funds-white);
}
.solution-lists a div.real-estate-and-hospitality::before {
background: var(--real-estate-and-hostpitality-white);
}
.solution-lists a div.restructuring::before {
background: var(--restructuring-white);
}
.solution-lists a div.tax-and-transfer-pricing::before {
background: var(--tax-and-transfer-pricing-white);
}
.solution-lists a div.technology-media-and-telecoms::before {
background: var(--technology-media-and-telecoms-white);
}
.expertice-section .solution-lists ul a .anti-trust-and-competition div::before {
background-image: var(--inti-trust-team) !important;
}
.expertice-section .solution-lists ul a .aviation-and-logistics div::before {
background-image: var(--aviation-team);
}
.expertice-section .banking-and-finance > div::before {
background-image: var(--banking-and-finance-team) ;
}
.expertice-section .solution-lists ul a .compliance-and-investigations div::before {
background-image: var(--compliance-and-investigations-team);
}
.expertice-section .solution-lists ul a .corporate-advisory div::before {
background-image: var(--corporate-advisory-team);
}
.expertice-section .solution-lists ul a .corporate-and-ma div::before {
background-image: var(--corporate-and-m-a-team);
}
.expertice-section .solution-lists ul a .dispute-resolution div::before {
background-image: var(--dispute-resolution-team);
}
.expertice-section .solution-lists ul a .employment div::before {
background-image: var(--employment-team);
}
.expertice-section
.solution-lists
ul
a
.energy-natural-resources-and-infrastructure
div::before {
background-image: var(--energy-natural-resources-and-infrastructure-team);
}
.expertice-section .solution-lists ul a .investment-funds div::before {
background-image: var(--investment-funds-team);
}
.expertice-section
.solution-lists
ul
a
.real-estate-and-hospitality
div::before {
background-image: var(--real-estate-and-hostpitality-team);
}
.expertice-section .solution-lists ul a .restructuring div::before {
background-image: var(--restructuring-team);
}
.expertice-section .tax-transfer-pricing > div::before {
background-image: var(--tax-and-transfer-pricing-team);
}
.expertice-section
.solution-lists
ul
a
.technology-media-and-telecoms
div::before {
background-image: var(--technology-media-and-telecoms-team);
}
.quote-block {
background: #f4f7f7;
}
.quote-symbol {
width: 40px;
height: 40px;
}
.quote-section .name {
font-size: var(--size-16);
}
.quote-section .position {
font-size: var(--size-14);
font-weight: 400;
text-align: left;
color: #666666;
}
.insight-title {
padding: 24px;
min-height: 152px;
height: 152px;
overflow: hidden;
color: var(--dark);
}
.insight-title h4 {
}
.insight-meta {
background: #f5f5f5;
}
.insight-meta {
padding: 16px 24px;
font-size: var(--size-14);
font-weight: var(--simi-bold);
}
.item.insight-items {
background: #f1fbf1;
}
.item.insight-items:hover {
background: #f4f7f7;
}
.insight-icon {
display: flex;
gap: 16px;
}
.insight-icon img.insight-icon {
width: 48px !important;
}
.insight-meta strong {
font-size: var(--size-14);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
.insight-meta .insight-date {
color: #666666;
margin-top: 4px;
}
.icon-link {
background-size: cover;
content: " ";
height: 28px;
width: 28px;
background: var(--profile-link-icon);
display: block;
transition: rotate var(--animation);
}
a.insight-link:hover .icon-link {
background: var(--profile-link-hover-icon);
rotate: 45deg;
}
.insight-items:hover {
box-shadow: -4px 4px 16px 0px #00000029;
}
a.insight-link.focus {
opacity: 80%;
}
a.insight-link.focus .icon-link {
background: var(--profile-link-active-icon);
rotate: 45deg;
}
#dfdl-map {
width: 100%;
}
#dfdl-map-label {
position: absolute;
right: 0;
opacity: 0;
transition: var(--animation-green-line);
width: 100%;
}
#dfdl-map-label.ready {
opacity: 1;
}
.dfdf-map {
position: relative;
width: 100%;
}
.single-news-box {
min-height: 100%;
transition: var(--animation);
}
a:hover .blog-wrapper h4,
a:hover.single-news-box {
color: var(--dark);
}
#colophon {
padding: 32px 16px 24px 16px;
}
.mobile-block,
.lg-none,
.moile-icon,
.mobile-menu {
display: none;
}
.view-all-insight {
float: right;
} .solution-hero.page {
height: 400px;
overflow: hidden;
}
.solution-col-left {
width: 790px;
}
.col-right {
background-position: center !important;
background-size: 150% auto !important;
transition: var(--animation-location-solution);
}
.solution-col-right {
width: 650px;
background-position: center !important;
background-size: 150% auto !important;
transition: var(--animation-location-solution);
}
.hero-description-wraper ul li {
color: #fff !important;
}
.col-right.arrive,
.solution-col-right.arrive {
background-size: 110% auto !important;
}
.solution-image-wrapper {
height: 100%;
}
.solution-hero-image img {
width: 100%;
height: auto;
}
.solution.description p {
font-size: var(--size-14);
color: #b3c9c7;
}
.wp-block-columns {
max-width: var(--setting-narrow-max-width);
margin: auto;
}
.blurb-solution-wrapper.blurb-box {
width: 50%;
} .blurb-solution-wrapper.blurb-box.blurb-bg ul li,
.blurb-solution-wrapper.blurb-box.blurb-bg p {
color: #666666;
font-size: var(--size-16);
font-weight: 400;
}
.blurb-solution-wrapper.blurb-box.blurb-bg {
padding: 40px;
font-size: var(--size-18);
height: max-content;
}
.blurb-solution-wrapper.blurb-box.blurb-bg ul li,
.blurb-solution-wrapper.blurb-box.blurb-bg p {
font-size: var(--size-18);
line-height: 27px;
}
.blurb-solution-wrapper.blurb-box.blurb-bg ul li,
.key-credential-wrapper li {
padding-bottom: .35em;
}
.blurb-solution-wrapper.blurb-box.blurb-bg .title {
margin-bottom: 40px;
}
.blurb-solution-wrapper.blurb-box strong {
color: var(--primary-green);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
.blurb-solution-wrapper.blurb-box li::marker {
color: var(--primary-green);
}
.grid-2-columns {
grid-template-columns: repeat(2, 1fr);
}
.grid-1-column {
grid-template-columns: repeat(1, 1fr);
}
.profile-lead-wrap {
grid-template-columns: auto 1fr !important;
}
.silo.locations,
.silo.solutions {
padding: 0;
}
.owl-dots button {
display: none;
}
.image-block.d-flex.solution-image-wrapper {
overflow: hidden;
}
.insight-category.primary-green {
max-height: 23px;
overflow: hidden;
}
.insight-items .icon-link {
position: absolute;
right: 24px;
} .contact-wrapper {
grid-template-columns: repeat(3, 1fr);
}
.contact-box:not(:last-child) {
border-right: 1px solid #666666;
}
.location-contact-wrapper {
background: #f4f7f7;
}
.contact-box {
text-align: center;
}
.address {
padding-right: 40px;
}
.contact {
padding: 0 40px;
}
.hours {
padding-left: 40px;
}
.contact-icon {
margin-bottom: 8px;
}
.contact-meta {
margin-top: 32px;
color: #666666;
}
.contact-meta a:hover {
color: #77dd77;
}
.country-contacts .contact a,
.address a {
color: var(--primary-green);
margin-top: 16px;
}
.key-credential-wrapper {
max-width: 800px;
}
.key-credential-wrapper li::marker {
color: var(--primary-green);
}
.key-credential-wrapper strong {
color: var(--primary-green);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
.award-list {
display: flex; gap: 40px;
}
.award-list:not(:last-child) {
border-bottom: 1px solid #b3c9c7;
}
.award-list:last-child {
padding-bottom: 0;
}
.award-image-wrap {
min-width: 20%;
}
.award-entry {
display: grid;
gap: 8px;
width: 100%;
}
.award-entry .title {
color: #004c45;
text-transform: uppercase;
}
.country-and-ranking {
color: #666666;
font-size: var(--size-14);
} .award-image-wrap img {
width: 100%;
height: auto;
}
.award-entry p,
.description p {
margin: 0;
}
.link-btn-action {
text-transform: uppercase;
}
.dfdl-description p {
margin-left: 0;
margin-right: 0;
}
.hero-description-section a {
color: #77dd77;
}
.hero-description-section a:hover {
color: #b3c9c7;
}
.countup-boxes {
padding: 0;
}
.circle-image.counter,
.w-100 {
width: 100%;
}
.hero-counter {
padding-top: 50px;
padding-bottom: 50px;
}
.hero-counter .box {
width: 100%;
border-right: 1px solid var(--white);
display: grid;
gap: 16px;
padding-left: 16px;
padding-right: 16px;
}
.hero-counter .box:last-child {
border: none;
}
.green_line.hero-bar {
margin-left: auto !important;
margin-right: auto !important;
}
.countup-boxes {
margin-top: 80px;
}
h3.countup {
font-weight: 400;
font-size: var(--size-26);
}
.slogan {
color: #b9d1cf;
margin-top: 16px;
}
.hero-counter .sub-title {
margin-top: 40px;
}
a.cta-out-line-btn {
color: #fff;
}
.filter-row {
gap: 16px;
}
.input-search-box {
flex: auto;
}
.team-grid-search {
background: #f4f7f7;
}
.icon-search-box {
width: 24px;
height: 24px;
}
.search-box .search {
padding-left: 7px 0 !important;
}
.filter-row
.select2-container
.select2-selection--single
.select2-selection__rendered {
padding-left: 0;
padding-right: 0 !important;
}
.solutions ul.select2-selection__rendered,
.countries ul.select2-selection__rendered {
flex: 86px;
}
.filter-row .select2-selection--multiple:before {
display: none;
}
.select2-container--default .select2-selection--single::after,
.select2-selection--multiple:after {
content: " ";
width: 24px !important;
height: 24px !important;
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/Drop-Down-filter.svg);
background-size: cover;
position: relative;
}
.select2-selection__arrow {
display: none;
}
.filter-row .search-box {
width: 100%;
border-radius: 2px !important;
border: 1px solid #cccccc !important;
display: flex;
align-items: center;
gap: 8px;
padding: 0px 16px;
background: #fff;
}
.filter-row .search-box .search:focus,
.filter-row .search-box .search {
width: 100%;
display: grid;
background: #ffffff;
border: none !important;
font-size: var(--size-16);
}
.filter-button {
background: #ffffff;
color: #757575;
border: 1px solid #cccccc;
height: 40px;
padding: 8px 8px 8px 0;
border-radius: 2px;
display: flex;
justify-content: space-between;
align-items: center;
width: auto;
}
.mobile-search-filter {
display: none;
}
.filter-row .solutions {
width: 146px;
}
.filter-row .countries {
width: 148px;
}
.filter-row .teams-sort {
width: 86px;
}
.filter-row .insight-years {
width: 125px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding-right: 8px !important;
}
.careers-sort .select2-container .select2-selection,
.fillter-countries .select2-container .select2-selection,
.filter-row .insight-years .select2-container .select2-selection,
.filter-row .solutions .select2-container .select2-selection,
.filter-row .teams-sort .select2-container .select2-selection,
.filter-row .countries .select2-container .select2-selection {
padding: 8px 8px 8px 16px;
height: 40px !important;
}
.filter-row span.select2-selection {
display: flex !important;
align-items: center;
justify-content: space-between;
gap: 8px;
}
.select2-container input:not([type="checkbox"]):not([type="radio"]):focus,
.select2-search__field {
border: none !important;
}
ul.select2-selection__rendered {
max-height: 40px;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
}
.site-footer {
margin-top: 50px;
}
.select2-container--default .select2-selection--multiple {
border-radius: 2px !important;
}
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
color: #666666 !important;
}
.mobile-flex {
display: none !important;
}
input[type="checkbox"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: var(--form-background);
margin: 3px 1px;
font: inherit;
color: currentColor;
cursor: pointer;
width: 24px;
height: 24px;
position: relative;
border: 1px solid #292929;
border-radius: 2px;
display: grid;
place-content: center;
}
.mobile-filter-lists input[type="checkbox"] {
width: 15px;
height: 15px;
margin: 5px 1px 0;
}
.mobile-filter-lists input[type="checkbox"] label::before {
width: 15px;
height: 15px;
}
.mobile-filter-lists input[type="checkbox"]:checked + label::before {
content: "";
display: block;
position: absolute;
text-align: center;
height: 15px;
width: 15px;
left: 0;
top: 5px;
background-color: var(--primary-green);
border-radius: 2px;
border: 1px solid var(--primary-green);
}
.gap-24 {
gap: 24px;
}
.mobile-filter-lists input[type="checkbox"]:checked + label::after {
content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
display: block;
position: absolute;
left: 3px;
top: 2px;
}
#teams .select2-container--open .select2-dropdown--above,
#teams .select2-container--open .select2-dropdown--below {
width: 260px !important;
}
.background-image {
position: relative;
overflow: hidden;
}
#countup-boxes {
position: relative;
}
.image-background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.image-background img.circle-bg {
margin: auto;
scale: 390%;
rotate: 130deg;
transition: var(--animation-green-line);
}
.image-background img.circle-bg.arrive {
scale: 290%;
}
.mobile-filter-lists { overflow-x: scroll;
padding-bottom: 24px;
}
.filter-modal {
height: 100%;
position: relative;
overflow: scroll;
padding: 26px 14px;
margin: auto;
}
.overflow-hidden {
overflow: hidden;
position: relative;
height: 100%;
width: auto;
}
img.team-profile-bg {
margin: auto 0 auto auto;
scale: 212%;
transform-origin: right;
}
.avatar img {
width: 240px;
height: auto;
border-radius: 2px;
border: 2px solid #ffffff;
}
.flex-auto {
flex: 1;
}
.team-greean-line {
margin-top: 8px !important;
margin-bottom: 16px !important;
}
.details-stage .position {
font-size: var(--size-14);
}
.cta-contact-form-description {
font-size: var(--size-16);
}
.cta-contact-form-description,
.details-stage .position {
font-weight: 400;
color: var(--tint-light);
}
#team-profile-wrapper {
z-index: 9;
position: relative;
}
.team-meta {
width: auto;
padding: 40px;
gap: 60px;
border-radius: 4px;
background: #f4f7f7;
}
.team-meta .solution-list-mobile div::before {
width: 24px;
height: 24px;
}
.profile-col-left h4,
.team-meta h4 {
font-weight: 400;
text-transform: uppercase;
}
ul.meta-lists li,
.team-meta .country-link {
min-height: 32px;
padding: 4px 16px;
gap: 8px;
border-radius: 100px;
display: flex;
background: #ffffff;
align-items: center;
color: #666666;
height: auto;
}
ul.meta-lists,
ul.location-list {
padding-left: 0;
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0;
}
li,
.profile-col-left p,
.languages,
.location-list a {
color: #666666;
font-weight: 400;
}
.insight-lists-section ul {
padding-left: 0;
display: grid;
gap: 16px;
}
.gap-8 {
gap: 8px;
}
.user-inslight-item {
list-style: none;
}
.user-inslight-item a {
color: var(--primary-green);
text-decoration: underline;
font-weight: 400;
}
.profile-col-left .award-image-wrap {
width: 80px;
}
.profile-col-left .award-entry {
width: auto;
}
.profile-col-left .award-list {
gap: 24px;
grid-template-columns: auto auto;
}
.team-profile-related-member:not(:last-child) {
margin-bottom: 40px;
}
.blurb-logo-section-wrapper {
padding: 40px 60px;
}
.blurb-logo-section-wrapper h3,
.blurb-logo-section-wrapper h2 {
font-weight: 400;
}
.logo-section-blurb-wrapper {
border-radius: 4px;
}
.solutions-blurb-box-section p,
#v-2-firm-commitments p,
#v-2-firm-commitments .excerpt,
.blurb-logo-section-wrapper .detail {
color: #666666;
}
.blurb-logo-section-wrapper .original-logo-image {
max-width: 225px;
} #v-2-firm-commitments .commitment {
background: #f4f7f7;
padding: 40px;
border-radius: 4px;
}
.team-solution-link {
gap: 8px !important;
}
.meta-lists a:hover div {
background: none;
color: unset;
}
.front-page .award-wrapper,
.our-firm .award-wrapper {
min-height: 100px;
}
.front-page .award-wrapper .d-flex {
opacity: 0;
margin-top: 4em;
transition: var(--animation-location-solution);
}
.front-page .award-wrapper .d-flex.arrive {
opacity: 1;
margin-top: 0;
}
.our-firm .award-wrapper {
opacity: 0;
margin-top: 4em;
transition: var(--animation-location-solution);
}
.our-firm .award-wrapper.arrive {
opacity: 1;
margin-top: 0;
}
.award-wrapper .d-flex {
flex-wrap: wrap;
}
.award-wrapper img {
max-width: 150px;
}
.block-section p {
margin-left: 0;
margin-right: 0;
text-wrap: pretty;
}
.constact-page-hero-wrapper {
padding-top: 50px;
padding-bottom: 50px;
}
.contact-left-column {
max-width: 294px;
}
.left-col-contact {
background: #f4f7f7;
padding: 24px 40px;
gap: 60px;
border-radius: 4px;
height: auto;
}
.left-col-contact a {
color: #77dd77;
font-size: 16px;
font-weight: 700;
}
.left-col-contact a:hover {
color: #77dd77;
text-decoration: underline;
}
.left-col-contact a.focus {
color: #66948f;
text-decoration: underline;
}
.contact-form .details {
display: flex;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
flex-wrap: wrap;
justify-content: space-between;
}
.contact-form .details .select-countries span.select2,
.contact-form .details .select-solution span.select2,
.contact-form .details input,
.contact-form textarea {
margin-top: 8px;
}
.dirty.invalid span.required,
.dirty.invalid input,
.dirty.invalid textarea {
color: #b60101 !important;
}
#contact-us-page .input-group .select2-container,
#contact-us-page .form-group .select2-container {
position: relative !important;
z-index: 2;
float: left !important;
width: 100% !important;
margin-bottom: 0 !important;
display: table !important;
table-layout: fixed !important;
}
.contact-form .details > div {
flex: 1; }
.contact-form .select2-container--default .select2-selection--multiple {
border-radius: 0 !important;
min-height: 40px;
display: flex;
align-items: center;
}
.contact-form .select2-selection--multiple:before {
display: none;
}
.contact-form .cta-button {
background: #fff;
}
.contact-form .dirty.invalid textarea,
.contact-form
.dirty.invalid
.select2-container--default
.select2-selection--multiple,
.contact-form .dirty.invalid input:not([type="checkbox"]):not([type="radio"]) {
border-radius: 0;
}
.contact-form label {
font-family: Segoe UI;
font-size: var(--Paragraph1);
font-weight: 400;
line-height: 24px;
color: #131313;
margin-bottom: 8px;
}
.contact-form label.invalid {
color: #b60101;
}
.contact-form .select2-container--default .select2-selection--multiple,
.contact-form .select2-container--default .select2-selection--single {
padding: 0 16px;
}
.contact-form label span {
color: #004c45;
}
.grecaptcha-badge {
visibility: hidden;
}
.recaptcha-notice {
color: #999;
font-size: x-small;
margin-top: 2em;
max-width: 16em;
}
.recaptcha-notice a {
color: var(--color-dfdl-green);
} .recaptcha-notice a {
font-size: x-small;
}
.details.d-none {
display: none !important;
}
.contact-form .filter-button {
padding: 0 2px 0 4px;
overflow: hidden;
}
.contact-form .select-label {
width: 100%; position: relative;
display: flex;
flex-wrap: wrap;
}
.left-col-contact h4 {
text-transform: uppercase;
}
.counter-number-section .title-wrapper {
max-width: 800px;
margin: auto;
}
.meta-lists .country-link:hover a {
color: #fff;
}
.meta-lists .country-link:hover,
.meta-lists a:hover li {
background: #004c45;
color: #fff !important;
}
.meta-lists .country-link.focus,
.meta-lists a.focus li {
background: #66948f;
color: #fff;
}
.award-filter-row {
background: #f4f7f7;
}
.award-list-title {
border-bottom: 1px solid #cccccc;
padding-bottom: 8px;
}
.award-entry-list .solution {
text-transform: uppercase;
font-size: var(--size-14);
}
.award-entry-list {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.awards-page {
display: grid;
gap: 50px;
}
.award-year,
.award-types,
.awards-countries {
width: 270px;
}
.award-wrapper .select2-container .select2-selection--multiple {
display: flex;
align-items: center;
height: 40px;
}
.award-wrapper .select2-container .select2-selection--multiple:before {
display: none;
}
ul.quick-link-lists {
display: flex;
flex-wrap: wrap;
gap: 16px;
padding: 0;
margin: 0;
}
ul.quick-link-lists li {
list-style: none;
text-transform: uppercase;
}
ul.quick-link-lists li div,
.quick-link-lists a {
border-radius: 100px;
color: var(--primary-green);
display: inline-block;
font-size: var(--size-18);
font-weight: normal;
gap: 8px;
padding: 4px 16px;
}
ul.quick-link-lists li div:hover {
background: var(--primary-green);
border-radius: 100px;
color: var(--white);
}
ul.quick-link-lists li div.focus {
background: #66948f !important;
border-radius: 100px;
color: var(--white);
}
ul.quick-link-lists li div.active,
.quick-link-lists a.active,
.quick-link-lists a:hover {
background: var(--primary-green);
border-radius: 100px;
color: var(--white);
}
.quick-link-list-item.content-hub-active {
background: var(--tint-light);
border-radius: 100px;
}
.quick-link-lists.sub a:not(.active):hover {
background: var(--tint-light);
}
.insight-callout {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.insight-callout .item-wrapper {
position: relative;
}
.insight-callout.d-none {
display: none;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-16 {
margin-bottom: 16px;
}
.insight-list-wrapper.mb-40:last-child {
margin-bottom: 0;
}
.insight-breadcrumb {
font-size: var(--size-18);
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 32px;
}
.breadcrumb-arrow {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/Breadcrumb-Arrow.svg);
width: 24px;
height: 24px;
}
.bread-crumb:last-child {
font-weight: 700;
font-family: var(--header-font);
}
#awards .select2-container--open .select2-dropdown--above,
#award_bodies .select2-dropdown.select2-dropdown--below,
#insights .select2-container--open .select2-dropdown--above,
#insights .select2-container--open .select2-dropdown--below,
#tax-transfer-pricing .select2-container--open .select2-dropdown--above,
#tax-transfer-pricing .select2-container--open .select2-dropdown--below,
#dfdl-news .select2-container--open .select2-dropdown--above,
#dfdl-news .select2-container--open .select2-dropdown--below,
#content-hub .select2-container--open .select2-dropdown--above,
#content-hub .select2-container--open .select2-dropdown--below,
#articles .select2-container--open .select2-dropdown--above,
#articles .select2-container--open .select2-dropdown--below,
#events .select2-container--open .select2-dropdown--above,
#events .select2-container--open .select2-dropdown--below,
#podcasts .select2-container--open .select2-dropdown--above,
#podcasts .select2-container--open .select2-dropdown--below,
#publications .select2-container--open .select2-dropdown--above,
#publications .select2-container--open .select2-dropdown--below {
width: 277px !important;
}
#tax-transfer-pricing #selected-filter > li[data-id="16"],
#tax-transfer-pricing #team_solutions_16,
#tax-transfer-pricing #select2-insights_solutions-results li:nth-child(13) {
pointer-events: none;
touch-action: none;
}
#tax-transfer-pricing #selected-filter > li[data-id="16"] .close-icon {
display: none;
}
#teams .team_sort_dropdown .select2-dropdown--above,
#teams .team_sort_dropdown .select2-dropdown--below,
#insights .insights_years_dropdown .select2-dropdown--above,
#insights .insights_years_dropdown .select2-dropdown--below,
#tax-transfer-pricing .insights_years_dropdown .select2-dropdown--below  {
width: 135px !important;
}
.breadcrumb-main a {
color: var(--color-dark-grey);
cursor: pointer;
font-weight: 400;
}
#quicklink-insights .silo {
padding-top: 40px;
padding-bottom: 40px;
}
.teams .team-grid-search {
padding-left: 16px;
padding-right: 16px;
}
.single-insight-page {
background: #f1fbf1;
}
.position-relative {
position: relative;
}
.single-insight-header {
display: grid;
gap: 24px;
padding-top: 50px;
padding-bottom: 50px;
}
.single-insight-body {
padding-top: 50px;
padding-bottom: 50px;
}
.z-index-0 {
z-index: 0;
}
.z-index-1 {
z-index: 1;
}
.single-insight-date {
font-size: 14px;
color: #666666;
margin-top: 4px;
}
.cta-section {
margin-top: 12px;
}
.insight-container {
max-width: 800px;
margin: auto;
}
.single-insight-body .insight-container img {
width: 100% !important;
height: auto;
margin-bottom: 40px;
}
.insight-meta-option {
padding: 24px 0px 0px 0px;
border-top: 1px solid #cccccc;
opacity: 0px;
}
.related-insight {
margin-top: 50px;
margin-bottom: 50px;
}
.related-insight-title {
margin-bottom: 50px;
margin-top: 50px;
}
.insight-team-list {
display: grid;
gap: 16px;
}
.insight-meta-option {
margin-top: 50px;
}
.job-list-border {
width: 100%;
height: 1px;
background: #cccccc;
margin-top: 24px;
margin-bottom: 24px;
} .career-list-item {
gap: 65px;
}
.career-list-item .closing-date {
color: #808080;
}
.career-list-item .closing-date,
.career-list-item .country-base {
width: 252px;
}
.d-sm-block {
display: none;
}
strong {
font-weight: 700;
font-family: var(--header-font);
}
.news-box .insight-meta {
padding: 0;
}
.home-team-items {
display: grid;
row-gap: 16px;
column-gap: 16px;
grid-template-columns: repeat(4, 1fr);
}
.search-chips-label {
display: flex;
flex-wrap: wrap;
gap: 12px;
padding-left: 0;
}
ul.search-chips-label li {
list-style: none;
}
li.chip-list-item {
padding: 4px 16px;
gap: 8px;
border-radius: 100px;
border: 1px solid #004c45;
}
.chip-labels {
margin: 40px 0;
}
li.chip-list-item a {
color: #004c45;
}
.search-page .search-form {
position: relative;
}
.search-page input[type="search"] {
flex: 1;
border: 1px solid #cccccc !important; }
.search-page input[type="image"] {
position: absolute;
border: none;
height: 100%;
padding: 0;
top: 10px;
right: 16px;
width: 24px;
height: 24px;
z-index: 9;
display: none;
}
input[type="search"].d-none + input {
display: none;
}
input[type="search"].d-block {
border: 1px solid var(--primary-green) !important;
}
input[type="search"].d-block + input {
display: block;
} input[type="search"]::-ms-clear {
display: none;
width: 0;
height: 0;
}
input[type="search"]::-ms-reveal {
display: none;
width: 0;
height: 0;
} input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.search-page-section {
padding: 50px 40px;
}
.search-insight-lists,
.latest-insight-list {
margin-top: 40px;
}
.latest-insight-list-title {
margin-bottom: 32px;
}
.not-found-wrapper {
margin: 40px 0;
}
.not-found-body {
gap: 16px;
}
#selected-filter {
list-style: none;
gap: 8px;
padding-left: 0;
margin-top: 24px;
flex-wrap: wrap;
flex: 1;
}
.filter-clear-all a:hover {
color: var(--color-bright-green);
}
.filter-clear-all {
width: 70px;
margin-top: 24px;
}
.filter-clear-all a,
.filter-clear-all > div {
color: #004c45;
cursor: pointer;
font-size: 14px;
font-weight: 600;
}
#selected-filter li.focus {
border: 1px solid #666666;
color: #666666;
}
#selected-filter li.focus .close-icon {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/Close-focus.svg);
}
#selected-filter li:hover {
border: 1px solid #66948f;
color: #66948f !important;
}
#selected-filter li {
padding: 4px 16px;
gap: 8px;
border-radius: 100px;
border: 1px solid #004c45;
color: #004c45 !important;
font-size: 14px;
display: flex;
cursor: pointer;
}
#selected-filter li:hover .close-icon {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/Close-hover.svg);
}
.close-icon {
width: 20px;
height: 20px;
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/Close.svg);
position: relative;
display: block;
}
.search-filter-career .fillter-countries {
min-width: 209px;
}
.mobile-team-filter {
width: 100%;
}
.careers-sort {
min-width: 150px;
}
.team-country-page { gap: 16px;
flex-wrap: wrap;
}
.team-country-page .profile-photo{
max-width: 100%; max-height: 282px;
height: 282px;
}
.profile-photo img,
.team-country-page .profile-photo img {
max-width: 100%;
}
.meduim-block {
display: none;
}
.small {
font-size: 12px;
}
.team-country-page .green_line_60 {
margin-bottom: 0 !important;
}
.select2-dropdown {
border: none !important;
background: #f4f7f7 !important;
box-shadow: -4px 4px 16px 0px #0000000a;
}
.award-list-title h3 {
text-transform: uppercase;
}
.team-country-page .country-team,
.team-solutions-page .country-team {
padding: 8px;
}
.team-country-page .profile-details,
.team-solutions-page .profile-details {
padding-left: 0;
padding-right: 0;
}
.select2-container--default
.select2-results
> .select2-results__options
::-webkit-scrollbar-thumb {
border: 4px solid #b3c9c7;
background-clip: padding-box;
border-radius: 9999px;
background-color: #b3c9c7;
}
.home-team-lists .owl-stage-outer {
margin-bottom: 16px;
}
.no-awards.not-found {
display: flex !important;
align-items: center;
justify-content: flex-start;
gap: 16px;
}
.search-team-result {
margin-top: 30px;
}
.search-team-result .team-member.d-grid.grid-2-column {
display: flex;
}
.search-team-result .team-member .profile-details {
flex: 1;
}
.team-member.d-grid.grid-2-column {
display: flex;
}
.team-member .profile-details {
flex: 1;
}
.no-team-members,
.no-awards,
.not-found-body {
background: #f6f6f6;
padding: 12px 20px;
display: flex;
align-items: center;
gap: 16px;
text-transform: uppercase;
}
.no-team-members::before {
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/media/notfound.svg) 50% 50%;
background-size: cover;
content: " ";
height: 24px;
width: 24px;
display: block;
}
.view-other-job {
color: #131313;
margin-bottom: 32px;
}
.insight-category.primary-green {
display: inline-block;
width: 90%; overflow: hidden !important;
text-overflow: ellipsis;
}
.insight-title-wrapper {
width: 100%;
}
.insight-icon-wrapper {
display: flex;
width: 90%;
gap: 16px;
}
.insight-icon-wrapper img.insight-icon {
width: 48px !important;
height: 48px !important;
}
.grid-two-column {
grid-template-columns: repeat(2, 1fr);
}
.grid-three-columns {
grid-template-columns: repeat(3, 1fr);
}
.search-result-title {
color: var(--dark);
}
.search-result-section {
margin-bottom: 40px;
}
.search-result-section .description {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.in-the-news-title {
padding-bottom: 30px;
}
.in-the-news-section {
margin-top: 40px;
}
.team-insights-section {
padding-top: 50px;
}
.commitments-wrapper { grid-template-columns: repeat(3, 1fr);
overflow: hidden;
}
.commitments-wrapper div {
box-sizing: border-box;
height: 100%;
overflow: hidden;
}
.flex-column {
flex-direction: column;
}
#page-hero .news-list-wrap .insight-meta,
#page-hero .news-list-wrap .single-news-box {
background: none !important;
}
.mt-218 {
margin-top: 218px;
}
#page-hero .news-list-wrap.gap-16 {
gap: 40px !important;
}
#page-hero.home-page {
padding-top: 80px;
padding-bottom: 80px;
}
#page-hero.home-page.primary-bg-green {
background: #004c4582;
}
#page-hero .item {
padding-left: 5px;
padding-right: 5px;
}
a.hero-single-news:last-child {
border-right: none;
}
a.hero-single-news {
border-right: 1px solid #fff;
border-radius: 0;
padding-right: 40px;
}
a.hero-single-news .insight-meta,
a.hero-single-news-mobile .insight-meta {
margin-top: 12px;
}
.hero-with-news-list-wrapper .new-block,
a.hero-single-news-mobile .insight-meta,
a.hero-single-news .insight-meta {
padding-left: 0 !important;
padding-right: 0 !important;
}
a.hero-single-news:hover .blog-wrapper h4 {
color: var(--white) !important;
}
a.hero-single-news .insight-meta {
padding: 0;
}
a.hero-single-news-mobile .icon-link,
a.hero-single-news-mobile:hover .icon-link,
a.hero-single-news .icon-link,
a.hero-single-news:hover .icon-link {
background: var(--profile-link-white-icon);
}
.silo.hero-with-news-list-wrapper {
position: relative;
}
.hero--carousel.homepage .silo.section.m-0.new-block a.insight-link:focus,
.hero--carousel.homepage .silo.section.m-0.new-block a.insight-link:active,
.hero--carousel.homepage .silo.section.m-0.new-block a.insight-link:hover {
color: #fff;
}
.hero--carousel.homepage .column.news-box-hero,
.hero--carousel.homepage .news-list-wrap .owl-item .item,
.hero--carousel.homepage .silo.section.m-0.new-block a {
height: 100%;
}
.firm_commitments img {
width: 100%;
}
.hero--carousel .owl-theme .owl-dots .owl-dot span {
margin: 5px 0px !important;
}
.hero--carousel .owl-dots {
display: flex;
gap: 14px;
}
#inisght-lists-wrapper {
min-height: 100vh;
}
.select-dropdown {
position: static;
}
.select-dropdown .select-dropdown--above {
margin-top: 336px;
}
.wp-block-footnotes. {
padding-left: 1em;
}
.wp-block-footnotes li {
font-size: smaller;
}
.wp-block-footnotes em {
font-size: inherit;
}
@media screen and (min-width: 1590px) {
.solution-col-left {
width: 55%;
}
.solution-col-right {
width: 45%;
}
.image-block.d-flex.solution-image-wrapper {
width: 100%;
}
}
@media screen and (min-width: 1250px) {
.container {
max-width: 1150px !important;
}
}
@media screen and (max-width: 1250px) and (min-width: 992px) {
.container {
max-width: 970px !important;
}
.p-50 {
padding-left: 0;
padding-right: 0;
}
.solution-hero .hero-description-wraper {
max-width: 520px;
}
.hero-description-wraper p {
margin-left: 0 !important;
margin-right: 0 !important;
}
.col-right.arrive,
.solution-col-right.arrive {
background-size: 154% auto !important;
}
}
@media screen and (max-width: 992px) {
.container {
max-width: 924px;
}
.cta-button {
padding: 8px 12px;
}
.menu-item-has-children.mega-menu .sub-menu {
padding: 40px;
}
#page-hero.home-page {
padding-top: 80px;
padding-bottom: 80px;
}
#page-hero.home-page.primary-bg-green {
padding-left: 40px;
padding-right: 40px;
}
.image-background img.circle-bg.arrive {
scale: 250%;
}
}
@media screen and (max-width: 1040px) { 
#page-hero .m-auto {
margin-left: 40px;
}
}
@media screen and (max-width: 991px) {
.insight-title h4 {
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
max-height: 9rem;
}
#team-profile-wrapper
.counter-description-wraper
.description
.title-wrapper {
margin-left: 0 !important;
}
#page-hero.home-page {
padding-top: 40px;
padding-bottom: 40px;
}
a.hero-single-news {
padding-right: 16px;
}
#page-hero.home-page .new-block {
padding-bottom: 0;
}
.meduim-block {
display: block;
}
.career-list-item.d-flex.justify-content-between.align-items-center {
align-items: start;
}
.career-list-item {
gap: 20px;
}
.d-sm-none {
display: none;
}
.d-sm-block {
display: block;
}
.insight-container {
max-width: 100%;
}
.team-details-section.d-flex {
flex-direction: column-reverse;
}
.description.d-flex {
display: grid;
}
.cta-section {
padding: 0 !important;
}
.item.profile-wrapper a {
flex: 1;
}
.mobile-menu {
margin-left: 24px;
}
.moile-icon {
transform: var(--animation);
}
.menu-item.cta-button.active,
.menu-item.search.active,
.moile-icon.active,
.mobile-menu {
display: block;
}
.right-header {
display: flex;
}
.menu-item.search,
.menu-item.cta-button {
display: none;
transform: var(--animation);
}
.sm-none {
display: none;
}
.lg-none {
display: block !important;
}
.description ul {
padding-left: 15px;
}
.team-lists .owl-carousel .owl-stage {
display: block;
}
.silo.counter-number-section {
padding: 0;
}
}
@media screen and (min-width: 810px) and (max-width: 991px) { .hero--carousel__slideImage,
.hero--carousel .hero--carousel__slide {
min-height: 600px;
}
.mt-218 {
margin-top: 150px !important;
}
.hero--carousel.homepage .new-block > div {
min-height: 80px;
}
.hero--carousel.homepage .m-auto {
position: relative;
max-width: 100%;
}
.hero--carousel.homepage .silo.section.m-0.new-block.mt-218 { position: relative;
} }
@media screen and (min-width: 768px) and (max-width: 810px) {
.hero--carousel__slideImage,
.hero--carousel .hero--carousel__slide {
min-height: 600px;
}
.mt-218 {
margin-top: 150px !important;
}
.hero--carousel.homepage .new-block > div {
min-height: 80px;
}
.hero--carousel.homepage .m-auto {
position: relative;
max-width: 100%;
}
.hero--carousel.homepage .silo.section.m-0.new-block.mt-218 { position: relative;
}
} @media screen and (min-width: 912px) and (max-width: 991px) {
.container {
max-width: 911px !important;
width: 100%;
margin: auto;
}
.hero-description-wraper {
margin: auto 0;
padding-left: 0 !important;
}
.solution-hero .hero-description-wraper {
max-width: 455px;
}
.solution-col-right {
width: 455px;
}
.solution-col-left {
max-width: 536px;
}
}
@media screen and (min-width: 744px) and (max-width: 991px) {
.social-links {
left: 0;
margin: unset !important;
right: 0 !important;
top: 12px !important;
}
.team-profile-section .team-description-section {
padding-left: 40px;
padding-right: 40px;
}
.contact-left-column {
max-width: 100% !important;
}
.image-background img.circle-bg {
margin: auto;
scale: 184%;
rotate: 24deg;
}
.award-image-wrap img {
max-height: 140px;
width: auto;
margin: auto;
}
.home-profile-wrapper,
.profile-wrapper {
background: #f5f5f5;
overflow: hidden;
padding: 0;
}
a.insight-link {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 100%;
}
.news-box {
padding: 24px;
}
.home-team-items { }
.home-profile-wrapper .profile-photo {
max-width: 277px;
width: 100%;
}
.home-team-lists-wrapper .owl-carousel .item {
height: unset;
}
.home-team-lists-wrapper .owl-stage-outer {
margin-bottom: 16px;
} .country-base,
.career-title {
width: 200px !important;
}
.career-title {
color: #131313;
}
.single-insight-header {
padding-left: 40px;
padding-right: 40px;
}
.insight-callout {
grid-template-columns: repeat(2, 1fr);
}
.team-section .team-lists-wrapper {
margin-top: 40px;
}
img.team-profile-bg {
margin: 0 -50% 0 auto;
}
.hero-description-section.hero-counter {
padding: 32px 40px;
}
.site-footer {
margin-top: 32px;
}
.contact-wrapper {
display: grid;
grid-template-columns: repeat(1, auto);
}
.contact-wrapper {
gap: 24px;
}
.contact-box:not(:last-child) {
border-right: none;
border-bottom: 1px solid #666666;
padding: 0 0 24px 0;
}
.contact-box:last-child {
padding-left: 0;
}
.award-list {
display: flex;
flex-wrap: wrap;
}
.award-entry {
max-width: 731px;
}
.insight-items .icon-link {
position: absolute;
right: 16px;
} .owl-carousel .item {
display: flex;
flex: 1 0 auto;
height: 100%;
}
.block-section {
padding: 32px 40px !important;
}
.solutions .hero-description-wraper {
padding-left: 0;
}
.hero-description-wraper { }
.lead-team-member {
grid-template-columns: repeat(1, 1fr);
}
.cta-bg img {
width: 991px;
height: auto;
top: -815px;
left: 0;
}
.cta-bg img.arrive {
scale: 110%;
z-index: -1;
}
#dfdlProgress {
position: absolute;
top: 0;
}
.header-stage {
padding: 24px 40px !important;
}
#colophon {
padding: 32px 16px 24px 16px;
}
.silo {
max-width: 100%;
padding: 0;
}
.new-block {
padding-left: 40px;
padding-right: 40px;
}
.container {
max-width: 100%;
}
.award-wrapper .d-flex {
gap: 14px;
}
.circle-image {
max-width: 350px;
}
.hero-description-section {
display: flex;
height: 100%;
}
.hero-description-wraper { margin: auto 0;
}
.solution-bg-section {
padding-left: 16px;
padding-right: 16px;
}
.min-height-empty {
min-height: 89px;
}
.cta-section-block p,
.solution-excerpt p,
.hero-description-wraper p {
margin: 0 !important;
}
.team-member {
grid-template-columns: auto 1fr !important;
gap: 24px;
}
.team-items {
grid-template-columns: auto;
}   .solutions-wrapper {
gap: 40px;
}
.countries-wrapper {
flex-direction: column;
}
.countries-list {
width: 100%;
}
.hero-full .col-right {
overflow: hidden;
}
.new-block {
padding-top: 0 !important;
padding-bottom: 50px;
}
.cta-section {
padding-top: 50px;
padding-bottom: 50px;
}
.insight-section,
.quote-section,
.solutions-section,
.dfdl-countries,
.team-section,
.awards-logo-section,
.awards-section {
padding-top: 32px;
padding-bottom: 32px;
}
.dfdf-map {
max-width: 712px;
margin: auto;
}
#dfdl-map-label,
#dfdl-map {
width: 100%;
}
.solution-lists {
max-width: 500px;
width: 100%;
}
.site-info {
grid-template-columns: repeat(2, auto);
}
.newsletter-form .form-group {
display: block;
}
.newsletter-form .subscribe-btn {
margin-top: 16px;
}
.social-links {
margin-top: 36px;
margin-left: 0;
}
.newsletter-signup input[type="email"] {
width: 92%;
}
.owl-theme .owl-dots {
width: 50%;
}
#mobile-primary {
flex-direction: column;
gap: 24px;
}
#mobile-primary.menu li a {
padding: 0;
} #mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li
.sub-menu,
#mobile-primary.menu li.menu-item-has-children.mega-menu.solutions .sub-menu {
display: grid;
position: relative;
background: none;
box-shadow: none;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
padding: 24px 0 0 0;
}
#mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li
.sub-menu
li,
#mobile-primary.menu
li.menu-item-has-children.mega-menu.solutions
.sub-menu
li {
padding: 16px;
border-radius: 4px;
background: #f4f7f7;
display: flex;
} #mobile-primary.menu li.menu-item-has-children.mega-menu.location .sub-menu {
display: grid;
position: relative;
background: none;
box-shadow: none;
grid-template-columns: repeat(1, 1fr);
gap: 16px;
padding: 0 !important;
}
#mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li.menu-item-has-children
> a {
margin-top: 24px;
margin-bottom: 16px;
}
#mobile-primary.menu .menu-item-has-children.mega-menu .sub-menu {
left: 0;
} .mobile-menu-wrapper {
position: relative; padding: 0;
}
.mobile-menu-section {
position: fixed;
overflow-y: scroll;
height: 100vh;
max-width: 100%;
z-index: -1;
background: #fff;
left: 0;
right: 0;
top: 0;
}
.mobile-menu-section nav#mobile-menu-navigation {
margin-top: 109px;
padding: 16px 40px 32px 40px !important;
}
.mobile-menu-section.header-stage {
padding: 0 !important;
}
.mobile-menu-section .container {
display: flex;
flex-direction: column;
}
.mobile-menu-section .main-navigation .menu-item-has-children > a::after,
.mobile-menu-section .main-navigation .menu > li > a::before {
display: none;
}
.single-news-box {
height: inherit;
min-height: unset;
}
.new-block > div {
min-height: 200px;
grid-auto-rows: 1fr;
}
.desk-list .countries-list-items {
display: flex;
}
}
@media screen and (min-width: 744px) and (max-width: 910px) {
.newsletter-form .cta-out-line-btn {
padding: 8px 20px;
}
.newsletter-signup .social-links {
margin-top: 24px !important;
}
.team-description-section {
padding-left: 40px;
padding-right: 40px;
}
#colophon .site-name {
margin-bottom: 36px;
}
.newsletter-signup input[type="email"] {
width: 91%;
}
.solution-hero .hero-description-wraper {
max-width: 50%;
}
.solution-col-right {
max-width: 40%;
}
.solution-col-left {
max-width: 60%;
}
}
@media screen and (min-width: 478px) and (max-width: 991px) {
.insight-category.primary-green {
width: 50%;
}
.search-team-result.grid-two-column .team-member.grid-2-column {
gap: 0;
}
.search-result-section.search-solutions-result {
grid-template-columns: repeat(2, 1fr);
}
.search-team-result.grid-two-column {
grid-template-columns: repeat(1, 1fr);
}
.image-background img.circle-bg {
scale: 120%;
}
.image-background img.circle-bg.arrive {
scale: 180%;
}
.col-right,
.col-right.arrive {
background-position: left !important;
}
.col-right,
.col-right.arrive,
.solution-col-right,
.solution-col-right.arrive {
background-size: cover !important;
}
.insight-icon img,
.front-page .insight-meta .insight-icon img {
max-width: 32px;
max-height: 32px;
}
.front-page .insight-meta .insight-icon {
flex: 1;
}
.team-country-page div#green_line_60 {
margin-bottom: 0 !important;
}
.team-lists-wrapper.team-country-page {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.team-country-page .profile-photo,
.team-country-page .profile-photo img {
height: auto;
max-height: 277px;
}
.team-country-page .profile-details {
padding: 0 !important;
}
.team-country-page .team-member {
gap: 16px !important;
}
.closing-date {
display: flex;
flex-direction: column;
}
.selected-filter ul#selected-filter li {
display: flex !important;
}
.text-feature-stage {
padding: 32px 0 32px 0;
}
.col.col3.careers-sort {
min-width: 180px;
}
.constact-page-hero-wrapper {
padding-top: 32px;
padding-bottom: 32px;
}
.award-wrapper .d-flex {
flex-wrap: nowrap;
}
.constact-page-hero-section.block-section {
padding: 0 !important;
}
h1 {
font-size: var(--size-32);
font-weight: var(--bold);
font-family: var(--header-font);
}
h2 {
font-size: var(--size-26);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h3 {
font-size: var(--size-22);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h4 {
font-size: var(--size-18);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h5 {
font-size: var(--size-16);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
}
@media screen and (max-width: 744px) {
.site-info {
grid-template-columns: repeat(1, auto);
}
.newsletter-signup .social-links,
.newsletter-signup .newsletter-form {
justify-content: start;
}
}
@media screen and (max-width: 478px) {
h1 {
font-size: var(--size-26);
font-weight: var(--bold);
font-family: var(--header-font);
}
h2 {
font-size: var(--size-22);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h3 {
font-size: var(--size-20);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h4 {
font-size: var(--size-16);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
h5 {
font-size: var(--size-14);
font-weight: var(--simi-bold);
font-family: var(--normal-font);
}
.hero--carousel.homepage,
.hero-with-news-list-wrapper {
padding: 0 !important;
}
.silo.hero-with-news-list-wrapper {
margin-bottom: 24px !important;
}
.hero--carousel__slideImage,
.hero--carousel .hero--carousel__slide {
min-height: 600px;
}
.mt-218 {
margin-top: 150px !important;
}
.hero--carousel.homepage .new-block > div {
min-height: 80px;
}
.hero--carousel.homepage .m-auto {
position: relative;
max-width: 100%;
}
.hero--carousel.homepage .silo.section.m-0.new-block.mt-218 {
padding: 0 16px !important;
position: relative;
}
.hero--carousel.homepage
.mobile-block.news-list-wrap
.news-lists
.owl-item
.item {
width: 268px !important;
padding-left: 0 !important;
padding-right: 20px !important;
border-right: 1px solid #fff;
border-radius: 0 !important;
}
.hero--carousel.homepage .silo.section.m-0.new-block a {
display: flex;
height: 100%;
}
.hero--carousel.homepage .mobile-block.news-list-wrap .owl-item .item {
height: 100%;
}
.hero--carousel.homepage .item .hero-news-box {
width: 100%;
flex: 1;
}
#page-hero .news-list-wrap {
padding-left: 0px;
padding-right: 0px;
}
}
@media screen and (max-width: 743px) {
.dfdl-single-member-stage .team-insights-section {
padding-left: 0;
padding-right: 0;
}
.silo.hero-wrapper {
padding-left: 0 !important;
padding-right: 0 !important;
}
.search-result-section.search-solutions-result {
grid-template-columns: repeat(1, 1fr);
}
.insight-title-wrapper {
width: 70%;
}
.search-team-result {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.team-member.d-grid.grid-2-column {
display: flex;
flex-direction: column;
}
.team-member .profile-details {
flex: 1;
}
.award-wrapper .mobile-search-filter {
grid-template-columns: repeat(1, 1fr);
}
.filter-clear-all a {
min-width: max-content;
}
.solution-col-right,
.solution-col-right.arrive {
background-size: cover !important;
}
.insight-icon img,
.front-page .insight-meta .insight-icon img {
max-width: 32px;
max-height: 32px;
}
.insight-items:hover,
.home-profile-wrapper:hover,
.single-news-box:hover,
a:hover.single-news-box,
.profile-wrapper:hover {
box-shadow: none;
}
.item.insight-items:hover {
background: #f1fbf1;
}
.counter-number-section .title-wrapper {
margin: unset;
}
#green_line {
width: 80px;
}
#green_line_60 {
width: 60px;
}
.team-solution-link span {
display: inline-block;
width: 90%;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis;
}
.filter-button .select-label {
padding-left: 16px;
opacity: 0.7;
}
.team-country-page.team-solutions-page {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
}
#mobile-primary li a {
width: 100%;
}
.filter-row {
margin-top: 16px;
}
.detail ul {
padding-left: 20px;
}
.newsletter-form .cta-out-line-btn {
padding: 8px 20px;
}
.insight-authors {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.single-insight-body .insight-container img {
margin-bottom: 0;
}
.social-share {
margin-top: 12px;
}
.home-profile-wrapper,
.profile-wrapper {
background: #f5f5f5;
overflow: hidden;
padding: 8px;
}
.country-page .team-lists-wrapper {
gap: 16px;
}
.country-page .team-country-page {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.team-country-page .profile-photo,
.team-country-page .profile-photo img {
height: auto; }
.team-country-page div#green_line_60 {
margin-bottom: 0 !important;
}
.country-page .team-member {
padding: 0;
}
.selected-filter ul#selected-filter li {
display: flex !important;
align-items: center;
}
.selected-filter {
flex-direction: column;
}
.search-page-section .item.insight-items {
width: 100% !important;
}
.search-page-section {
padding: 24px 16px;
}
.home-team-lists-wrapper .owl-stage-outer {
margin-bottom: 16px;
}
.home-team-lists-wrapper a.view-all-team {
float: right;
}
.home-profile-wrapper .profile-photo {
min-height: 159px;
}
.home-team-items {
grid-template-columns: repeat(2, 1fr);
}
.text-feature-stage {
padding: 24px 0 24px 0;
}
#menu-footer-menu {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: var(--size-80);
row-gap: var(--size-16);
max-width: 292px;
}
.newsletter-signup .newsletter-form {
justify-content: start;
margin-top: 10px;
}
.post-type-archive-dfdl_careers .overlay {
position: relative;
z-index: 1;
}
.career-title {
color: #131313;
}
#career-link-mobile {
position: relative;
}
.career-list-item {
flex-direction: column;
gap: 0;
}
.country-base {
margin-top: 24px;
}
.closing-date {
margin-top: 8px;
}
.search-filter-career {
justify-content: space-between;
gap: 16px;
}
.careers-sort {
flex: 1;
}
.career-list-item .position-relative {
position: absolute;
right: 0;
} #page-hero .container {
margin-left: 0;
}
.description p {
margin: 0 !important;
}
.hero-with-news-list-wrapper > .homepage {
padding: 0;
}
.hero-with-news-list-wrapper .mobile-block.news-list-wrap {
padding: 24px 16px;
}
.award-year,
.award-types,
.awards-countries {
width: 191px;
}
.award-grid-stage .awards-page,
.award-grid-stage .award-grid {
padding: 0 !important;
}
.award-entry-list {
grid-template-columns: repeat(2, 1fr);
}
.award-wrapper .d-flex {
flex-wrap: wrap;
}
.insight-speakers .insight-team-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.single-insight-header {
padding-left: 16px;
padding-right: 16px;
}
#inisght-lists-wrapper .owl-stage-outer {
margin-bottom: 16px;
}
.quick-link-insight {
-ms-overflow-style: none;
height: 50px;
overflow-x: auto;
position: relative;
scrollbar-width: none;
}
.quick-link-insight::-webkit-scrollbar {
display: none;
}
ul.quick-link-lists {
width: 720px;
margin-top: 12px;
}
.insight-callout {
grid-template-columns: minmax(0, 1fr);
}
#dfdl-contact .d-grid .details,
#dfdl-contact .d-grid {
gap: 20px !important;
}
.counter-number-section .title-wrapper .sub-title {
font-size: var(--size-22);
font-weight: 400;
font-family: var(--normal);
}
.hero-description-section.hero-counter {
padding-left: 16px;
padding-right: 16px;
}
#v-2-firm-commitments .commitment {
padding: 24px;
}
.contact-left-column {
max-width: 100%;
background: #f4f7f7;
border-radius: 4px;
padding: 24px 40px;
}
.left-col-contact {
max-width: 214px;
padding: 0 !important;
}
.constact-page-hero-section {
padding: 0 !important;
}
.constact-page-hero-wrapper {
padding: 29.5px 16px;
}
.constact-page-hero-wrapper .sub-title {
padding-top: 16px;
position: relative;
}
.details.mobile-flex {
display: flex !important;
}
.contact-form .mobile-team-filter {
display: flex;
gap: 24px;
} .blurb-logo-section-wrapper {
padding: 24px;
display: grid;
}
.original-logo-wrapper img {
margin: auto;
}
.original-logo-description {
text-align: center;
}
.blurb-logo-section-wrapper #green_line {
margin-left: auto !important;
margin-right: auto !important;
}
.team-description-section {
padding: 24px 0;
}
.team-meta {
padding: 24px 16px;
}
img.team-profile-bg {
margin: auto;
scale: 160%;
transform-origin: left;
}
.team-profile-section .image-background {
top: 0;
display: flex;
right: -50%;
}
.team-description-section {
padding-left: 16px;
padding-right: 16px;
}
#team-profile-wrapper .title-wrapper {
display: grid;
}
.hero-counter {
padding-top: 24px;
padding-bottom: 24px;
}
.image-background {
top: -90px;
}
.image-background img.circle-bg {
scale: 100%;
}
.filter-checkbox-list {
gap: 16px;
margin-bottom: 16px;
position: relative;
}
.mobile-flex {
display: flex;
}
.position-absolute {
position: fixed;
height: 100vh;
width: 100vw;
background: #f4f7f7;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99;
overflow: hidden;
overflow: hidden;  }
.mobile-search-filter {  display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.filter-row {
flex-direction: column;
}
.hero.front-page {
max-height: 250px;
}
.hero.front-page .hero-description-wraper {
margin-bottom: 24px;
margin-top: 24px;
}
.news-box {
padding: 24px 24px;
}
.site-footer {
margin-top: 24px;
}
.contact-wrapper,
.award-list {
display: grid;
grid-template-columns: repeat(1, auto);
}
.contact-wrapper {
gap: 24px;
}
.award-entry,
.award-list .description {
width: 100%;
}
.contact-box:not(:last-child) {
border-right: none;
border-bottom: 1px solid #666666;
padding: 0 0 24px 0;
}
.contact-box:last-child {
padding-left: 0;
}
.lead-team-member.grid-1-column {
grid-template-columns: repeat(2, 1fr);
} .solution-image-wrapper {
flex-direction: column-reverse;
}
.solution-col-right {
height: 430px;
width: 100%;
}
.solution-col-left {
min-height: 193px;
}
.locations .hero-description-wraper > p {
margin: 0 0 24px 0;
}
.locations .hero-description-wraper,
.solutions .hero-description-wraper {
margin: auto 0 0 0;
padding: 24px 16px;
background: var(--primary-green);
}
#green_line {
margin: 16px auto 24px auto;
}
.solutions .green_line {
margin-top: 16px !important;
}
.solution-hero.page {
height: auto;
}
.solution.description p {
font-size: var(--size-12);
margin: 0;
}
.cta-bg img {
width: 110% !important;
height: 710px !important;
left: -38px !important;
bottom: -222px !important;
top: -241px !important;
}
.cta-bg img.arrive {
scale: 110%;
z-index: -1;
}
#dfdlProgress {
position: absolute;
top: 0;
}
.min-height-empty {
min-height: 89px;
}
.silo {
padding: 24px 16px;
}
#missing-profile #page-hero .stage.silo {
padding: 0;
}
.mobile-none,
.hero-full .col-right {
display: none;
}
.hero-full .col-left {
width: 100%;
}
.hero-full .col-left {
min-height: auto;
}
.circle-image {
max-width: 60%;
}
.hero-full .description {
display: none;
} .site-info {
grid-template-columns: auto;
gap: 24px;
}
.footer-nav {
height: auto !important;
}
.newsletter-signup {
margin-top: 0;
display: flex; }
.mobile-block {
display: block;
}
.newsletter-signup label {
color: #f5f5f5;
}
.social-links {
position: relative;
margin-top: 16px;
top: 0;
margin-left: 0;
}
.hero-description-section {
display: flex;
height: 100%;
}
.hero-description-wraper {
padding: 0 16px;
margin: auto 0;
}
.owl-carousel .owl-stage { }
.owl-carousel .owl-item img {
width: auto;
height: 100%;
}
.section.new-block {
padding-top: 0;
}
.owl-stage {
padding-bottom: 0;
}
.section.new-block {
display: flex;
overflow: hidden;
}
.insight-section {
overflow: hidden;
}
.team-lists-wrapper {
margin-top: 24px;
}     .team-items {
row-gap: 16px;
column-gap: 16px;
grid-template-columns: repeat(2, 1fr);
}
.team-member {
display: block;
padding: 0;
position: relative;
}
.profile-photo {
max-width: 100%;
width: 100%;
height: auto;
}
.profile-details {
padding: 0;
}
.profile-name h4 {
margin-top: 16px;
font-size: var(--size-14);
height: 24px;
overflow: hidden;
}
.expertise,
.location-list,
h4.display-name::after {
display: none;
}
.profile-position {
font-size: var(--size-12);
height: 42px;
overflow: hidden;
}
.details {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.profile-wrapper {
position: relative;
}
.profile-details .green_line_60 { margin: 16px 0 !important;
}
.cta-section-wrapper {
padding: var(--size-24);
}
.cta-section-wrapper .description {
margin-top: 24px;
}
.insight-wrapper > .container {
min-height: 100vh;
}
.insight-wrapper .item.insight-items {
width: 100% !important;
}
.latest-insight-list .item.insight-items,
.insight-content-hub .item.insight-items,
.single-news-box,
.item.insight-items { height: 100%;
}
.insight-meta {
height: 100%;
}
.insight-category.primary-green {
width: 75%;
}
.social-links {
left: 0;
margin: unset !important;
right: 0 !important;
top: 12px !important;
}
.newsletter-form .form-group {
display: block;
}
.newsletter-signup input[type="email"] {
width: 91%;
}
button.subscribe-btn.cta-out-line-btn {
margin-top: 16px;
}
.copyright-notice {
text-align: right;
font-size: var(--size-12);
}
.menu-legal-container li a {
font-size: var(--size-12);
}
.insight-title h4 {
font-size: var(--size-18);
}
.insight-meta .insight-date {
font-size: var(--size-12);
}
a.view-all-insight {
float: right;
}
.team-lists .owl-dots {
margin-top: 0 !important;
}
.solution-box {
background: #f4f7f7;
padding: 16px;
}
.solution-lists-mobile {
display: flex;
flex-direction: column;
gap: 16px;
}
.solution-excerpt {
margin-top: 24px;
}
.solution-list-mobile {
font-size: 16px;
font-weight: var(--simi-bold);
display: flex;
align-items: center;
justify-content: space-between;
}
.solution-lists {
width: 100%;
}
.solution-excerpt.d-none {
transition: var(--animation);
}
.solution-link-wraper {
margin-top: 24px;
}
.solutions-home-mobile {
padding-bottom: 24px;
}
#secondary-mobile .search,
.secondary-navigation .cta-button {
display: none !important;
}
#secondary-mobile .cta-button {
display: block !important;
width: 100%;
text-align: center;
}
.mobile-block.news-list-wrap {
overflow: hidden;
}
.mobile-menu-wrapper {
position: fixed;
width: 100%;
padding: 0;
height: 100vh;
top: 0;
left: 0;
z-index: -1;
}
.mobile-menu-wrapper nav#mobile-menu-navigation {
padding: 105px 16px 0 16px; }
.mobile-menu-section {
padding: 0 !important;
background: #fff;   height: 100vh;
width: 100%;
overflow: scroll; }
#mobile-menu-navigation #mobile-primary {
flex-direction: column;
}
#mobile-primary li a {
padding: 0;
}
.mobile-menu-section .container {
display: flex;
flex-direction: column;
justify-content: space-between;
height: -webkit-fill-available;
}
#mobile-primary.menu li.menu-item-has-children.mega-menu.location .sub-menu,
#mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li
.sub-menu,
#mobile-primary.menu li.menu-item-has-children.mega-menu.solutions .sub-menu {
display: none;
} #mobile-primary.menu
li.menu-item-has-children.mega-menu.location.active
.sub-menu
li
.sub-menu,
#mobile-primary.menu
li.menu-item-has-children.mega-menu.solutions.active
.sub-menu {
display: grid;
position: relative;
background: none;
box-shadow: none;
grid-template-columns: repeat(1, 1fr);
gap: 16px;
padding: 24px 0 0 0;
}
#mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li
.sub-menu
li,
#mobile-primary.menu
li.menu-item-has-children.mega-menu.solutions
.sub-menu
li {
padding: 16px;
border-radius: 4px;
background: #f4f7f7;
display: flex;
} #mobile-primary.menu
li.menu-item-has-children.mega-menu.location.active
.sub-menu {
display: grid;
position: relative;
background: none;
box-shadow: none;
grid-template-columns: repeat(1, 1fr);
gap: 16px;
padding: 0 !important;
}
#mobile-primary.menu
li.menu-item-has-children.mega-menu.location
.sub-menu
li.menu-item-has-children
> a {
margin-top: 24px;
margin-bottom: 16px;
}
#mobile-primary.menu .menu-item-has-children.mega-menu .sub-menu {
left: 0;
}
.mobile-contact-menu.mobile-block {
padding: 40px 16px;
margin-bottom: 80px;  }
input {
-webkit-appearance: none;
border-radius: 2px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
border-radius: 2px !important;
} .main-navigation .menu > li > a::before {
bottom: 0;
}
#mobile-primary.menu > li:hover > a::before {
display: none;
}
.profile-wrapper,
a.profile-link {
display: block;
} .solution-blurb-wrapper {
flex-direction: column-reverse;
}
.blurb-solution-wrapper.blurb-box {
max-width: 100%;
width: auto;
}
.blurb-solution-wrapper.blurb-box.blurb-bg {
padding: 16px;
}
.team-lists .owl-stage-outer,
.insight-lists .owl-stage-outer {
margin-bottom: 16px;
} .latest-insight-lists-page .owl-stage-outer,
.related-insight-lists .owl-stage-outer,
.insight-lists .owl-stage-outer { margin-bottom: 16px;
}
.d-flex.insight-meta-option.justify-content-between {
flex-direction: column;
}
}
@media screen and (max-width: 740px) {
.commitments-wrapper {
grid-template-columns: repeat(1, auto);
}
}
@media screen and (max-width: 600px) {
.insight-items .icon-link {
display: none;
}
}
@media screen and (max-width: 420px) {
.award-entry-list {
grid-template-columns: repeat(1, 1fr);
}
}
@media screen and (max-width: 320px) {
.mobile-search-filter {
grid-template-columns: repeat(1, 1fr);
}
.image-background img.circle-bg {
scale: 70%;
}
.hero--carousel.homepage
.mobile-block.news-list-wrap
.news-lists
.owl-item
.item {
width: 265px !important;
padding-right: 16px !important;
}
.award-entry-list {
grid-template-columns: repeat(1, 1fr);
}
}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0 !important;
font: inherit;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-carousel .animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
animation-name: fadeOut;
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.dfdl.com/wp-content/themes/dfdl/assets/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}img {
vertical-align: middle;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.silo.hero-with-news-list-wrapper {
padding-bottom: 50px;
}
.hero.hero-slider {
background: linear-gradient(90deg, #004c45 -8.15%, rgba(0, 76, 69, 0) 60%);
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
align-items: start !important;
height: 100%; }
#heroCarousel {
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
}
.hero.hero-slider .hero-description-section {
height: auto !important;
}
.hero.hero-slider .section.new-block {
padding-bottom: 0;
}
.hero.hero-slider > .m-auto {
margin-top: 0;
margin-bottom: 0;
padding: 80px 0;
}
.hero.hero-slider .mobile-none .owl-stage {
padding-bottom: 0 !important;
}
.hero.hero-slider .mobile-none .news-list-wrap {
margin-top: 0 !important;
}
.hero.hero-slider .blog-wrapper h4 {
width: 100%;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.hero--carousel.homepage {
overflow: hidden;
position: relative;
}
.hero--carousel.homepage .description.white {
margin-top: 16px;
margin-bottom: 40px;
}
.carousel-inner .carousel-item {
position: relative;
display: none;
float: left;
width: 100%; -webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.6s ease-in-out;
transition: -webkit-transform 0.6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out,
-o-transform 0.6s ease-in-out;
}
.hero--carousel .hero--carousel__slide {
min-height: 833px;
}
.hero--carousel__slideImage {
-webkit-animation: kenburns 20s ease infinite;
-o-animation: kenburns 20s ease infinite;
animation: kenburns 20s ease infinite;
}
.hero--carousel .news-lists.owl-theme .owl-dots .owl-dot.active span,
.hero-news-lists.owl-theme .owl-dots .owl-dot.active span {
background: #f6f6f6 !important;
}
.hero--carousel__slideImage {
-o-object-fit: cover;
object-fit: cover;
height: 490px;
max-height: 490px;
position: absolute;
width: 100%;
height: 100%;
top: 0;
min-height: 833px;
}
.opacity-0 {
opacity: 0;
}
.hero-news-lists {
display: flex;
}
@media screen and (max-width: 800px) {
.hero.hero-slider {
background: linear-gradient(180deg, #004c45 -8.15%, rgba(0, 76, 69, 0) 60%);
}
}
@keyframes kenburns {
0% {
-webkit-transform-origin: bottom right;
-o-transform-origin: bottom right;
transform-origin: bottom right;
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.carousel-inner > .active,
.carousel-inner > .next {
display: block;
animation: 0.3s;
}
.carousel-inner > .next {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner .to-left {
animation-name: left;
}
.carousel-inner > .from-right {
animation-name: right;
}
.carousel-inner > .to-right {
animation-name: right;
animation-direction: reverse;
}
.carousel-inner > .from-left {
animation-name: left;
animation-direction: reverse;
}
@keyframes left {
from {
opacity: 1;
}
to {
opacity: 0.5;
}
}
@keyframes right {
from {
opacity: 0.6;
}
to {
opacity: 1;
}
}.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
color: #fff;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #d6d6d6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: #869791;
color: #fff;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}