@import url("https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,700&display=swap&subset=chinese-simplified");
::selection {
  background-color: #000;
  color: white;
}

.iti__flag {
  background-image: url("images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("images/flags@2x.png");
  }
}
img {
  align-self: center;
}

.hidden {
  display: none !important;
}

.text-large {
  font-size: 200%;
}

.text-times {
  font-family: "Times New Roman", serif;
}

.text-gold {
  color: #CFA35A !important;
}

.text-lightgold {
  color: #F2E3AF !important;
}

.text-black {
  color: #000 !important;
}

.bg-gold {
  background-color: #CFA35A;
}

.gold-underline {
  border-bottom: 1px solid #CFA35A;
}

.text-white {
  color: #fff;
}

.text-upper {
  text-transform: uppercase;
}

.bg-lightgrey {
  background-color: #F2F2F2;
}

.btn-primary,
form .button {
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #CFA35A;
  border: 1px solid #CFA35A;
  background-color: transparent !important;
}
.btn-primary .arrow,
form .button .arrow {
  border-color: #CFA35A;
}
.btn-primary:hover, .btn-primary:active,
form .button:hover,
form .button:active {
  color: #E3C898;
  border-color: #E3C898;
}
.btn-primary:hover .arrow, .btn-primary:active .arrow,
form .button:hover .arrow,
form .button:active .arrow {
  border-color: #E3C898;
}
.btn-primary:focus,
form .button:focus {
  color: #333;
  border-color: #fff;
}

.insights-block .btn-primary:active,
.insights-block .btn-primary:focus,
footer .btn-primary:active,
footer .btn-primary:focus {
  color: #CFA35A !important;
  border-color: #CFA35A !important;
}

a {
  color: inherit;
}

p a {
  text-decoration: underline;
}
p a:hover {
  color: #CFA35A;
}

table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.separator {
  width: 15px;
  height: 1px;
  display: block;
  background-color: #fff;
  margin: 1rem 0;
}

.icon-rollover {
  text-decoration: none;
}
.icon-rollover img + img {
  display: none;
}
.icon-rollover:hover {
  text-decoration: none;
}
.icon-rollover:hover img:first-child {
  display: none;
}
.icon-rollover:hover img + img {
  display: inherit;
}

body {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 17px;
  color: black;
}

h1 {
  font-family: "Times New Roman", serif;
  font-size: 50px;
  line-height: 1.2em;
}

h2 {
  font-family: "Times New Roman", serif;
  font-size: 40px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-family: "Times New Roman", serif;
  font-size: 30px;
}

h5 {
  font-family: "Times New Roman", serif;
  font-weight: bold;
}

.tagline {
  font-size: 20px;
}

img {
  align-self: center;
}

.no-underline,
.no-underline:hover {
  text-decoration: none;
  color: inherit;
}

a[href^=tel] {
  color: inherit !important;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  font-size: inherit !important;
  display: inline-block !important;
  font-family: "Noto Sans SC", sans-serif !important;
  line-height: inherit !important;
}
a[href^=tel].btn {
  color: #CFA35A !important;
}
a[href^=tel].btn:hover {
  color: #E3C898 !important;
}

.stuck {
  position: fixed;
  width: 100%;
  top: 80px;
  z-index: 1000;
}

.cookie-popup {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 10px;
  z-index: 1000;
  opacity: 1;
  transition: opacity 0.5s;
}
.cookie-popup.hide {
  opacity: 0;
  z-index: -1;
}
.cookie-popup .region {
  display: none;
  position: relative;
  z-index: 2;
  padding: 7px 0 15px;
}
.cookie-popup h4 {
  font-size: 26px;
}
.cookie-popup p {
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 5px;
  display: inline-block;
}
.cookie-popup p a {
  text-decoration: none;
  color: #F2E3AF;
}
.cookie-popup p a:hover {
  color: #fff;
}
.cookie-popup .btn {
  margin: 0 auto;
  font-size: 12px;
  line-height: 1em;
  padding-top: 8px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .cookie-popup .btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cookie-popup .h1,
.cookie-popup h2,
.cookie-popup h3,
.cookie-popup h4 {
  color: #fff;
  font-family: "Times New Roman", serif;
}

body.disclaimer-sb {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100vh;
}
body.disclaimer-sb .cookie-popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.submenu {
  background-color: #000;
  padding: 10px 0;
  color: #fff;
  transition: all 0.5s;
}
.submenu.hide {
  opacity: 0;
  z-index: -1;
}
.submenu .col-auto {
  border-left: 1px solid #666;
  padding: 5px 20px;
}
.submenu .col-auto:first-child {
  border-left: none;
}
.submenu a.active,
.submenu a:hover {
  color: #CFA35A;
  position: relative;
  text-decoration: none;
}
.submenu a.active:after,
.submenu a:hover:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #CFA35A;
}

