.navigation.new {
  background-image: url(../img/nav-bg.jpg);
  background-size: cover;
  background-position: right center;
}
.navigation.new .mobile-second-logo {
  display: none;
}
.navigation.new .nav-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation.new .logo-container .logo img {
  height: 36px;
  width: auto !important;
}

.navigation.new .mobile-nav .nav > ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  gap: 60px;
}

.navigation.new .mobile-nav .nav > ul > li span.line {
  color: white;
  padding: 15px 0 5px 0;
  display: block;
}

.navigation.new .mobile-nav .nav > ul > li a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-color: transparent;
}

.navigation.new .mobile-nav .nav > ul > li a:hover {
  color: white;
  font-size: 14px;
  font-weight: 600;
  border-color: #41B9E2;
}

.navigation.new .mobile-nav .nav > ul > li.active a {
  border-color: #41B9E2;
}

.navigation.new .nav-top .language-selection .nav-link select:nth-of-type(2) {
  display: none !important;
}
.navigation.new .nav-top .language-selection .nav-link .goog-te-combo {
  background-color: transparent;
  border: solid 1px white;
  color: white;
}
.navigation.new .nav-top .language-selection .nav-link .goog-te-combo option {
  color: black;
}

.page-heading.market-insights {
  background-color: #191E37;
}
.page-heading.market-insights .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: none;
  padding-top: 20px;
}
.page-heading.market-insights .section-heading .main-heading {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 300;
  font-family: "Proxima Nova W08 Reg", sans-serif;
}
.page-heading.market-insights .section-heading .main-heading strong {
  font-family: "Proxima N W01 Bold", sans-serif;
}
.page-heading.market-insights .section-heading .sub-heading {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Proxima Nova W08 Reg", sans-serif;
}

.sidebar.new .sidebar-box .section-heading.dark {
  background-color: #191E37;
  text-transform: none;
  font-family: "Proxima Nova W08 Reg", sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.navigation.new .nav-top .dropdown:hover svg rect {
  fill: #AAA !important;
}

.navigation.new .nav-top .dropdown.open .menu {
  width: 550px;
}
.navigation.new .nav-top .dropdown.open .menu .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation.new .nav-top .dropdown.open .menu .cols .left-col, .navigation.new .nav-top .dropdown.open .menu .cols .right-col {
  width: 50%;
}

.navigation.new .container .nav-top ul li a {
  color: white;
  border-color: white;
}
.navigation.new .container .nav-top ul li:last-of-type a {
  color: black;
  background-color: white;
  border-color: white;
}

.footer.market-insights {
  background-color: #010E29;
}
.footer.market-insights .legal ul {
  text-align: left;
}
.footer.market-insights a.logo, .footer.market-insights a.linkedin {
  padding-top: 0;
}
.footer.market-insights a.logo img, .footer.market-insights a.linkedin img {
  width: auto;
  height: 32px;
  display: block;
}
.footer.market-insights a.linkedin img {
  margin-left: auto;
}
.footer.market-insights .text-right {
  text-align: right;
}
.footer.market-insights .text-right p {
  text-align: right;
}

@media only screen and (max-width: 575px) {
  .footer.market-insights a.linkedin img {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .footer.market-insights .text-right {
    text-align: left;
  }
  .footer.market-insights .text-right p {
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .navigation.new .nav > ul > li#search {
    position: absolute;
    right: 0;
    color: white;
  }
  .navigation.new .nav > ul > li#search i {
    color: white;
  }
  .navigation.new .search-holder-new.open {
    top: 121px;
  }
}
@media only screen and (max-width: 1279px) {
  .navigation.new .mobile-nav {
    background-color: black;
  }
  .navigation.new .mobile-nav .nav > ul > li {
    border-bottom: 1px solid white;
  }
  .navigation.new .mobile-nav .nav > ul > li a {
    background-color: black;
  }
  .navigation.new .mobile-nav .nav > ul > li.line-container {
    display: none;
  }
  .navigation.new .mobile-nav span.open {
    color: white;
  }
  .navigation.new .mobile-nav span.open i {
    color: white;
  }
  .navigation.new .mobile-nav-open {
    color: white;
  }
  .navigation.new .mobile-nav-open span {
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    color: white;
  }
  .navigation.new .mobile-nav-open span::after, .navigation.new .mobile-nav-open span::before {
    background-color: white;
  }
  .navigation.new .search-holder-new {
    background-color: black;
  }
  .navigation.new .search-holder-new .fa-search {
    color: white;
  }
  .navigation.new .search-holder-new input {
    background-color: black;
    border-color: white;
    color: white;
  }
  .navigation.new .search-holder-new ::-webkit-input-placeholder {
    color: white;
  }
  .navigation.new .search-holder-new ::-moz-placeholder {
    color: white;
  }
  .navigation.new .search-holder-new :-ms-input-placeholder {
    color: white;
  }
  .navigation.new .search-holder-new ::-ms-input-placeholder {
    color: white;
  }
  .navigation.new .search-holder-new ::placeholder {
    color: white;
  }
}