/** Generated by QuickPaging **/
    .crm_banner{
        background: url('http://www.parsonline.com/data/uploaded_files/1480920374-4.jpg') scroll no-repeat no-repeat center top;
        background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-background-size: cover;
        height: 500px;
        color: #fff;
    }
    @media (min-width:768px) and (max-width:967px){
        .crm_banner {
            background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-background-size: cover;
        }
    }
    @media (max-width:768px){
        .crm_banner {
            background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -ms-background-size: cover;
            height: 300px;
        }
}

.content a, .content a:link, .content a:visited {
    color: #da251d;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .content a:hover {
        color: #3d9b35;
        text-decoration: none;
    }
