.Hub {
    padding-top: 120px;
    padding-top: calc(var(--ibar-height) + var(--ibar-mix-height));
    width: calc(83.33333vw - 58.66667px);
    width: var(--layout-col-20);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-bottom: var(--spacing-vertical-xl)
}

@media only screen and (max-width: 768px) {
    .Hub {
        width: calc(58.33333vw - 50.66667px);
        width: var(--layout-col-14)
    }
}

@media only screen and (max-width: 563px) {
    .Hub {
        width: calc(33.33333vw - 42.66667px);
        width: var(--layout-col-8)
    }
}

@media only screen and (max-width: 1024px) {
    .Hub {
        padding-top: 64px;
        padding-top: var(--ibar-height)
    }
}

.Hub__content {
    display: flex;
    justify-content: space-between
}

.Hub__filtersWrapper {
    display: block;
    margin-bottom: 48px;
    margin-bottom: var(--spacing-vertical-sm);
    position: relative
}

.Hub .QuickFilters {
    min-width: 100%;
    width: auto;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    border-bottom: 1px solid var(--grey40)
}

.Hub .QuickFilters > .QuickFilters__item {
    padding-top: 12px
}

@media only screen and (max-width: 1024px) {
    .Hub .QuickFilters > .QuickFilters__item {
        padding-top: 2px
    }
}

.Hub .QuickFilters > .QuickFilters__item:after {
    z-index: 1;
    bottom: 0
}

.Hub__buttonFiltersWrapper {
    width: 100%;
    margin: 16px 0 32px;
    display: flex;
    justify-content: flex-start;
    z-index: 1;
    position: unset
}

@media only screen and (max-width: 1024px) {
    .Hub__buttonFiltersWrapper {
        position: absolute;
        right: 0;
        bottom: 1px;
        width: auto;
        margin: 0;
        padding-left: 72px;
        background: linear-gradient(90deg, transparent, #f7f7f7 44.44%)
    }
}

.Hub__buttonFiltersWrapper .ButtonFiltersContainer {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .Hub__buttonFiltersWrapper .ButtonFiltersContainer {
        margin-bottom: 8px
    }
}

@media only screen and (max-width: 563px) {
    .Hub__buttonFiltersWrapper .ButtonFiltersContainer {
        margin-bottom: 8px
    }
}

.Hub__totalWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 24px*/
}

@media only screen and (max-width: 1024px) {
    .Hub__totalWrapper {
        margin-bottom: 40px
    }
}

@media only screen and (max-width: 563px) {
    .Hub__totalWrapper {
        margin-bottom: 24px
    }
}

.Hub__total {
    font-size: 2rem;
    line-height: 2.75rem;
    font-weight: 500;
    color: #282828
}

@media only screen and (max-width: 1280px) {
    .Hub__total {
        font-size: 1.75rem;
        line-height: 2.4375rem;
        width: 65%;
    }
}

@media only screen and (max-width: 1024px) {
    .Hub__total {
        font-size: 1.5rem;
        line-height: 2.0625rem;
        width: 65%;
    }
}

@media only screen and (max-width: 563px) {
    .Hub__total {
        font-size: 1.25rem;
        line-height: 1.75rem;
        width: 45%;
    }
}

.Hub__sortByLabel {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    color: #545454;
    margin-right: 8px
}

@media only screen and (max-width: 1024px) {
    .Hub__sortByLabel {
        font-size: .75rem;
        line-height: 1.0625rem
    }
}

@media only screen and (max-width: 563px) {
    .Hub__sortByLabel {
        font-size: .625rem;
        line-height: .875rem
    }
}

.Hub .ScrollPager {
    margin-top: 64px;
    margin-top: var(--spacing-vertical-l)
}

.Hub .SearchBar__wrapper {
    margin: 48px 0 0;
    /*margin: var(--spacing-vertical-sm) 0*/
}

@media only screen and (max-width: 563px) {
    .Hub .SearchBar__wrapper {
        margin-top: 24px
    }
}

.Hub .SearchBar__hint {
    margin-left: 0
}

.Hub .Breadcrumbs {
    margin: 48px 0 32px
}

.Hub .Breadcrumbs + .SearchBar {
    margin-top: 32px;
    background-color: white;
}

.Hub .ButtonFiltersContainer__filterItem__button {
    background: #fff
}

@media only screen and (max-width: 1024px) {
    .Hub .CardWrapper {
        grid-row-gap: 24px;
        row-gap: 24px;
        grid-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px
    }
}

@media only screen and (max-width: 768px) {
    .Hub .CardWrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (max-width: 563px) {
    .Hub .CardWrapper {
        grid-template-columns:repeat(1, 1fr)
    }
}

.Articles.Hub .SearchBar__prependIcon:after {
    font-family: FontAwesome;
    content: "\f002"
}

.ResearchTopics.Hub .SearchBar__prependIcon:after {
    font-family: FontAwesome;
    content: "\f002"
}

.DropDown {
    position: relative;
    /*padding: 4px 32px 4px 24px;*/
    padding: 4px 40px 4px 24px;
    height: 40px;
    min-height: auto;
    /*width: auto;*/
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 96px;
    box-sizing: border-box;
    border: 1px solid var(--grey60);
    background-color: #fff;
    color: #545454;
    /*max-width: 240px;*/
    width: 100%;
    box-shadow: none !important;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition: color .48s;
}

.DropDown option {
    padding: 10px
}