header {
  top: 0;
  z-index: 10;
  height: 88px;
  background-color: #fff;
  opacity: 1;
  transition: all 0.5s;
  font-size: 16px;
  padding-top: 0;
}
header.hide {
  opacity: 0;
}
header.has-banner {
  position: absolute;
  width: 100%;
  top: 0;
  background-color: transparent;
  height: auto;
}
header.has-banner .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
header.fixed {
  background: white;
  position: fixed;
  width: 100%;
  padding-top: 0 !important;
  height: 88px;
  top: 0;
}
header.fixed .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
header.fixed .logo-white {
  display: none !important;
}
header.fixed .logo-black {
  display: block !important;
}
header .navbar {
  padding-left: 0;
}
header .navbar .navbar-toggler {
  border: 0;
  position: relative;
  padding-top: 4px;
  padding-bottom: 12px;
  padding-right: 15px;
  min-height: 23px;
  margin-right: -15px;
}
header .navbar .navbar-toggler:focus,
header .navbar .navbar-toggler:active {
  outline: 0;
}
header .navbar .navbar-toggler span {
  display: block;
  background-color: #CFA35A;
  height: 1px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}
header .navbar .navbar-toggler span:nth-child(1),
header .navbar .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform 0.35s ease-in-out;
  -moz-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}
header .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}
header .navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}
header .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}
header .navbar.navbar-light .navbar-toggler {
  border-color: transparent;
}
header .navbar.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(207,163,90, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
header .navbar-nav .nav-item {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}
header .navbar-nav .nav-item:after {
  /*
  			content: '';
  			position: absolute;
  			bottom: 0;
  			left: 0;
  			height: 2px;
  			width: 0%;
  			background-color: $gold;
  			transition: width 0.8s;
  */
}
header .navbar-nav .nav-item:hover:after, header .navbar-nav .nav-item.active:after {
  width: 100%;
}
header .navbar-nav .nav-item:hover .nav-link, header .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
header .navbar-nav .nav-item .nav-link {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.2em;
  color: #fff;
}
header .navbar-nav .nav-item .nav-link:hover {
  color: #F2E3AF;
}
header.has-banner.menu-open .navbar-toggler span {
  background-color: #F2E3AF;
}
header.fixed .navbar-toggler span, header.fixed.menu-open.has-banner .navbar-toggler span, header.has-banner .navbar-toggler span {
  background-color: #CFA35A;
}

header .lang {
  position: relative;
  margin-left: 23px;
  margin-right: auto;
}
header .lang a {
  color: #CFA35A;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
header .lang a:hover {
  color: #f2e3b0;
}
header .lang .active {
  display: flex;
  align-items: center;
  height: 52px;
}
header .lang .active a {
  margin-top: 10px;
}
header .lang .dropdown {
  position: absolute;
  display: none;
}
header .lang .dropdown a {
  display: block;
  margin-bottom: 10px;
}
header .lang .dropdown .bg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15px;
  padding: 35px 15px 10px 15px;
  bottom: 0;
  box-sizing: content-box;
}

.company-news-item .news-text-container,
.company-news-item .news-text-container h4 {
  background-color: black;
  color: white;
}

.bg-black .button,
.bg-black .btn-primary,
#newsletterModal .button,
#newsletterModal .btn-primary,
.cookie-popup .button,
.cookie-popup .btn-primary {
  border-color: #F2E3AF;
  color: #F2E3AF;
}
.bg-black .button .arrow,
.bg-black .btn-primary .arrow,
#newsletterModal .button .arrow,
#newsletterModal .btn-primary .arrow,
.cookie-popup .button .arrow,
.cookie-popup .btn-primary .arrow {
  border-color: #F2E3AF;
}
.bg-black .button:hover,
.bg-black .btn-primary:hover,
#newsletterModal .button:hover,
#newsletterModal .btn-primary:hover,
.cookie-popup .button:hover,
.cookie-popup .btn-primary:hover {
  border-color: #fff;
  color: #fff;
}
.bg-black .button:hover .arrow,
.bg-black .btn-primary:hover .arrow,
#newsletterModal .button:hover .arrow,
#newsletterModal .btn-primary:hover .arrow,
.cookie-popup .button:hover .arrow,
.cookie-popup .btn-primary:hover .arrow {
  border-color: #fff;
}
.bg-black .button:active,
.bg-black .btn-primary:active,
#newsletterModal .button:active,
#newsletterModal .btn-primary:active,
.cookie-popup .button:active,
.cookie-popup .btn-primary:active {
  border-color: #CFA35A !important;
}

footer {
  background-color: #000;
  color: #F2F2F2;
  font-size: 12px;
  padding-top: 25px;
  padding-bottom: 15px;
}
footer .btn-primary {
  border-color: #F2E3AF;
  color: #F2E3AF;
}
footer .btn-primary .arrow {
  border-color: #F2E3AF;
}
footer .btn-primary:hover {
  border-color: #fff;
  color: #fff;
}
footer .btn-primary:hover .arrow {
  border-color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  text-decoration: none;
  color: #F2E3AF;
}
footer a:active {
  border-color: #CFA35A !important;
}
footer strong {
  font-family: "Times New Roman", serif;
  font-size: 16px;
}
footer .footer-item {
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  height: 100%;
  padding: 15px 0 0 15px;
}
footer .footer-item.middle-col {
  padding-bottom: 15px;
}
footer .footer-item img {
  display: block;
  margin-bottom: 15px;
}
footer .footer-item hr {
  margin-left: -15px !important;
}
footer .footer-item .btn-newsletter {
  margin-right: 15px;
}
footer .copyright {
  display: block;
}
footer .links hr {
  margin: 0.75rem 0;
}
footer .links a {
  padding: 3px 0;
  font-size: 14px;
  display: block;
  line-height: 1.3em;
}
footer .links a:hover {
  color: #F2E3AF;
}
footer .row {
  padding-bottom: 15px;
}
footer hr {
  background-color: #fff;
}
footer .btn {
  display: block;
  margin: 0 0 1rem;
}
footer .company-name {
  font-size: 16px;
  line-height: 1.3em;
}
footer .social {
  margin-bottom: 0.5rem;
  margin-left: -15px;
}
footer .social i {
  font-size: 24px;
}

.arrow {
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 1px 1px 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  align-self: center;
  display: inline-block;
}
.arrow.reverse {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.tooltip .arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
}
.tooltip .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
}

