
@media screen and (min-width: 1px) {

    .home #homeNews {
        width: auto;
        float: none;
        clear: both;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home #homeNews .layout_short {
        margin-bottom: 20px;
    }
    .home #homeNews .layout_short .header img {
        display: none;
    }
    .home #homeNews .layout_short .header:before {
        content: 'Blog';
        font-size: 13px;
        display: block;
        background-color: #5788ab;
        color: #fff;
        padding: 5px 10px;
        font-family: Georgia,Times,'Times New Roman',serif;
    }
    .home #homeNews .layout_short p.info {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: bold;
        color: #67992e;
    }
    .home #homeNews .layout_short h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 120%;
    }
    .home #homeNews .layout_short h1 a {
        color: #135889;
        font-size: inherit;

        font-family: Georgia, Times, 'Times New Roman', serif;
    }
    .home #homeNews .more a {
        font-size: 12px;
    }
    .home #homeNews .teaser {
        margin-bottom: 10px;
    }
    .home #homeNews .teaser p {
        font-size: 12px;
        line-height: 120%;
        margin-top: 10px;
    }
    .home #homeNews p.more {
        padding-bottom: 15px;
    }
    .home #homeNews .layout_short .moreLink {
        margin-top: 10px;
    }
    .home #homeNews .layout_short .moreLink a:before {
        content: 'see all blog posts >>';
        display: inline-block;
        background-color: #5788ab;
        color: #fff;
        padding: 7px 12px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-size: 12px;
    }
    .home #homeNews .layout_short .moreLink img {
        display: none;
    }
}