.help-wrap .col-block>span {
    background: url(/sites/zweb/images/help-new-icon-sprite-social.png) no-repeat;
    background-size: 900px auto;
}
.help-wrap .col-block:nth-child(1) span{background-position:-50px 0}
.help-wrap .col-block:nth-child(2) span{background-position: -50px 0;}
.help-wrap .col-block:nth-child(3) span{background-position: -500px 0;}
.help-wrap .col-block:nth-child(4) span{background-position: 0 -50px;}
.help-wrap .col-block:nth-child(5) span{background-position: -350px 0;}
.help-wrap .col-block:nth-child(6) span{background-position: -50px -100px;}
.help-wrap .col-block:nth-child(7) span{background-position: -450px 0;}
.help-wrap .col-block:nth-child(8) span{background-position: -400px 0;}
.help-wrap .col-block:nth-child(9) span {background-position: -600px 0;}
.help-wrap {
    padding-top: 0;
    position: relative;
}

.help-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 700px;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #ffffff;
    background: -moz-linear-gradient(top,#a2c4ff 0,#fff 100%);
    background: -webkit-linear-gradient(top,#f4f4f4 0,#fff 100%);
    background: linear-gradient(to bottom,#f4f4f4 0,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c4ff',endColorstr='#ffffff',GradientType=0);
}
.zw-product-header {
    background: #d2efe9;
}

.banner-wrap {
    background: #d2efe9;
    margin-bottom: 80px;
}

.banner-wrap .search-wrap {
}

.search-wrap h1+p {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.two-col {
    background: #ffffff;
    border: 1px solid #cad6ed;
}

.zwc-navigation-grid{
    background: #fdf0d6;
    border: 1px solid #efd196;
}
.zwc-forums-grid {
    background: #ccf0ff;
    border: 1px solid #58c5f5;
}
.zwc-webinars-grid{
    background: #e5ebff;
    border: 1px solid #e5ebff;
}
