#news-head {
    display: flex;
    background-color: #676a6c;
    color: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 122px;
}

.embedded #news-head {
    top: 45px;
}

#news-title {
    padding: 30px;
}

#news-filters a {
    color: #fff;
}

#news-filters a:hover {
    text-decoration: none;
}

#news-filters-container {
    padding: 20px 20px 20px 0;
    flex: 1 0;
}

#news-filters-category {
    display: flex;
    flex-direction: column;
    color: #676a6c;
    justify-content: space-between;
    padding: 20px 0;
}

#news-filters-category .dropdown-toggle {
    width: 100%;
}

#news-filters-category .dropdown-menu {
    padding: 0;
    margin: 0;
}

#news-filters-category .dropdown-menu span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

#news-filters-category .dropdown-menu li:not(.selected):hover {
    background-color: #f4f4f4;
}

#news-filters-category .btn {
    padding: 3px 12px;
}

#news-filters-category li.selected span {
    color: #fff;
}

#news-filters-category .news-filter {
    text-transform: capitalize;
}

#news-filters-container #news-filters {
    padding-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: capitalize;
}

#news-filters-container #news-filters div {
    display: flex;
    flex-wrap: wrap;
    height: calc(2rem + 4px);
    overflow: hidden;
}

#news-filters-container #news-filters span {
    display: block;
    height: calc(2rem + 4px);
    margin-right: 30px;
    cursor: pointer;
    padding: 2px 5px;
    border-radius: 4px;
}

#news-filters-container #news-filters span:hover {
    background-color: #3b3b3b;
}

#news-filters-container #news-filters .selected-filter, #news-filters-category li.selected {
    background-color: #4c4c4c;
}

.dropdown-menu .news-filter a {
    text-decoration: none;
    color: inherit;
}

#news-block-item-container {
    display: flex;
    flex-wrap: wrap;
}

#news-block-item-container .news-block-item {
    flex: 0 0 25%;
    position: relative;
}


.site-threat-search .threat {
    flex: 1 1 20%;
    overflow: hidden;
}

@media only screen and (max-width: 992px) {
    #news-block-item-container .news-block-item {
        flex: 0 0 50%;
    }

    .site-threat-search .threat {
        flex: 1 1 50%;
    }
}

#news-block-item-container .news-block-item .media {
    height: 100%;
}

#news-block-listview {
    text-align: center;
}

#news-block-listview .news-block-item {
    text-align: left;
}

.news-rss {
    display: block;
    font-size: initial;
    position: relative;
    color: #fff;
    top: -1rem;
    margin-left: 20px;
    text-decoration: none;
    text-align: right;
}

#news-title a, #news-title a:hover, #news-title a:active, #news-title a:focus {
    color: inherit;
}

.site-threat-box {
    background-color: #275471;
    padding: 10px;
    width: 100%;
    max-width: 100%;
}

.embedded .site-threat-box {
    margin-top: 190px;
}

.site-threat-box-header {
    color: #fff;
    position: relative;
}

.site-threat-box-title {
    text-align: center;
}

#threat-box-counter {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    border: 2px dotted #fff;
    border-radius: 20px;
    padding: 5px 10px;
}

.threat-box-container {
    --border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.threat-box-container > div {
    flex: 0 0 20%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.threat-box {
    margin: 10px;
    border: 1px solid #fff;
    border-radius: var(--border-radius);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.threat-box-title {
    color: #fff;
    padding: 10px 5px;
    background-color: #275471;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    border-bottom: 1px solid #fff;
}

.threat-box-title h4 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.threat-box-content {
    position: relative;
    height: 400px;
}

.threat {
    padding: 5px 10px;
    background-color: #275471;
}

.threat-header {
    display: flex;
    padding: 5px;
    color: #000;
    font-weight: 600;
    font-size: 12px;
}

.threat-title {
    flex: 1;
}

.threat-title a {
    color: inherit;
}

.threat-date {
}

.threat-content {
    padding: 5px 5px 18px 5px;
    color: #fff;
    font-size: 12px;
    position: relative;
}

.threat-content-more {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.threat-content-more a {
    color: inherit;
}

.navbar-form {
    width: 250px;
    margin: 6px 0 0 0;
}

.site-threat-search {
    background: #275471;
    min-height: calc(100vh - 267px);
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.embedded .site-threat-search {
    min-height: calc(100vh - 190px);
    margin-top: 190px;
}

.threat-message {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
}

.threat-message a {
    color: #fff;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    width: 30rem;
}