.tooltip-inner {
  text-align: left;
  font-family: "Noto Sans SC", sans-serif;
  padding: 15px;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.8);
}
.tooltip-inner p {
  line-height: 1.4em;
  margin-bottom: 0;
}

.banner-container {
  position: relative;
  color: #fff;
  max-height: 100vh;
  overflow: hidden;
}
.banner-container .row > img {
  width: 100%;
  height: auto;
  align-self: center;
}
.banner-container .text-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 120px;
}
.banner-container .text-overlay h1 {
  color: #fff;
}
.banner-container .text-overlay .block-title {
  align-self: center;
}
.banner-container .text-overlay img + .block-title {
  display: inline-block;
  line-height: 1.2em;
  border-left: 2px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}
.banner-container .scroll-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -25px;
}
.banner-container .scroll-arrow img {
  transform: rotate(90deg);
  width: 50px;
  display: block;
}
.banner-container > .row:after {
  content: "";
  z-index: 10;
  position: absolute;
  background: url("images/bannerImageBg.png") repeat-x center top/auto 100px;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: hidden;
}
section.insights-block {
  overflow-x: inherit;
}
section.no-padding {
  padding-top: 5px;
  padding-bottom: 5px;
}

.page_generic section + section {
  padding-top: 0;
}
.page_generic .section-padding-top {
  padding-top: 50px;
}

.page_careers h2 {
  margin-bottom: 0.5em;
}
.page_careers section img {
  max-width: 100%;
}

section.bg-gold {
  color: #fff;
}
section.bg-gold h2 {
  color: #fff;
}
section.bg-gold .btn-primary {
  color: #fff;
  border-color: #fff;
}
section.bg-gold .btn-primary:hover {
  background-color: #fff !important;
  color: #CFA35A;
}
section.bg-gold .btn-primary:active {
  border-color: #CFA35A !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #CFA35A !important;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgb(207, 163, 90);
}

.background-image-block {
  background-size: cover;
}
.background-image-block > .row {
  min-height: 310px;
}
.background-image-block .text-wrapper {
  min-height: 310px;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}
.background-image-block .text-wrapper .hover-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.background-image-block .text-wrapper .hover-wrapper .hover-state {
  margin: auto;
  max-width: calc(100% - 60px);
}
.background-image-block .text-wrapper .hover-wrapper .hover-state * {
  color: #fff;
}
.background-image-block .block-title {
  display: inline-block;
  line-height: 1.2em;
  border-left: 2px solid #fff;
  padding-left: 15px;
  margin-left: 15px;
}

