.jb-archive-content{
    margin-bottom: 60px;
}
.jb-archive-item .fi{
    margin-right: 5px;
    width: 1em;
    line-height: .7em;
    vertical-align: baseline;
}
.jb-archive-main{
    padding-top: 60px;
}
.jb-archive-nav{
    border: 1px solid #bebebe !important;
    background: #ffff;
    margin-bottom: 60px;
    padding: 30px;
    border-radius: 4px;
}
.jb-archive-main h3{
    font-size: 18px !important;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-bottom: 15px !important;
    margin-top: 0;
}
.jb-archive-nav .ntg-jb-filter>div{
    margin-bottom: 5px;
    font-size: 17px;
    color: #575756;
}
.jb-archive-nav .fusion-button{
    display: block;
    width: 100%;
    margin-top: 20px;
}

.jb-archive-item{
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 30px!important;
}
.jba-title{
    margin-bottom: 20px;
}
.jb-archive-item .jba-thumbnail{
    display: block;
    width: 60px;
    height: 60px;
    background: #f6f6f6;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 15px;
}
.jb-archive-item .jba-thumbnail img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.jb-archive-item h2{
    font-size: 25px !important;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.jb-archive-item .jba-meta{
    color: #9d9d9c;
}
.jba-deadline{
    color: #9d9d9c;
}
.jba-deadline strong{
    color: #000;
}
.jba-action{
    position: relative;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #bebebe !important;
}
.jba-action .jba-added-date{
    margin-bottom: 15px;
    color: #9d9d9c;
}
.jba-action .jba-added-date br{
    display: none;
}

@media(min-width: 1000px){
    .jb-archive-main{
        display: grid;
        grid-template-columns: 25% minmax(auto, 1fr);
        column-gap: 50px;
        align-items: start;
    }

    .jb-archive-item .jba-title{
        display: flex;
        flex-flow: row nowrap;
    }
    .jb-archive-item .jba-thumbnail{
        margin-bottom: 0;
    }

    .jba-item-inner{
        position: relative;
        padding-right: calc(25% + 50px);
    }
    .jba-action{
        position: absolute;
        width: 25%;
        text-align: right;
        top: 0;
        right: 0;
        border-top: 0 !important;
        margin-top: 0;
        padding-top: 0;
        min-height: 100%;
    }
    .jba-action:before{
        content: '';
        position: absolute;
        top: 0;
        left: -25px;
        width: 1px;
        height: 100%;
        background: #bebebe;
    }
    .jba-action .fusion-button{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .jba-action .jba-added-date br{
        display: block;
    }
}