/*.wedc-facet-container {*/
    /*display: flex;*/
    /*flex-direction: row;*/
/*}*/

/*.wedc-facet-container h5 {*/
    /*margin: 0 !important;*/
/*}*/

/*.wedc-facet-container .fusion-layout-column:nth-child(1) {*/
    /*height: 100%!important;*/
/*}*/

/*.wedc-facet-container .fusion-layout-column:nth-child(1) .fusion-column-wrapper {*/
    /*padding: 20px !important;*/
    /*background-color: #f5f5f5 !important;*/
    /*height: 100%!important;*/
/*}*/

/*.wedc-facet-container .fusion-layout-column:nth-child(2) {*/
    /*height: 100%!important;*/
    /*padding: 25px !important;*/
/*}*/


/*.wedc-facet-container .fusion-layout-column:nth-child(2) .fusion-column-wrapper {*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%!important;*/
/*}*/

/*.wedc-facet-container .fusion-layout-column:nth-child(2) .fusion-column-wrapper .facetwp-template{*/
    /*flex-grow: 1;*/
/*}*/

/*.wedc-facet-container .facetwp-pager {*/
    /*font-size: 14px!important;*/
/*}*/

/*.wedc-facet-container .facetwp-pager .facetwp-page {*/
    /*background-color: #f5f5f5;*/
    /*padding: 2px 10px 1px;*/
    /*border-radius: 3px;*/
/*}*/

/*.wedc-facet-container .facetwp-pager .facetwp-page:hover {*/
    /*background-color: #ddd;*/
    /*color: #191919;*/
/*}*/

/*.wedc-facet-container .facetwp-pager .facetwp-page.active {*/
    /*background-color: #19558b;*/
    /*color: #FFF;*/
/*}*/

.wedc-facet-container {
    background: #f5f5f5;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.wedc-facet-container .facetwp-checkbox.checked {
    font-weight: 700;
}

.wedc-facet-container h5 {
    margin-bottom: 4px;
    font-size: 18px;
}

.wedc-facet-container .facetwp-expand {
    position: relative;
    color: transparent;
    right: 15px;
}

.wedc-facet-container .facetwp-expand::before {
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 5px;
    border-left-width: 5px;
    border-top: 5px solid black;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2.5px;
}

.wedc-facet-container .facetwp-checkbox {
    background: none;
    position: relative;
    padding-left: 24px;
}

.wedc-facet-container .facetwp-checkbox::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    border: 1px solid #d0d0d0;
    background: #fff;
    border-radius: 3px;
}

.wedc-facet-container .facetwp-checkbox.checked {
    background: none;
}

.wedc-facet-container .facetwp-checkbox.checked::after {
    content: '';
    background: none;
    border: 3px solid black;
    border-left-width: 0;
    border-top-width: 0;
    transform: rotate(45deg);
    height: 8px;
    width: 4px;
    display: block;
    position: absolute;
    left: 5px;
    top: 6px;
}

.board-entry,
.org-report {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.board-entry + .board-entry,
.org-report + .org-report {
    padding-top: 15px;
}

.board-entry-title {
    font-size: 20px;
}

.org-report-title {
    font-size: 16px;
}

.board-entry-downloads {
    font-size: 16px;
}

.board-entry-downloads a {
    color: #19557b;
}

.board-entry-date,
.org-report-date {
    font-size: 14px;
}

[data-name="board-notices"] + .facetwp-pager,
[data-name="org-reports"] + .facetwp-pager {
    margin-top: 15px;
}