.stark-collection {
    padding: 24px;
    border-bottom: 1px solid #ccc;
}

.stark-collection:first-child {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.stark-collection .download-findingaid {
    display: none;
}

.stark-collection.has-findingaid .download-findingaid {
    display: inline-block;
}

.collection-finding-aids {
    margin-top: 20px;
}

#cmsmasters_heading_findingaids {
    margin: 20px 0;
}

.collection-gallery {
    margin-bottom: 60px;
}

#stark-show-more {
    font-style: italic;
    margin-top: 8px;
}

.stark-filter-hidden {
    display: none;
}

.stark-collection .collection-tag {
    font-family: 'Karla', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #4c4c4c;
    margin-right: 24px;
    white-space: nowrap;
}

.stark-collection .collection-title {
    font-family: 'Prata', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
}

.stark-collection .collection-description {
    font-family: 'Muli', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #797979;
    font-style: normal;
    letter-spacing: 0;
}

.collections-sidebar {
    float: right;
    width: 190px;
}

.collections-list {
    padding-right: 220px;
}

.search-collections {
    background-color: white;
}

.download-findingaid {
    margin: 20px 0;
}

.stark-filter {
    cursor: pointer;
}

.filter-active {
    font-weight: bold;
    position: relative;
}

.filter-active::before {
    content: '>';
    position: absolute;
    left: -15px;

}