span.highlight {
    background-color: #00705e
}

.col-padded-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px
}

    .col-padded-top-bottom.peopleSearchNext {
        padding-left: 0
    }

.selected-filters-container {
    position: relative;
    border-bottom: 1px solid #bac1c3;
    padding-top: 10px
}

ul.selected-filters {
    width: 85%;
    margin: 0;
    list-style: none;
    display: block
}

    ul.selected-filters li {
        display: inline-block;
        margin: 0 10px 10px 0;
        vertical-align: middle;
        position: relative;
        padding-right: 20px
    }

        ul.selected-filters li a {
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -6px;
            width: 12px;
            height: 12px;
            display: inline-block
        }

            ul.selected-filters li a:hover {
                filter: grayscale(100)
            }



.dotted-header {
    border-bottom: 2px dotted #bec5c2;
    display: block
}

    .dotted-header h2 {
        display: inline-block;
        margin-bottom: 15px;
        font-size: 23px;
        font-family: berlingske_sans_roundmedium,sans-serif
    }

    .dotted-header.heading_margin h2 {
        font-family: berlingske_sans_roundregular,sans-serif;
        font-weight: 400
    }

    .dotted-header a {
        float: right;
        font-size: 15px;
        font-family: berlingske_sans_roundmedium,sans-serif;
        margin-top: 8px;
        text-decoration: none
    }

        .dotted-header a:hover {
            color: #00705e
        }

.article-holder.blue .article-topic {
    color: #00705E
}

.article-holder.purple .article-topic {
    color: #3b3d47
}

@media(max-width:667px) {
    .selected-filters-container {
        padding-bottom: 40px
    }

    ul.selected-filters {
        width: 100%
    }
}

.resultCount {
    display: none !important
}

.form-cell.topicCenterAllArticlesSearch {
    display: flex
}

.form-cell.topicCenterAllArticlesSearch {
    max-width: 395px;
    bottom: -8px
}
