.search-form {

}

.input-group--flex {
    display: flex;
}

.search-form__input {

}

.search-form__button {
    margin-left: 10px;
    margin-right: 100px;
    width: 160px;
    flex-shrink: 0;
}

.search-form__reset-btn {
    margin-top: 10px;
}

.facet-list {
    margin-top: 30px;
    clear: both;
}

.facet-option-list {
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.facet-option-list__item {
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .facet-option-list--level-1 > .facet-option-list__item  {
        display: flex;
        align-items: flex-start;
    }
}

.facet-option {
    list-style: none;
    padding: 0;
    margin: 0;
}

.facet-option-list--level-3 {
    opacity: 0;
    position: absolute;
    background: #fff;
    z-index: 5;
    pointer-events: none;
    border-radius: 3px;
    box-shadow: 0 0 10px #acacac;
    padding: 15px;
    margin-left: -15px;
}

.facet-option-list--level-3 .facet-option-list__item:first-child .facet {
    margin-top: 0;
}

.facet-option-list--level-3 .facet-option-list__item {
    display: block;
}

.facet-option-list--level-2 > .facet-option-list__item:hover .facet-option-list--level-3 {
    opacity: 1;
    pointer-events: all;
}

a.facet {
    display: inline-block;
    position: relative;
    border-radius: 3px;
    color: #e2005b;
    padding: 3px 28px 1px 10px;
    border: 1px solid #e2005b;
    margin-right: 8px;
    margin-top: 12px;
}

a.facet:before {
    content: '';
    width: 6px;
    height: 2px;
    background: #e2005b;
    position: absolute;
    top: 13px;
    right: 11px;
    display: none;
    z-index: 2;
}
a.facet:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #e2005b;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}

a.facet--has-children {
    padding-right: 10px;
}

a.facet--has-children:before,
a.facet--has-children:after {
    display: none !important;
}

.facet__icon {
    font-size: 0.7em;
    margin-left: 5px;
}

.facet-option-list__item--has-children:hover > .facet > .facet__icon {
    transform: rotateX(180deg) translateY(3px);
}

a.facet:focus,
a.facet:hover {
    text-decoration: none;
    color: #fff;
    background: #e2005b;
}

a.facet:focus:after,
a.facet:hover:after {
    border-color: #fff;
}

a.facet--active {
    color: #fff;
    background: #e2005b;
}

a.facet--active:after {
    background: #fff;
    border-color: #fff;
}

a.facet--active:before {
    display: block;
}

.facet-option-list--level-3 a.facet {
    color: #980f46;
    border-color: #980f46;
}

.facet-option-list--level-3 a.facet:before {
    background: #980f46;
}
.facet-option-list--level-3 a.facet:after {
    border-color: #980f46;
}

.facet-option-list--level-3 a.facet:focus,
.facet-option-list--level-3 a.facet:hover {
    color: #fff;
    background: #980f46;
}

.facet-option-list--level-3 a.facet:focus:after,
.facet-option-list--level-3 a.facet:hover:after {
    border-color: #fff;
}

.facet-option-list--level-3 a.facet--active {
    color: #fff;
    background: #980f46;
}

.facet-option-list--level-3 a.facet--active:after {
    background: #fff;
    border-color: #fff;
}

.facet-option-list--level-3 a.facet--active:before {
    display: block;
}


.result-found {
    margin-top: 35px;
    text-transform: uppercase;
    font-size: 1.1em;
}

.results-list {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: ol-items;
}

.search-result {
    margin-top: 60px;
    color: #acacac;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

@media screen and (min-width: 768px) {
    .search-result {
    }
}

.search_result__column {

}

.search_result__column--content {
    padding-right: 30px;
}

.search_result__column--image {
    width: 80px;
    flex-shrink: 0;
}

.search_result__column--image img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 10px #acacac;
}

@media screen and (min-width: 768px) {
    .search_result__column--image {
        width: 277px;
        padding-right: 10px;
    }
}

.search-result__header {
    color: #acacac;
    font-size: 15px;
    font-weight: 600;
}

.search-result__header:before {
    counter-increment: ol-items;
    content: counter(ol-items) '. ';
}
.search-result__body {
    color: #000;
    font-size: 17px;
}

.search-result__categories {

}

.search-result__year {

}

.search-result__brow {
    font-size: 15px;
    font-weight: 600;
}

.search-result__title {
    font-size: 18px;
    font-weight: 600;
}

.search-result__subtitle {
    font-weight: 600;
    font-size: 15px;
}

.search-result__publisher {
    display: block;
}

.search-result__content {
    margin-top: 15px;
}

.search-result__links {
    margin-top: 15px;
}

.search-result__anchor {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.search-result__anchor-icon {
    display: inline-block !important;
    margin-top: 2px;
}

.search-result__anchor-text {
    padding-left: 5px;
    font-weight: 600;
}
