.breadcrumb {}
.breadcrumb-subnav{
  display:flex;
  padding: 10px 15px 10px 0px;
}
.hs-breadcrumb-label {
    font-size: 16px;
}
.breadcrumb-menu ul li{
  font-size: 16px; 

}
.breadcrumb-menu ul li a{
  text-decoration: none;
}

.fas.fa-home:before {
    content: "\f015";
}
.top-parent-menu ul{
  border-left: 1px solid #078f97;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
  line-height: 24px;
}  
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:none;
  padding: 0 0 0 0px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  text-decoration: underline;
  color:#078f97;  
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-item.active a{
  color:#078f97;
}
.hs-breadcrumb-menu-item{
  padding: 10px 0px 5px; 
}
.hs-breadcrumb-menu-item span{
  padding-right: 5px; 
}
/* CHOOSE COLOURS OPTION*/

.blue{
  color: #fff
}
.blue:hover{
  color:#001430
}
.blue.last-label{
 color: #001430
}
.hs-breadcrumb-menu-divider:before{
color: #001430
}

@media (max-width: 990px) {
  .breadcrumb-subnav{
    display:none;
  }
  .breadcrumb{
    padding-top:50px:
  }
}