.archive-div{
    float: left;
    margin-top: 10px;
    margin-bottom: 30px;
}

.search-expression{
    margin-top: 10px;
    margin-bottom: 30px;
}

.search-expression p{
    margin-right: 20px;
}

.archive-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

.archive-btn:hover,
.archive-btn:focus{
    background: #E4E4E4 !important;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.more-btn{
    background: #880015;
    color: #fff;
    border-radius: 0;
    float: right;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: auto;
}

.more-btn:hover,
.more-btn:focus{
    background: #E4E4E4 !important;;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.archive-date{
    width: 180px;
    float: left;
}

.archive-word{
    width: 180px;
    float: left;
    /*margin-left: 10px;*/
}

.archive-select{
    width: 180px;
}

.archive-search{
    background: #880015;
    color: #fff;
    border-radius: 0;
    margin-left: 10px;
}

.archive-search:hover,
.archive-search:focus{
    background: #E4E4E4 !important;;
    color: #000;
    transition: all 0.3s ease-in-out; 
    -webkit-transition: all 0.3s ease-in-out; 
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.news-div{
    /*height: 130px;*/
    /*height: 210px;*/
    overflow:hidden;
}

.news-link{
    color: #000 !important;
    
}

.news-container{
    margin-bottom: 15px;
    padding-right: 0;
}

.news-image{
    height: 180px; /* 283px */
    width: 100%;
    background-size: cover;
    background-position: center;
}

.news-text{
    background: #e4e4e4;
    color: #000;
    /*color: #880015;*/
    padding: 6px 12px;
    height: 170px;
    overflow: hidden;
    text-align: left;
}

.news-text a{
    display: block;
}

.news-text a:focus-visible,
.news-date:focus-visible,
.news-lead:focus-visible
{
    outline: none;
}

/*.news-date:focus-visible,
.news-lead:focus-visible
{
    padding: 2px;
}*/
.news-date,
.news-lead
{
    padding: 2px;
}

.news-title{
    font-size: 16px;
}

.news-date{
    font-style: italic;
}

.live-news{
    background-color: #DBDBDB;
}
