@import url(./public_directories.css);

:root {
  --workers-coop-orange: #F2910C;
  --workers-coop-black: #1C1C1C;
}

/* hide the CiviCRM title until it is properly set */
.civicrm .page-title {
  opacity: 0;
  transition: opacity 0.5s;
}
.civicrm .page-title.crm-page-title {
  opacity: 1;
}
/* suppress list bullet psuedo-elements from the theme */
.crm-container .crm-checkbox-list li::before,
.crm-container .crm-search-display-pager .pagination li::before {
  content: none!important;
}
