.readmore{
    display: inline-block;
    text-align: right;
    margin-top: 10px;
}

#archive-section .tab{
    display: none;
}

#archive-section .tab.active{
    display: block;
}

#archive-section{
    margin-top: 20px;
}

.items{
    overflow: hidden;
}

.item{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.item:nth-child(2n){
    margin-right: 0;
}

.item p{
    color: #000;
    margin:5px 0;
}

.item .readmore{
    text-align: left;
}

.categories{
    background: #1952B0;
    margin-bottom: 10px;
}

.categories li {
    text-align: center;
    padding: 10px 0;
}

.categories li a{
    color: #fff;
    padding: 5px 0;
    display: block;
    border-right: 2px solid #fff;
}

.slick-prev{
    background: url(/media/img/prev.svg) no-repeat center;
    background-size: 30px;
    font-size: 0;
    padding: 20px;
    left: 0;
    position: absolute;
    width: auto;
    top: 6px;
    z-index: 99;
}

.slick-next{
    background: url(/media/img/next.svg) no-repeat center;
    background-size: 30px;
    font-size: 0;
    padding: 20px;
    right: 0;
    position: absolute;
    width: auto;
    top: 6px;
    z-index: 99;
}

.slick-current{
    background: url(/media/img/slick-down.svg) no-repeat center top -1px, url(/media/img/slick-up.svg) no-repeat center bottom -1px;
    background-size: 10px, 10px;
}

.legends{
    overflow: hidden;
    margin-bottom: 30px;
}

.col{
    width: 33%;
    float: left;
}

.col-1{
    color: grey;
}

.col-2{
    text-align: center;
    font-weight: bold;
    color: #000;
}

.col-3{
    text-align: right;
    color: grey;
}

.desc p{
    margin: 0;
}

.desc h3{
    margin: 0;
    margin: 30px 0 15px 0;
}

.document{
    background: url(/media/img/document.svg) no-repeat top left;
    background-size: 16px;
    padding-left: 24px;
    display: block;
    align-items: center;
    margin-top: 20px;
}

.box{
    margin-top: 30px;
    display: block;
}

.box.box1 h3{
    background: url(/media/img/books.svg) no-repeat center left;
    background-size: 30px;
    padding-left: 45px;
    margin:0;
}

.box.box2 h3{
    background: url(/media/img/security.svg) no-repeat center left;
    background-size: 30px;
    padding-left: 45px;
    margin:0;
}

.box .readmore{
    float: right;
    margin-top: 30px;
}