.insights-container > * {
  margin-bottom: 15px;
}

.news-item {
  font-size: 14px;
  margin-top: 15px;
  height: 100%;
  padding-right: 15px;
}
.news-item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.news-item .image-container {
  background-position: center center;
  background-size: cover;
  min-height: 170px;
}
.news-item .image-container a {
  height: 100%;
  width: 100%;
  display: block;
}
.news-item .image-container.square {
  min-height: 250px;
}
.news-item h4 {
  font-size: 18px;
  margin-top: 5px;
}
.news-item .date {
  padding-top: 20px;
  display: inline-block;
  line-height: 1.1em;
  color: #666;
  margin-bottom: 10px;
}
.news-item .row {
  height: 100%;
}
.news-item a:hover {
  color: inherit;
}
.news-item .news-text-container {
  height: 100%;
}

.news-page-date {
  color: #666 !important;
}

.company-news-date {
  color: #fff !important;
}

.insights-block .btn {
  margin-top: 15px;
}

.pagination a,
.pagination .current {
  padding: 8px;
  display: inline-block;
  color: #666;
}
.pagination .current {
  color: #CFA35A;
}

.trusts-container {
  position: relative;
}

.carousel-prev,
.carousel-next {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: 6px;
}
.carousel-prev img,
.carousel-next img {
  max-width: 100%;
}

.carousel-prev {
  left: -30px;
}

.carousel-next {
  right: -30px;
}

.modal-content {
  background-color: #000;
  border-radius: 0;
  color: #fff;
}
.modal-content .close {
  color: #fff;
  text-shadow: none;
  font-size: 2.5rem;
  padding: 0.5rem 1rem 0;
  z-index: 10;
}

#newsletterModal .modal-header {
  height: 20px;
}
#newsletterModal .modal-body {
  padding-bottom: 40px;
  padding-top: 0;
}
#newsletterModal .form-control {
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-bottom: 0;
  color: #fff;
}
#newsletterModal .mc-field-group {
  margin: 0 1.5em 1.5em;
}
#newsletterModal .mc-field-group label {
  margin-bottom: 0;
}
#newsletterModal .button {
  padding: 5px 20px;
}

#companyValuationModal .form-control {
  border-radius: 0;
  background-color: black;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-bottom: 0;
  color: #fff;
}
#companyValuationModal .phoneNumberField {
  padding-left: 90px !important;
}
#companyValuationModal option {
  background-color: black;
}

.form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #CFA35A;
}

#popupContactModal .form-control {
  border-radius: 0;
  background-color: black;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  padding-bottom: 0;
  color: #fff;
}
#popupContactModal .phoneNumberField {
  padding-left: 90px !important;
}
#popupContactModal option {
  background-color: black;
}

#popupContactModal > form > div > div > div.modal-header {
  border-bottom: 0;
}

#popupContactModal > form > div > div > div.modal-footer {
  border-top: 0;
}

#popupContactModal > * #country-listbox {
  background-color: black;
}

#popupContactModal > * .modal-header,
#popupContactModal > * .modal-body,
#popupContactModal > * .modal-footer {
  padding: 1rem 2.5rem;
}

#popupContactModal > * h4 {
  color: white;
  text-align: center;
  width: 100%;
}

.news-page .social a {
  color: #000;
  font-size: 24px;
  padding: 0 8px;
}
.news-page p,
.news-page li {
  margin-bottom: 1.5em;
  text-align: justify;
  font-size: 17px;
  color: #000;
  line-height: 1.6em;
}
.news-page img {
  max-width: 100%;
  margin-bottom: 1.5em;
}
.news-page h4 {
  margin-bottom: 0.8rem;
}

.prev-news a,
.next-news a {
  position: relative;
  display: block;
}
.prev-news a img,
.next-news a img {
  margin-bottom: 0;
}
.prev-news a:after,
.next-news a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.prev-news a:after {
  background: url("images/prev-arrow@2x.png") no-repeat rgba(0, 0, 0, 0.6) center/72px;
}

.next-news a:after {
  background: url("images/next-arrow@2x.png") no-repeat rgba(0, 0, 0, 0.6) center/72px;
}

.person-item {
  color: #000;
  margin-bottom: 1rem;
}
.person-item img.show-on-hover {
  display: none;
}
.no-touch .person-item:hover img.show-on-hover {
  display: block;
}
.no-touch .person-item:hover img.hide-on-hover {
  display: none;
}
.person-item h5 {
  margin-bottom: 0;
}
.person-item img {
  margin-bottom: 1rem;
}
.person-item .plus,
.person-item .plus:hover {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.unstyled-team-btn {
  display: inline-block !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
  font-size: 17px !important;
  font-weight: bold;
}

#team {
  padding-bottom: 0% !important;
}

