.item .badge {
    position: absolute;
    left: 18px;
    top: 0;
    width: 36px;
    height: 36px;
    background-image: url(/modules/TeVa.EuCampaign/Client/Redesigned/Images/svg/locked.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0;
}
.grid .item img.article-bookmark-icon.handleBookmark {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    cursor: pointer;
}
.reading-and-bookmark{
    float: right;
    position: relative;
}
.reading-and-bookmark span{
    float: none !important;
}
.bookmark-popup {
    width: 220px;
    height: auto;
    padding: 30px 15px;
    text-align: center;
    color: #424242;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 1px 6px 1px #999999;
    box-shadow: 0px 1px 6px 1px #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

    .bookmark-popup::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #FFFFFF;
    }
/* Masonry grid *****************************************/
.masonry {
    margin: 0 -19px;
    padding-bottom: 20px;
    display: inline-block;
}

.mosaicflow__column {
    border-left: 1px solid #d8d8d8;
    float: left;
}

    .mosaicflow__column .item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 0 19px;
    }

        .mosaicflow__column .item img {
            width: 100%;
        }

    .mosaicflow__column .item {
        float: left;
        width: 100%;
    }

        .mosaicflow__column .item a {
            text-decoration: none;
        }

        .mosaicflow__column .item h3 {
            color: #231f20;
            font-size: 30px;
            line-height: 32px;
            margin-bottom: 25px;
        }

        .mosaicflow__column .item .item-line {
            width: 100%;
            background: #d8d8d8;
            height: 1px;
        }

        .mosaicflow__column .item:last-child .item-line {
            display: none;
        }

    .mosaicflow__column .item {
        margin-bottom: 20px;
    }

        .mosaicflow__column .item:last-child {
            border-bottom: 0px;
        }

       .new-animations .homegrid{
            opacity: 0;
            height: 1350px;
        }
/* ITEMS GRID **************************************/
.grid {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: auto;
    border-bottom: 1px solid #d8d8d8;
}

    .grid .item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 0 19px;
    }

        .grid .item img {
            width: 100%;
        }

.item {
    position: relative;
}

.item_meta {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;  
}

    .item_meta p {
        float: left;
    }

    .item_meta span {
        float: right;
    }

    .item_meta p, .item_meta span {
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 0;
        line-height: normal;
        color: #3c7e79;
    }

.item.first .content-text p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
}

.grid .item {
    float: left;
    width: 100%;
}

    .grid .item a {
        text-decoration: none;
    }

    .grid .item h3 {
        color: #231f20;
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 25px;
        text-align: left;
    }



.item.first h3 {
    font-size: 50px;
    line-height: 58px;
}

.grid .item .item-line {
    width: 100%;
    background: #d8d8d8;
    height: 1px;
}

.grid .item {
    margin-bottom: 20px;
}

    .grid .item:last-child {
        border-bottom: 0px;
    }

.grid:last-child {
    border-bottom: 0px;
}

.of-two .item h3 {
    font-size: 50px;
    line-height: 58px;
}

/* MOBILE */
@media only screen and (min-width: 0px) and (max-width: 930px) {
    /* GRID&MOSAICFLOW */
    .new-animations .homegrid {
        height: auto;
    }

    .grid .item img {
    }

    .grid .item:last-child .item-line {
        display: block;
    }

    .board .grid .item:last-child .item-line {
        display: none;
    }

    .grid .item_meta {
        margin-top: 10px;
    }

    .grid .item h3 {
        margin-top: 10px;
        font-size: 40px;
        line-height: 42px;
        width: 100%;
        margin-bottom: 15px;
    }

        .grid .item h3.smallgridheading {
            font-size: 30px;
            line-height: 34px;
        }
    .item.first .content-text p {
        font-size: 18px;
        line-height: 24px;
    }
}

.grid .item .item-line.last-line {
    display: none;
}



.mosaicflow__column {
    width: 100% !important;
    border-left: none;
}

.of-four .mosaicflow__column .item img {
    display: none;
}

.mosaicflow__column .item:last-child .item-line {
    display: block;
}

.mosaicflow__column .item h3 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mosaicflow__column .item.first h3 {
    font-size: 40px;
    line-height: 42px;
}



.mosaicflow__column .item .item-line.last-line {
    display: none;
}
@media (max-width: 938px) {
    

    .article-bookmark-container .bookmark-popup {
        width: 150px;
    }
}

@media screen and (max-width: 480px) {
   

    .article-bookmark-container .bookmark-popup {
        width: 120px;
        padding: 10px 5px;
    }

    
}
