a {
    color: #337ab7;
    text-decoration: none;
}


a:hover {
    color: #337ab7;
    text-decoration: underline;
}


.nav-link {
    margin: 0 1.25rem;
    color: #000000;
    font-weight: 500;
}

figure {
    background-color: #fff;
}

ul.primary {
    border-bottom: 1px solid #bbb;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none;
    padding: 0 0 0 1em;
    /* LTR */
    white-space: nowrap;
}

ul.primary li {
    display: inline;
}

ul.primary li a {
    background-color: #ddd;
    border-color: #bbb;
    border-style: solid solid none solid;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    /* LTR */
    padding: 0 1em;
    text-decoration: none;
}

ul.primary li.active a {
    background-color: #fff;
    border: 1px solid #bbb;
    border-bottom: 1px solid #fff;
}

.tabs a {
    color: #333;
    text-shadow: #fff 0px 1px 0px;
}

a.button:hover {
    color: #fff;
    background-color: #7cbb76;
    border-radius: 5px;
}



.button-secondary,
a.button-secondary {
    background-color: #f3f3f3;
    border: 1px solid #dcdcdc;
    color: #444;
}

li.pager-next a,
li.pager-previous a,
li.pager-first a,
li.pager-item a,
li.pager-last a {
    color: rgb(46, 64, 87);
    display: inline-block;
    line-height: 16px;
    padding: 0.5em 0.6em 0.5em 0.6em;
    margin: -10em 0.5em 0em 0.3em;
    border-radius: 5px;
    border: 1px solid #cccccc63;
}

ul.pager {
    margin-bottom: 2em;
    margin-top: 2em;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pager-current {
    color: #AAAAAA;
}

.pager-current li {
    margin: 0em;
}

li.pager-last.last,
li.pager-next {
    display: none;
}



.tools-alert {
    padding: 12px 15px;
    background: #f5f5f5;
    margin-bottom: 1.65em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    -khtml-border-radius: 0.3em;
    border-radius: 0.3em;
}



.view-test p {
    color: #777;
}




.popular_content_category {
    padding: 5px 10px;
}

.popular_category_item_wrapper {
    background: #fff;
    border: 1px solid #ccc3;
    padding: 10px;
}

.popular_category_title {
    height: 65px;
    margin: 0 0 17px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}

.popular_category_title a:hover {
    text-decoration: none;
}

.popular_category_title a {
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 29px;
    position: relative;
}

.popular-category-item:nth-child(1) .popular_category_title a {
    background: url('../img/category_content_title_first.png') 0 95% repeat-x;
}

.popular-category-item:nth-child(2) .popular_category_title a {
    background: url('../img/category_content_title_second.png') 0 95% repeat-x;
}

.popular-category-item:nth-child(3) .popular_category_title a {
    background: url('../img/category_content_title_third.png') 0 95% repeat-x;
}

.popular-category-item:nth-child(4) .popular_category_title a {
    background: url('../img/category_content_title_fourth.png') 0 95% repeat-x;
}

.popular_category_image {
    margin: 0 0 15px;
    overflow: hidden;
    text-align: center;
}

.popular_category_content .views-row {
    border-bottom: 1px solid #f1f1f182;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.popular_category_content .views-row:last-child {
    margin: 0 0 5px;
}




.category_content_type {
    color: #c8c5c2;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 1px;
    text-transform: uppercase;
}

.category_content_title {
    height: 50px;
    overflow: hidden;
}

.category_content_title a {
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
}

.category_content_title a:hover {
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    border-bottom: 1px solid #e9ecef;
}

.popular_category_link a {
    color: #000;
    font-size: 0.8em;
    line-height: 1;
    text-transform: uppercase;
}

.popular_category_link a:after {
    color: #ff5000;
    content: "\f178";
    padding: 0 0 0 5px;
}





.all-articles.card {
    margin: 1em 0em 0em 0em;
}

.all-articles h3 a:hover {
    text-decoration: none;
    border-bottom: 1px solid #dee2e6;
}

.all-articles h3 {
    font-size: 1.1em;
}

.all-articles img {
    margin-bottom: 0.5em;
}

.trim {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge,
.label {
    font-weight: 400;
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #b0b0e28a;
    border-radius: 2px;
    line-height: 16px;
}

.badge-light a {
    color: #5a5b94f2;
}



.catalog {
    text-align: center;
}


