.rssimport {
    
}

.rssimport ul {
    padding: 0;
    margin: 2em 0 0;
    list-style: none;
}

.rssimport ul:after {
    content: "";
    display: table;
    clear: both;
}

.rssimport li {
    position: relative;
    padding-bottom: 105px;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
}

.rssimport li:last-child {
    margin-bottom: 0;
    border: 0;
}

.rssimport h3 {
    margin-top: 0;
}

.rssimport h3 a {
    color: #117CC1;
    font-size: 20px;
    font-weight: normal;
    display: block;
}

.rssimport .image {
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
}

.rssimport .image img {
    width: 100%;
    max-height: 160px;
    display: block;
    object-fit: cover;
}

.rssimport h3 a:hover {
    text-decoration: none;
}

.rssimport h3 a:after {
    content: "Read More";
    position: absolute;
    bottom: 2rem;
    left: 0;
    font-size: 14px;
    padding: 1em 3em;
    color: #fff;
    background-color: #117CC1;
    border: 1px solid #fff;
    box-shadow: 0 0 1px 1px #117CC1;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    font-family: "museo-slab";
    /* font-size: 0.8em; */
    text-transform: uppercase;
}

.rssimport h3 .image:after {
    display: none;
}

.rssimport h3 a:hover:after {
    background-color: #fff;
    color: #117CC1;
    text-decoration: underline;
}

.rssimport .description {
    height: 6em;
    overflow: hidden;
    line-height: 1.5em;
    color: #5A5A5A;
}

.rssimport .pubdate {
    color: #000;
}

@media (min-width: 480px) { .rssimport .image img { max-height: 200px; } }
@media (min-width: 600px) { .rssimport .image img { max-height: 280px; } }

@media (min-width: 768px) {
    .rssimport ul {
        margin: 4em 0 2em 0;
    }

    .rssimport li {
        float: left;
        width: calc(33.33% - 14px);
        margin-right: 21px;
        padding-right: 21px;
        border-bottom: 0;
        border-right: 1px solid #eee;
        box-sizing: border-box;
    }

    .rssimport li:last-child {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

    .rssimport h3 a:after {
        left: 0;
    }

    .rssimport .image img {
        max-height: 116px;
    }
}

@media (min-width: 1024px) { .rssimport .image img { max-height: 160px; } }
@media (min-width: 1240px) { .rssimport .image img { max-height: 200px; } }