/* Factsheet Styling */
.factsheet-list-filters {
    background-color: #f1f1f1;
    border-radius: 10px;
}
.factsheet-list-filters .industry-name {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.wb-factsheet-list {
    padding-top: 25px;
    padding-bottom: 75px;
}
.wb-factsheet-list svg {
    height: 25px;
}
.wb-factsheet-list .category-title {
    border-bottom: 2px solid #333;
    padding-bottom: 0.25em;
}
.wb-factsheet-list .document-entry {
    padding-bottom: 1.5rem;
    margin-left: 1rem;
}
.wb-factsheet-list .document-entry > * {
    display: inline-block;
    vertical-align: middle;
}
.wb-factsheet-list .document-icon {
    margin-right: 1.5em;
    vertical-align: text-top;
}
.wb-factsheet-list .document-content {
    width: 80%;
}
@media screen and (min-width: 800px) {
    .wb-factsheet-list .document-title {
        display: inline-block;
        width: 45%;
    }
}
.wb-factsheet-list .document-title {
    padding-right: 1em;
    /* min-width: 400px; */
    font-weight: 600;
}
.wb-factsheet-list .document-caption {
    display: inline-block;
    /* width: 55%; */
    /* min-width: 500px; */
    font-size: 14px;
}
.wb-factsheet-list .document-download {
    padding-left: 3em;
    position: relative;
    font-size: 14px;
}
.wb-factsheet-list .document-download a {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.wb-factsheet-list .document-download span {
    vertical-align: middle;
}
.wb-factsheet-list .document-download svg {
    height: 15px;
    padding-right: 0.5em;
    vertical-align: middle;
}
.wb-factsheet-list .factsheet-list-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.wb-factsheet-list .industry-name {
    display: inline-block;
    padding: 0.5em 1em;
}
.wb-factsheet-list .industry-name:not(.active):hover {
    cursor: pointer;
}
#factsheet-search {
    text-align: right;
}
/* Factsheet Archives*/
body.tax-media-cat #header_banner {
    display: none;
}
body.tax-media-cat #footer_blocks > .attachment {
    display: none;
}
