.header-top2 {
  background: #f76055;
  color: #fff;
  padding: .5rem;
  position: fixed;
  text-align: center;
  z-index: 100;
  width: 100%;
  top:0; display: none;
}

body.Fixed #sectorheader {
  background-color:#012138;
}

.header-top--active header .content-wrapper {
    padding-top: 0px !important;
}


#sectorheader {
  left: 0;
  position: fixed;
  top: 0;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  width: 100%;
  z-index: 99;
  padding-top: 0px !important;
}

#sectorheader .content-wrapper {
  display: flex;
  justify-content: space-between;
  width:100%;
}
#sectorheader .header-inner {
  padding:10px 0;
  width: 100%;
  position:relative;
}

body.commercial #sectorheader {
  display:block;
}

#sectorheader .menuarea {
  align-items: center;
  align-self: flex-end;
  display: flex;
  padding-top: 36px;

}

header.header {
  display:none;
}

#sectorheader .logotop {
  width: 144px;
  border-width: 0px;
  border: 0px;  
}

#sectorheader .contacttop {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
  display: block;
  display: flex;
  padding: 5px 20px;
  transition: .3s ease;
}

#sectorheader .menuarea ul {
  margin:0;
  padding:0 0 0 20px;
  display:inline-block;
}

#sectorheader .menuarea ul li {
  display:inline-block;
  padding:0 10px;
}

#sectorheader .menuarea ul li a {
  color:#fff;
}

#sectorheader .menuarea ul li ul li:hover {
  background-color:#f76055
}

.topflage .flaglink a img {
  border: 1px solid #fff;
}

.topflage {
  position:absolute;
  top:0;
  right:4px;
  display:flex;
  list-style:none;
} 

.topflage li {
  list-style:none;
  display:inline-block;
  padding-top:9px;
  padding-left:5px;
  height:30px;
}



.topflage li img {
  width: auto;
  height: 100%;
}

.expandMenu {
  display:none;
}

#sectorheader .menuarea ul ul {padding: 10px 0 20px 0;
background-color: #012138;
}

#sectorheader .menuarea ul ul li {
  display:block;
  padding:5px 35px 5px 10px;
}

@media only screen and (max-width: 920px) {

  #sectorheader .menuarea ul ul {
    padding: 10px 20px 20px 20px;
    margin-left: -20px;
    background-color: #012138;
  }
  .topflage {
    position: absolute;
    top: 10px;
    right: 4px;
    display: flex;
    list-style: none;
    margin-right: 60px;
  }
  .menuarea {
    position: fixed;
    background-color: #f76055;
    top: 38px;
    left: 10vw;
    margin: 60px auto;
    right: 10vw;
    padding: 40px 20px;
    border-radius: 10px;
  }

  #sectorheader .menuarea {
    align-items: center;
    align-self: flex-end;
    display: none;
    padding-top: 39px;
  }
  .menuarea::before {
    position:absolute:
      content:'';
    top:0;
    bottom:0;

  }
  .hs_cos_wrapper_type_menu {

  }

  #sectorheader .menuarea ul li {
    display: block;
    width: 100%;
  }

  #sectorheader .menuarea ul {
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
  }

  #sectorheader .menuarea ul.hs-menu-children-wrapper{
    display:none;
  }
  #sectorheader .contacttop {
    align-items: left;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
    transition: .3s ease;
  }

  li.hs-menu-depth-1.active > .hs-menu-children-wrapper {
    display: block !important;
    transition: .3s;
    margin-bottom: 30px !important;
    position: initial;
    z-index: 3;
    opacity: 1;
  }

  li.hs-menu-depth-2.active > .hs-menu-children-wrapper {
    display: block !important;
    transition: .3s;
    margin-bottom: 0px !important;
    position: initial;
    z-index: 3;
    opacity: 1;
  }

  li.hs-item-has-children {
    background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/MX/down1.svg);
    background-position: right 14px;
    background-repeat: no-repeat;
    background-size: 24px;
  }

  li.hs-item-has-children.active {
    background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/MX/down2.svg);
    background-position: right 14px;
    background-repeat: no-repeat;
    background-size: 24px;
  }
  
    li.hs-menu-depth-2.hs-item-has-children {
      background-position: right 5px;}

  #sectorheader .menuarea ul li a {
    color: #fff;
    height: 50px;
    display: flex;
    padding-right: 50px;
    align-items: center;
  }

  #sectorheader .menuarea ul li ul li a {
    height:auto !important;
  }

  #sectorheader .menuarea.active {
    display:block;
  }
  .expandMenu {
    align-items: center;
    background-color: #f76055;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    line-height: 0;
    position: absolute;
    width: 42px;
    z-index: 999;
    z-index: 9999;
    top: 10px;
    right: 0vw;
  }

  #sectorheader .content-wrapper {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.hs-menu-depth-1 span, .hs-menu-depth-2 i {
  position: absolute;
  right: 0;
  top: 0;
  height: 31px;
  width: 31px;
  text-indent: -99999%;
}

li.hs-menu-depth-2.hs-item-has-children>a {
  background-image:none !important; 
}

@media only screen and (min-width: 921px) {

  #sectorheader .menuarea ul ul li:hover ul {
    left: 100%;
    position: absolute;
    opacity: 1;
    PADDING-TOP:0;
    display: block;
    top: 0;
  }
  
  #sectorheader .menuarea ul ul li ul li:hover {
        background-color:#f76055;

  }
}

@media only screen and (max-width: 921px) {

  #sectorheader .menuarea ul ul li:hover ul {
    background-color:transparent;
  }
}

.hs-blog-post #sectorheader, .hs-blog-listing #sectorheader, .hs-content-id-61029565329  #sectorheader{
  background-color: #012138;
}

.hs-blog-post .header-top2, .hs-blog-listing .header-top2, .hs-content-id-61029565329 .header-top2 {
  top:0;
}


.key-contacts__nav {
background: #122237;
padding: 2rem 0;
position: sticky;
top: 90px !important;
z-index: 3;
}


.hs-content-id-122675455862 main {
background-color: #012138 !important;
padding-top: 90px !important;
}

.hs-content-id-122006906734 main {
padding-top: 0px !important;
border-top:90px solid #012138 !important;
}

.hs-content-id-122006906734 .box-index-cont {
  display:none;
}

.hs-blog-id-122006906733 .blog-read-time {
  display:none;
}

.hs-content-id-0 main {
padding-top: 0px !important;
border-top:90px solid #012138 !important;
}