/* TYPE YOUR OWN CSS HERE */
body, ol.ejm-results-list h2 {
    font-family: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif,FontAwesome;
    font-size: 12pt;
}

/* Navigation Bar */
#sub-nav .main-nav>li>a {
    padding-right: 25px;
}

/* Repository */
#repository-search-filters-form {
    display:none;
}
/* .record-details .repositoryrecord dt {
    max-width:175px;
} */
/* .record-details .repositoryrecord dd {
    margin-left:175px;
} */
.embed .repository-search .title-group {
    display:none;
}

a[href*="sort="]:not([href*="DateTimestamp"]):not([href*="Title"]) {
    position: relative;
    color: transparent !important;     
    display: inline-block;            
}

a[href*="sort="]:not([href*="DateTimestamp"]):not([href*="Title"])::after {
    content: "Filters";
    position: absolute;
    top: 0;
    left: 0;
    color: #00437b;
    white-space: nowrap;
    pointer-events: none;
}
a[href*="sort="]:not([href*="DateTimestamp"]):not([href*="Title"]):hover::after,
a[href*="sort="]:not([href*="DateTimestamp"]):not([href*="Title"]):focus::after {
  text-decoration: underline;
}

.publication-subjects h3 {
    color: transparent !important;  
    position: relative;
    display: inline-block;
}

.publication-subjects h3::after {
    content: "Key Words";
    position: relative;
    top: 0;
    left: 0;
    color: #000;  
    margin: -46%;                
}