#selectedFacets {
    float: left;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    color: #041C5D;
    background-color: #e7eaed;
    border: 1px solid #aebcc3;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-bottom: 11px;
}

.stc-light-teal-hr {
    background-color: #78909c;
    border-top-color: #78909c;
}

.stc-margin-TB-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.stc-margin-T-0 {
    margin-top: 0px !important;
}

.stc-filter-panel-chip {
    background-color: #23527c;
    color: #fff;
    border-radius: 15px;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 4px 15px;
    height: 32px;
}

.yourRefinementClearAll a, .seeAllYourRefinements a {
    font-weight: normal;
    font-size: 13px;
    float: right;
    /* outline: none; */
}

.stc-filter-panel-chip .stc-filter-panel-chip-remove {
    font-size: 2rem;
    cursor: pointer;
    margin: 0 0 0 14px;
    padding-top: 2px;
}

/*.o-close-1::before {
    content: "\11ad3";
}*/

[data-icon]::before, .o-add-1::before, .o-add-circle-1::before, .o-add-square-1::before, .o-angle-down-1::before, .o-angle-down-circle-1::before, .o-angle-left-1::before, .o-angle-left-circle-1::before, .o-angle-right-1::before, .o-angle-right-circle-1::before, .o-angle-up-1::before, .o-angle-up-circle-1::before, .o-arrow-down-1::before, .o-arrow-down-circle-1::before, .o-arrow-down-square-1::before, .o-arrow-left-1::before, .o-arrow-left-circle-1::before, .o-arrow-left-down-1::before, .o-arrow-left-down-circle-1::before, .o-arrow-left-down-square-1::before, .o-arrow-left-square-1::before, .o-arrow-left-up-1::before, .o-arrow-left-up-circle-1::before, .o-arrow-left-up-square-1::before, .o-arrow-right-1::before, .o-arrow-right-circle-1::before, .o-arrow-right-down-1::before, .o-arrow-right-down-circle-1::before, .o-arrow-right-down-square-1::before, .o-arrow-right-square-1::before, .o-arrow-right-up-1::before, .o-arrow-right-up-circle-1::before, .o-arrow-right-up-square-1::before, .o-arrow-up-1::before, .o-arrow-up-circle-1::before, .o-arrow-up-square-1::before, .o-back-arrow-1::before, .o-ban-cancel-square-1::before, .o-cancel-disable-1::before, .o-checkbox-checked-square-1::before, .o-checkbox-confirm-circle-1::before, .o-checkbox-square-1::before, .o-checked-circle-1::before, .o-checkmark-1::before, .o-checkmark-2::before, .o-close-1::before, .o-close-square-1::before, .o-code-fork-1::before, .o-cycle-1::before, .o-cycle-2::before, .o-delete-circle-1::before, .o-download-1::before, .o-download-2::before, .o-download-3::before, .o-expand-1::before, .o-export-1::before, .o-external-link-1::before, .o-fork-1::before, .o-forward-arrow-1::before, .o-import-1::before, .o-infinity-1::before, .o-loop-1::before, .o-loop-2::before, .o-loop-3::before, .o-maximize-1::before, .o-maximize-window-1::before, .o-menu-1::before, .o-menu-hamburger-1::before, .o-minus-1::before, .o-minus-circle-1::before, .o-minus-square-1::before, .o-quit-1::before, .o-random-1::before, .o-recurring-appointment-1::before, .o-recycle-1::before, .o-redo-1::before, .o-redo-2::before, .o-refresh-1::before, .o-reload-1::before, .o-repeat-1::before, .o-repeat-2::before, .o-restart-1::before, .o-rewind-1::before, .o-rewind-2::before, .o-rotate-left-1::before, .o-rotate-right-1::before, .o-search-1::before, .o-search-glass-1::before, .o-search-magnify-1::before, .o-shuffle-1::before, .o-synchronize-1::before, .o-text-checked-1::before, .o-text-delete-1::before, .o-text-search-1::before, .o-turn-left-arrow-1::before, .o-turn-right-arrow-1::before, .o-undo-1::before, .o-undo-2::before, .o-upload-1::before, .o-upload-2::before, .o-upload-3::before {
    display: inline-block;
    font-family: "census-interface-1";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.stc-layout-align-center-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stc-layout-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.stc-sub-heading-2, .stc-lang-dropdown ul li, .stc-lang-dropdown-button, .stc-form-select select {
    /*font-size: 0.875rem;*/
    letter-spacing: 0;
    font-family: "Roboto", sans-serif;
    line-height: 16px;
}

.stc-dont-break-out, html, body, h1, h2, h3, h4, h5, h6, p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0;
}