﻿.Newsletter .card {
    display: block;
    min-height: 420px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.05), 0 2px 5px 0 rgba(0,0,0,0.05);
    transition: box-shadow .25s;
}

.Newsletter .img-card {
    width: 100%;
    /*height: 200px;*/
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    display: block;
    overflow: hidden;
}

.Newsletter .img-card img {
    width: 100%;
    /*object-fit: cover;*/
    transition: all .25s ease;
}

.Newsletter .card-content {
    padding: 10px 10px 0 10px;
    text-align: left;
}

.Newsletter .card-title {
    /*min-height: 66px;*/
    margin-top: 0px;
    font-weight: 700;
    font-size: 1.15em;
}

.Newsletter .card-read-more {
    /*border-top: 1px solid #D4D4D4;*/
    padding-left: 10px;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.title-wrapper {
    display: flex;
    align-items: flex-start;
}

.title-wrapper .date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
    background-color: #edf1fc;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.title-wrapper .date-primary .date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.title-wrapper .date-primary .date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.title-wrapper .meeting-info {
    margin-left: 0.85rem;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 700;
}

.ScbscribeBtn {
    font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
    .ScbscribeBtn {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 920px) {
    .title-wrapper {
        flex-wrap: wrap;
    }

    .title-wrapper .meeting-info {
        margin-top: 0.5rem;
        margin-left: 0;
    }
                
    .ScbscribeBtn {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 576px) {
    .Newsletter .card-title {
        min-height: initial;
    }

    .title-wrapper {
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .title-wrapper .meeting-info {
        margin-top: 0;
        margin-left: 0.85rem;
    }

    .ScbscribeBtn {
        font-size: 1rem;
    }
}