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

    .home #homeEvents {
        width: auto;
        float: none;
        clear: both;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home #homeEvents .event {
        margin-bottom: 0;
    }
    .home #homeEvents .event .header img {
        display: none;
    }
    .home #homeEvents .event .header:before {
        content: 'Upcoming Events';
        font-size: 13px;
        display: block;
        background-color: #5788ab;
        color: #fff;
        padding: 5px 10px;
        font-family: Georgia,Times,'Times New Roman',serif;
    }
    .home #homeEvents .event p.info {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .home #homeEvents .event h1 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 120%;
    }
    .home #homeEvents .event h1 a {
        font-size: inherit;
        font-family: Georgia, Times, 'Times New Roman', serif;
    }
    .home #homeEvents .more a {
        font-size: 12px;
    }
    .home #homeEvents .ce_text {
        font-size: 14px;
        margin-top: 10px;
    }
    .home #homeEvents .event .moreLink {
        margin-top: 10px;
    }
    .home #homeEvents .event .moreLink a:before {
        content: 'see all events >>';
        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 #homeEvents .event .moreLink img {
        display: none;
    }
}