.header-transparent{
  background-color: #003644 !important;
  box-shadow: none !important;
  height: 60px;
}

.header-transparent.scrolled {
  background-color: #fff !important;
  transition: background-color 200ms linear;
  box-shadow: 0 2px 30px 0 rgba(51,51,51,0.12) !important;
}

section.header-transparent.scrolled .max-width .nb2018-navigation-wrap ul li a {
  color: #1D5567;
}

section.header-transparent .logo-colored {
   display: none;
  width:350px !important; 
}

section.header-transparent .logo-white {
   display: block;
  width:350px !important;
  margin-top:-16px;
}

@media (max-width: 1024px){
  
  .header-transparent{
    background-color: #fff !important;
    box-shadow: 0 2px 30px 0 rgba(51,51,51,0.12) !important;
}
  
  section.header-transparent .max-width .logo-colored {
   display: block;
  }
    
    section.header-transparent .max-width .logo-white {
     display: none;
}
}

section.header-transparent.scrolled .max-width .logo-colored {
   display: block;
  width:300px
}

section.header-transparent.scrolled .max-width .logo-white {
   display: none;
  width:300px
}
.hs-menu-children-wrapper {
 background-color: #9e2e00; !important!
 background-blend-mode: normal;
}
.cfInspectorHeader {
  background-color: #9e2e00; !important!
}