/**
 * @file
 * Override default styling for Open Berkeley Publications.
 */

/* Use subtle heading style for publications pane title and field labels. */
.pane-openberkeley-pubs-by-author-pubs-by-author-pane h2.pane-title,
.node-openberkeley-publication .field-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  color: #003262;
}

.node-openberkeley-publication .field-label {
  line-height: 1.95;
}

/* Reset default form-group margin-bottom for URL link */
.field-name-field-openberkeley-pubs-url .link-field-url .form-group {
  margin-bottom: 0px;
}

.view-openberkeley-pubs-by-author .views-field-title h3,
.view-openberkeley-pubs-filterable .views-field-title h3 {
  font-family: 'Open Sans', sans-serif;
}
