// Variables
@color-dhrp:        #F5C0AE; // DHRP


// Text highlight
.marker-highlight{
  position:relative;
}
.marker-highlight:before{
  content:"";
  background-color: fade(@color-dhrp, 20%);
  width:100%;
  height:1em;
  position:absolute;
  z-index:-1;
  filter:url(#marker-shape);
  left:-0.25em;
  top:0.1em;
  padding:0 0.25em;
}

// Custom news listing

#b9fd2645-76e7-49b9-876d-ae0e073fd25f {
    .news-tile-tags {
        display: none;
    }
}