#filtering-team {
  display: flex !important;
  margin-bottom: 20px;
  flex-wrap: wrap !important;
}

.team-category {
  width: 100% !important;
}

#biographyModal h5,
#biographyModalLarge h5 {
  margin-bottom: 0;
}
#biographyModal i.fab,
#biographyModalLarge i.fab {
  font-size: 24px;
  color: #fff;
}
#biographyModal .modal-content,
#biographyModalLarge .modal-content {
  height: 650px !important;
  overflow-y: auto;
}

.locations-container .map {
  height: 300px;
}
.locations-container .location-item p {
  margin-bottom: 0;
}

.casestudies-slider {
  margin-top: 1rem;
}
.casestudies-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.casestudies-slider .slick-track .slick-slide {
  height: auto;
}
.casestudies-slider .case-study-title {
  font-size: 18px;
  color: #000;
}

.case-dots .slick-dots {
  width: auto;
  position: relative;
  bottom: 0;
}
.case-dots .slick-dots li button:before {
  content: "";
  width: 14px;
  height: 9px;
  background-color: #fff;
  opacity: 1;
}
.case-dots .slick-dots li.slick-active button:before {
  background-color: #CFA35A;
}

.subpage-item {
  font-size: 14px;
  margin-bottom: 30px;
}
.subpage-item:hover {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.subpage-item .image-container {
  position: relative;
  overflow: hidden;
  height: auto;
  width: auto;
}
.subpage-item .image-container img {
  min-height: 1px;
  margin: auto;
}
.subpage-item .image-container .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s;
}
.subpage-item:hover .text-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.casestudies-slider .slick-list {
  overflow: visible;
}
.casestudies-slider .slick-slide {
  width: 600px;
  max-width: 90vw;
  margin-right: 15px;
}

.location-accordion .address-item {
  border-bottom: 1px solid #ccc;
}
.location-accordion .address-item a {
  display: block;
  padding: 5px 0;
  font-family: "Times New Roman", serif;
  font-size: 22px;
  color: #000;
  position: relative;
}
.location-accordion .address-item p {
  margin-top: 1em;
}
.location-accordion .address-item .horizontal {
  position: absolute;
  background-color: #666;
  width: 14px;
  height: 2px;
  right: 0;
  margin-left: -7px;
  top: 50%;
  margin-top: -1px;
  opacity: 1;
}
.location-accordion .address-item .vertical {
  position: absolute;
  background-color: #666;
  width: 2px;
  height: 14px;
  right: 6px;
  margin-left: -1px;
  top: 50%;
  margin-top: -7px;
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}
.location-accordion .address-item .collapsed .vertical {
  transform: rotate(0);
}

.contact-form label {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-form .form-control {
  border-radius: 0;
  background-color: white;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-bottom: 0;
  color: #000;
}
.contact-form textarea {
  border: 1px solid #ccc !important;
  margin-top: 1em;
}
.contact-form .form-group {
  margin-bottom: 2em;
}
.contact-form .intl-tel-input {
  width: 100%;
}
.contact-form .intl-tel-input .selected-flag {
  width: 96px;
  background-color: transparent;
}
.contact-form .intl-tel-input .selected-dial-code {
  padding-top: 4px;
}

.icon-container .icon-wrapper {
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  margin-top: 1em;
}
.icon-container .icon-wrapper img {
  height: auto;
  width: auto;
  max-height: 100%;
  margin-top: auto;
}

.no-horizontal-padding {
  padding-left: 0;
  padding-right: 0;
}

.full-width-container {
  max-width: 100%;
}

@media (min-width: 1300px) {
  .modal-xxl {
    max-width: 1240px;
  }
}
@media (min-width: 1300px) {
  .container,
  .container {
    max-width: 1260px;
  }
  .full-width-container {
    max-width: 1920px;
  }
  header .navbar {
    padding-right: 0;
  }
  header .navbar-brand {
    margin-left: 0;
  }
  .background-image-block .text-wrapper .hover-wrapper .hover-state {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .background-image-block .hover-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
  }
  .background-image-block:hover .hide-on-hover {
    opacity: 0;
    z-index: -1;
  }
  .background-image-block:hover .hover-wrapper {
    opacity: 1;
  }
  header {
    min-height: 50px !important;
  }
}
@media (min-width: 992px) {
  header .navbar .navbar-nav .nav-item {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
  }
  header .navbar {
    padding-right: 0;
  }
  header .navbar .navbar-toggler {
    padding-top: 0.9rem;
  }
  header .navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
    top: 22px;
  }
  header .navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
    top: 22px;
  }
  .navbar-brand img {
    width: 214px;
    height: 53px;
  }
  body {
    min-height: calc(100vh + 80);
  }
  header {
    min-height: 88px;
    z-index: 11;
  }
  header.fixed {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #fff 0, #fff 88px, rgba(0, 0, 0, 0.8) 88px, rgba(0, 0, 0, 0.8) 100%);
  }
  header.fixed .navbar {
    padding-top: 8px;
  }
  header.menu-open {
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 475px;
    padding-bottom: 60px;
  }
  header.menu-open.fixed {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff 0, #fff 88px, rgba(0, 0, 0, 0.8) 88px, rgba(0, 0, 0, 0.8) 100%);
    height: auto;
  }
  header.menu-open.fixed .nav-link {
    color: #fff !important;
  }
  header.menu-open.fixed .nav-link.text-lightgold {
    color: #F2E3AF !important;
  }
  header.menu-open.fixed .nav-link.text-lightgold:hover {
    color: #fff !important;
  }
  header.menu-open.fixed .logo-black {
    display: block !important;
  }
  header.menu-open.fixed .logo-white {
    display: none !important;
  }
  header.menu-open .logo-black {
    display: none !important;
  }
  header.menu-open .logo-white {
    display: block !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #ccc;
  }
  .subpage-item .neg-mar-bot {
    margin-bottom: -15px;
  }
}
.selectize-control {
  padding-right: 0;
}

