/**
 * @file
 * Subtheme specific CSS.
 */

 .region-top-header{
    align-items: center;
    align-content: center;
    justify-content: center;
}
 #navbar-main {
    background-color: #ffffff !important;
}
.js-facets-checkbox-links {
    list-style-type: none;
    padding-left: 0.5rem;
}
.facets-checkbox {
    margin: 5px;
    vertical-align: middle;
}
.facet-item label {
    display: inline-block;
    vertical-align: text-top;
}
.block-facets ul ul li {
    margin-left: -18px !important;
    list-style: none;
}
.card-title {
    text-transform: uppercase;
}
.site-footer {
    background: #f8f9fa !important;
}