/* use this for development styles
This file should be empty on production */

/* Build page field_related_document */
#dc_data_usage_value_information_management details.field_related_document {
  border: none;
}
#dc_data_usage_value_information_management details.field_related_document > summary {
  padding: 0;
}

/* hide breadcrumbs on home. This should be investigated, in twig
 there should be no html generated here if there are no breadcrumbs */
 .path-frontpage .bcbb-breadcrumbs {
  display:none;
}