.hide {
    display: none;
}
.search-api-page-results .pager li.pager-current {
    padding: 0;
}

.search-api-page-results div.search-result__mini_info .mini_info_type {
    margin-bottom: 2em;
}

.search-api-page-results div.search-result__mini_info .mini_info_date {
    margin-top: 0;
}
.search-api-page-results .mini_info_extra {
        line-height: 1.5;
        font-family: 'Brandon Text',
        'Helvetica',
        'Arial',
        sans-serif;
        font-weight: normal;
        color: #5A92AE;
        font-size: 14px;
        font-style: italic;
        margin-top: 0;
}
#paging-select {
    color: #3D3E39;
    border: 1px solid #ccc;
    border-radius: 0;
}
#main .container {
    overflow: visible;
}
#main .nav-tabs {
    border-bottom: 0;
}
.sidebar .content {
    padding-top: 0;
}

h6.sidebar-title {
    margin: 0;
    padding: 10px 15px;
    font-family: 'Brandon Text',
    'Helvetica',
    'Arial',
    sans-serif;
    font-weight: normal;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #5A92AE;
    padding-right: 40px;
    position: relative;
    text-transform: uppercase;
}

ul.checklist {
    list-style: none;
    padding: 0;
}

ul.checklist li.leaf a {
    text-decoration: none;
}

ul.checklist li.leaf {
    position: relative;
    line-height: 1.5;
    margin: 0;
}

.leaf label {
    cursor: pointer;
}

.leaf .list-check+.checkbox-text {
    padding-left: 30px;
    display: inline-block;
    font-size: 15px;
    color: #5A92AE;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.leaf .list-check+.checkbox-text:hover {
    color: #71afce;
}

.checklist .leaf input[type="checkbox"] {
    display: none;
}

.leaf input[type="checkbox"].list-check+.checkbox-text::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #f5f5f5;
    background-color: white;
}

.leaf input[type="checkbox"].list-check+.checkbox-text:hover::after,
.leaf input[type="checkbox"]:checked.list-check+.checkbox-text::after
 {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 14px;
    height: 14px;
    background-color: #5A92AE;
    text-align: center;
}

.leaf input[type="checkbox"].list-check:checked+.checkbox-text:hover::after {
    background-image: url(/static/nwcouncil/img/icons/close.png);
    background-size: contain;
    background-color: transparent;
    opacity: .5;
}

#block-search-api-page-search--2+a.clear-search,
#block-search-api-page-documents+a.clear-search {
    background-image: url(/static/nwcouncil/img/icons/close-gray.png);
}
input#id_q {
    border-radius: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

.block__title .clear-search,
.block__title .clear-search {
    background-image: url(/static/nwcouncil/img/icons/close-white.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center center;
    display: block;
    height: 36px;
    position: absolute;
    right: 5px;
    top: 0;
    text-indent: -9999px;
    width: 36px;
}

.facet-toggle {
  cursor: pointer;
}