.selectize-input {
  overflow: visible;
}

.selectize-control.single .selectize-input {
  background-color: transparent;
  border: none;
  box-shadow: none;
  background-image: none;
  border-radius: 0;
  font-size: 14px;
  padding: 0;
}

.selectize-input > input {
  font-size: 14px;
  height: 32px;
  width: 100% !important;
}

.selectize-dropdown.form-control {
  height: auto;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  letter-spacing: normal;
  padding: 0;
}

.selectize-dropdown .option {
  height: 32px;
  line-height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}

.selectize-dropdown .active {
  background-color: rgba(0, 0, 0, 0.05);
}

.parsley-errors-list {
  margin-top: 5px;
  display: block;
  position: absolute;
  bottom: -15px;
}
.parsley-errors-list li {
  position: relative;
  list-style: none;
}
.parsley-errors-list li:before {
  content: "*";
  position: absolute;
  left: -15px;
  bottom: -3px;
  color: #CFA35A;
  font-size: 18px;
  line-height: 16px;
}

.selectize-input .parsley-errors-list {
  bottom: -40px;
  color: #666;
}

.title-field {
  display: none;
}

.statistic-item {
  margin-top: 1.5em;
}
.statistic-item .number {
  font-size: 90px;
  font-weight: 500;
  line-height: 92px;
}
.statistic-item .description {
  font-size: 18px;
}

.page_news h2 {
  margin-top: 0.2em;
}

