@media (max-width: 750px) {

    .map-wrapper {
        height : auto;
        background: #0d1b34;
    }

    .map-left {
        float  : left;
        height : 375px;
        width  : 100%;
        background: transparent url(../images/480/map-bg.jpg) no-repeat center center;
        border-bottom: 1px solid;
    }

    .map-left img
    {
        display: none;
    }

    .map-right {
        display: none;
    }

    .articles {
        margin-left : 0px;
    }

    .article,
    .six-columns.article
    {
        width: auto;
        margin-left: 0px !important;
    }

    .news {
        margin-top : 5px;
        margin     : 10px 0px;
        width      : 300px;
    }

    .news-item,
    .article {
        position      : relative;
        margin-bottom : 15px;
        text-align    : justify;
    }

    .news>header,
    .article>header {
        text-transform : uppercase;
        font-weight    : normal;
        font-size      : 19px;
        margin-bottom  : 10px;
        color          : black;
    }

    .article-admin {
        width : auto;
        float : right;
    }

    .article-image {
        float        : left;
        margin-right : 10px;
    }

    .six-columns.article
    {
        width: 100%;
        float: none;
        display: block;
        clear: both;
    }

    .right-column
    {
        display: none;
    }

    .ads-column-mobile
    {
        display: block;
        text-align: center;
        display: none;
    }

    .ads-column-mobile img
    {
        width: 100%;
    }

    .map-left .slider-wrapper
    {
        width: 100%;
        top: 0;
        position: absolute;
        z-index: 0;
    }

    .email-signup
    {
        background: #0d182d;
        padding: 10px 0;
        display: none;
    }

    .email-signup form
    {
        width: 100%;
        min-height: 200px;
        margin: 0 auto;
        text-align: center;
    }

    .email-signup form .input-row
    {
        margin: 0 auto;
        text-align: left;
        padding: 20px 5px 10px 5px;
        max-width: 350px;
    }

    .email-signup form .input-row input[type=text]
    {
        display: inline-block;
        width: 225px;
        height: 22px;
        color: #999;
    }

    .email-signup form input[type=submit]
    {
        display: inline-block;
        width: 78px;
        height: 33px;
        background: transparent url(../images/signup-btn.jpg) no-repeat top left;
        border: none;
        padding: 0;
        outline: none;
        color: transparent;
        margin-left: 5px;
    }

    .email-signup form input[type=submit]:hover
    {
        background-position: 0 -33px;
    }
    
    .site-content-wrapper 
    {
        margin-top: 40px;
    }
    
    .cse-branding-form
    {
        margin-top: 2px;
    }
    
    .articles .article
    {
        min-height: auto;
    }
    .articles .article .article-read-more
    {
        clear: both;
        padding-bottom: 10px;
        position: static;
        text-align: right;
        margin-top: 10px;
    }
}