﻿
.list-item {
    display: block;
    padding: 10px;
    border-bottom: dotted 1px #2638C4;
    margin-bottom: 15px;
    display: flex;
    width: 100%;
}

.list-item .list-item--image {
    margin-right: 15px;
    width: 120px;
}

.list-item .list-item--image img {
    width: 120px;
    height: auto;
}

.list-item--content {
    flex-grow: 1;
    display: block;
}

.list-item .list-item--header {
    margin-bottom: 10px;
}

.list-item .list-item--header a {
    display: block;
    margin-bottom: 5px;
}

.list-item .list-item--header .meta {
    opacity: 0.8;
    font-size: 0.8rem;
}

.list-item .list-item--body {
    line-height: 1.5rem;
}

.CoveoResult {
    padding: 0 !important;
    border: 0 !important;
}

.header .header_utils .coveo--global-search {
    clear: both;
    width: 360px;
    display: block;
    float: right;
    margin-top: 24px;
}

    .header .header_utils .coveo--global-search .magic-box .magic-box-input > input {
        font-size: 14px;
    }

.coveo-tab-section:empty {
    display: none;
}

.CoveoLogo {
    display: none !important;
}

.coveo-pager-list-item.coveo-active, .coveo-pager-list-item:hover, .coveo-results-per-page-list-item.coveo-active, .coveo-results-per-page-list-item:hover {
    background-color: #CCCCCC !important;
}

.coveo-facet-column {
    margin-top: -40px;
}

.coveo-results-column {
    margin-top: -30px;
}

.coveo-dynamic-facet-header {
    background-color: #0a145a !important;
    border-bottom: none !important;
    margin-top: 15px;
}

h2.coveo-dynamic-facet-header-title {
    color: white !important;
    font-family: "pbs-sans-bold" !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding-left: 5px !important;
    padding-top: 2px !important;
}

.coveo-dynamic-facet-collapse-toggle-svg, .coveo-dynamic-facet-header-btn {
    color: white !important;
}