@media (min-width: 1200px) {
  .background-image-block .text-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
  header.menu-open.fixed {
    min-height: 500px;
  }
  header .navbar-brand {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 992px) {
  header.no-banner {
    position: fixed;
    width: 100%;
    height: auto;
  }
  header.no-banner + #headerspacer {
    height: 88px;
    display: block;
    width: 100%;
  }
  .news-item {
    height: 290px;
    overflow-y: hidden;
    padding: 0 15px;
  }
  header.menu-open.fixed {
    min-height: 400px;
    height: 450px;
  }
  .banner-container > .row:after {
    content: "";
    z-index: 10;
    position: absolute;
    background: url("images/bannerImageBg.png") repeat-x center top;
    width: 100%;
    height: 200px;
    left: 0;
    top: -40px;
    opacity: 0.8;
  }
}
@media (min-width: 1200px) {
  .background-image-block .text-wrapper {
    padding-left: 150px;
    padding-right: 150px;
  }
  header.menu-open.fixed {
    height: 500px;
  }
  header .navbar-brand {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-brand img {
    max-width: 170px;
    height: 42px;
  }
  header .navbar .navbar-nav .nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: 14px;
  }
  header .navbar-brand {
    width: 300px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  header,
  header.fixed {
    padding-top: 6px !important;
  }
  .statistic-item .number {
    font-size: 70px;
    line-height: 80px;
  }
  .casestudies-slider .slick-slide {
    width: 460px;
  }
}
@media screen and (max-width: 991px) {
  .page_news section.bg-lightgrey {
    overflow-x: initial;
  }
  header .lang {
    margin-right: auto;
  }
  header .lang .active {
    height: 32px;
  }
  header .lang .dropdown {
    padding-top: 12px;
  }
  .navbar .navbar-brand img {
    height: 35px;
  }
  .casestudies-slider .slick-slide {
    width: 400px;
  }
  header.fixed + #headerspacer {
    height: 50px;
  }
  footer > .container > .row > * + * .footer-item {
    border-top: none;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  footer > .container > .row > *:first-child + * .footer-item {
    padding-top: 1rem;
  }
  footer > .container > .row > *:last-child .footer-item {
    border-bottom: 1px solid #fff;
  }
  footer .links a {
    padding: 8px 0;
  }
  .insights-container.home .news-item-wrapper:nth-child(n+5) {
    display: none;
  }
  .navbar .login-link {
    width: auto !important;
  }
  header {
    z-index: 20;
    position: relative;
  }
  header .navbar-toggler:not(.collapsed) {
    height: 41px;
  }
  header .navbar .navbar-nav .nav-item:after {
    content: none;
  }
  header .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
    padding: 0 15px;
  }
  header.fixed {
    height: 50px;
  }
  .person-item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  body.modal-open {
    overflow: hidden !important;
  }
  header .navbar {
    padding-top: 0.5em;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header.has-banner {
    padding-top: 0;
    position: fixed;
  }
  header.has-banner.fixed {
    position: fixed;
  }
  header .navbar-brand {
    padding-top: 0;
    padding-bottom: 8px;
    width: 200px;
  }
  /*
  	header.has-banner .logo-white {
  		display: block !important;
  	}
  	header.fixed .logo-white, header.menu-open.has-banner .logo-white {
  		display: none !important;
  	}
  	header.has-banner.fixed .logo-black {
  		display: block !important;
  	}
  */
  h1,
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
  p,
  li {
    font-size: 14px;
  }
  .banner-container .text-overlay {
    padding-top: 0;
  }
  .background-image-block .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .background-image-block a {
    width: 100%;
    height: 100%;
  }
  .background-image-block .hover-wrapper {
    display: none;
  }
  .background-image-block .text-wrapper, .background-image-block > .row {
    min-height: 240px;
  }
  .trust-logos .logo-item {
    margin-bottom: 30px;
  }
  .news-item {
    margin-left: 15px;
  }
  .prev-news a:after,
  .next-news a:after {
    background-size: 36px;
  }
  #biographyModal,
  #biographyModalLarge {
    -webkit-overflow-scrolling: touch;
  }
  #biographyModal .modal-header,
  #biographyModalLarge .modal-header {
    padding-top: 2.5rem;
  }
  #biographyModal .close,
  #biographyModalLarge .close {
    margin-top: -1.75rem;
    padding-right: 0.75rem;
  }
  #biographyModal .modal-dialog,
  #biographyModalLarge .modal-dialog {
    margin: 0;
    height: 100%;
    max-width: none;
  }
  #biographyModal .modal-content,
  #biographyModalLarge .modal-content {
    height: 100% !important;
    border: none;
  }
  #biographyModal img,
  #biographyModalLarge img {
    margin-bottom: 1em;
  }
  .news-item .image-container {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-container > .row:after {
    background-size: auto 80px;
  }
  header {
    height: auto !important;
    min-height: 50px;
  }
  header .navbar-brand {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 575px) {
  header.no-banner {
    position: fixed;
    width: 100%;
  }
  header.no-banner + #headerspacer {
    height: 54px;
    display: block;
    width: 100%;
  }
  .news-item .image-container {
    height: 200px;
    min-height: 0 !important;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand img {
    max-width: 60%;
  }
  header.fixed {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff 0, #fff 50px, rgba(0, 0, 0, 0.8) 50px, rgba(0, 0, 0, 0.8) 100%);
  }
  header.fixed .navbar {
    padding-top: 8px;
  }
  header.fixed .navbar .navbar-nav .nav-link {
    color: #fff;
  }
  header.menu-open {
    background-color: rgba(0, 0, 0, 0.8);
    height: auto !important;
    padding-bottom: 100px;
    min-height: 400px !important;
  }
  header.menu-open .logo-white {
    display: block !important;
  }
  header.menu-open .logo-black {
    display: none !important;
  }
  header.menu-open.fixed {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #fff 0, #fff 50px, rgba(0, 0, 0, 0.8) 50px, rgba(0, 0, 0, 0.8) 100%);
    min-height: 320px;
  }
  header.menu-open.fixed .logo-white {
    display: none !important;
  }
  header.menu-open.fixed .logo-black {
    display: block !important;
  }
}
@media only screen and (max-width: 574px) {
  header .navbar-collapse {
    padding: 0;
    background-color: #000;
  }
  header .lang {
    display: none;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-brand img {
    max-width: 60%;
  }
  .navbar .nav-item .nav-link {
    display: block;
  }
  .navbar .nav-item .nav-link:after {
    content: unset !important;
  }
  .navbar .login-link {
    width: 100%;
    margin: 1.5rem 1.5rem 1rem !important;
  }
  .navbar .footer-item {
    padding: 0 1.5rem;
  }
  .navbar .footer-item hr {
    background-color: #fff;
  }
  .navbar .footer-item .social {
    margin-bottom: 10px;
  }
  .navbar .footer-item .social i {
    font-size: 24px;
  }
  .navbar .footer-item a {
    display: block;
    color: #fff;
    padding: 8px 0;
    font-size: 14px;
  }
  header.menu-open,
  header .menu-open.has-banner {
    background-color: #fff;
  }
  header.menu-open .logo-black,
  header .menu-open.has-banner .logo-black {
    display: block !important;
  }
  header.menu-open .logo-white,
  header .menu-open.has-banner .logo-white {
    display: none !important;
  }
  header .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    border-bottom: 1px solid #fff;
    padding: 1rem 0;
    color: #fff;
  }
  header .navbar .navbar-nav .nav-item .nav-link br {
    display: none;
  }
  header.has-banner.menu-open .navbar-toggler span {
    background-color: #CFA35A !important;
  }
}
.printBrand {
  width: 200px;
}

.printLink {
  margin-left: 15rem;
  vertical-align: middle;
  justify-content: center;
}

@media print {
  body {
    width: 100%;
  }
  h4,
  h5,
  h6 {
    margin-top: 1.5rem;
  }
  header.fixed {
    position: inherit;
    background-color: transparent;
    opacity: 1 !important;
  }
  .navbar {
    display: flex;
  }
  .navbar-collapse {
    display: flex;
    z-index: 1000;
  }
  a:not(.btn) {
    text-decoration: inherit;
  }
  .navbar-toggler {
    display: none;
  }
  .image-container {
    -webkit-print-color-adjust: exact;
  }
  .col-md-8.insights-body {
    min-width: 100%;
  }
  .row.my-3.insights-more {
    display: none;
  }
  .bg-lightgrey.insights-related {
    display: none;
  }
  .social.mt-3.mb-4 {
    display: none;
  }
  .lang {
    display: none;
  }
  footer {
    display: none;
  }
}
.newsletter-form-alignment {
  margin: 0 1.5em;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-slide:focus {
  border: none;
  outline: none;
}

header .languages {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
header .languages > a {
  display: inline-block;
  width: auto;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0px 15px 0 0;
  margin: 10px 10px 10px 0;
}
header .languages > a:last-child {
  border-right: none;
}
header .languages > a.active {
  color: #F2E3AF;
}

.copy-success,
.copy-already {
  display: none;
}

.page_contactUs {
  min-height: calc(100vh - 300px);
}

#companyValuationModal > form > div > div > div.modal-header {
  border-bottom: 0;
}

#companyValuationModal > form > div > div > div.modal-footer {
  border-top: 0;
}

#companyValuationModal > * #country-listbox {
  background-color: black;
}

.modal-header > h2 {
  color: white;
  width: 100%;
  text-align: center;
}

#companyValuationModal > * .modal-header,
#companyValuationModal > * .modal-body,
#companyValuationModal > * .modal-footer {
  padding: 1rem 2.5rem;
}

.iti {
  width: 100%;
}

#companyValuationModal > * h4 {
  color: white;
  text-align: center;
  width: 100%;
}

a.unstyled:hover {
  text-decoration: none;
  color: unset;
}

a.unstyled-team-btn:hover {
  text-decoration: none;
  color: unset;
}

@media screen and (max-width: 700px) {
  #filtering-team {
    display: none !important;
  }
  #filtering-team-mobile-view {
    display: block !important;
  }
}
@media screen and (min-width: 700px) {
  #filtering-team-mobile-view {
    display: none !important;
  }
  #filtering-team {
    display: block !important;
  }
}
#team-filter {
  background-color: white;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  width: 92%;
  margin-left: 4%;
}

#team-filter * {
  padding: 20px 10px;
  color: black;
  border-radius: 15px;
  background-color: white;
}

div.lang {
  padding-bottom: 0.6rem;
}

.background-image-block .block-title {
  line-height: 1.4em;
  font-size: 22px;
}
