/* GENERAL STYLES */

    .JMHeader {
        margin-top:30px;
        margin-bottom:30px;
    }

    .JMHeader .address {
        text-align: center; 
        color: #333333;
        padding: 10px 0;
    }

    .JMHeader .article-image {
        padding-bottom:0px; 
        text-align: center;
    }


    /* VALUE CENTER STYLES */


    .JMHeader .VCspecialBTN .button {
        background-color: #e12641 !important;
        border: none !important;
        transition: opacity 300ms;
    }

    .JMHeader .VCspecialBTN .button:hover {
        opacity:.8;
    }


    /* SUPERSTORE STYLES */

    .JMHeader .specialBTN .button {
        background-color: #000000 !important;
        border: none !important;
        transition: opacity 300ms;
    }

    .JMHeader .specialBTN .button:hover {
        opacity:.8;
    }


    /* MEDIA QUERIES */


    @media only screen and (max-width: 640px) {

        .JMHeader .address p {
            font-size: .8em;
        }

    }
