 /*Only apply block display when no items are selected on select 2 filters (empty ul)*/
.select2-container .select2-selection--multiple .select2-selection__rendered:empty {
  display: block !important;
}
