.help-guides-wrap li > div {
    margin: 5px 10px;
    min-height: 150px;
    box-sizing: border-box;
    padding: 40px 25px;
    text-align: left
}

.help-section ul {
    margin-top: 50px;
    text-align: center;
}

.help-guides-wrap li {
    display: inline-block;
    width: 30%;
    margin: 1%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    vertical-align: top;
}

.write-us-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.write-us-wrap h3 {
    line-height: 40px;
    color: #666;
}

.help-guides-wrap,
.help-home-content .faq h3,
.help-home-content h2,
.popular-search,
.write-us-wrap {
    text-align: center;
}

[class|=zicon],
.help-guides-wrap li > div > span {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 15px;
    background: url(/sites/zweb/images/one/one-resourcesprite.png) left top no-repeat;
    background-size: 530px auto;
    position: relative;
}

.help-guides-wrap li > div > span.zicon-user {
    background-position: 0 0;
    width: 49px;
    height: 50px;
}

.help-guides-wrap li > div > span.zicon-video {
    background-position: -60px 0;
    width: 43px;
    height: 50px;
}

.help-guides-wrap li > div > span.zicon-webinar {
    background-position: -120px -6px;
    width: 51px;
    height: 44px;
}

.help-guides-wrap li > div > span.zicon-recorded {
    background-position: -180px -2px;
    width: 51px;
    height: 48px;
}

.help-guides-wrap li > div > span.zicon-forum {
    background-position: -240px -1px;
    width: 51px;
    height: 49px;
}

.help-guides-wrap li > div > span.zicon-technical {
    background-position: -300px 0;
    width: 47px;
    height: 50px;
}

.help-guides-wrap li > div > span.zicon-customers {
    background-position: -360px 0;
    width: 49px;
    height: 50px;
}

.help-guides-wrap li > div > span.zicon-support {
    background-position: -420px -3px;
    width: 50px;
    height: 47px;
}

.help-guides-wrap li > div > span.zicon-supportplan {
    background-position: 0 -60px;
    width: 49px;
    height: 50px;
}

.help-guides-wrap li > div > span.zicon-concierge {
    background-position: -480px -2px;
    width: 50px;
    height: 48px;
}

.help-guides-wrap ul {
    text-align: left;
}

.banner-wrap:first-of-type {
    //  background: linear-gradient(to bottom, #fed600 -60%, #fed600 -20%, #ffffff 100%);
}

.help-guides-wrap div.help-section h2,
.help-section h2 + p {
    //  text-align: left;
}

.help-guides-wrap .content-wrap h2,
.help-guides-wrap > h2 {
    display: block;
    text-align: center;
}

.help-section ul {
    margin-top: 50px;
    text-align: center;
}

.help-section {
    margin: 8% 0 5%;
}

.help-section:first-child {
    margin-top: 4%;
}

.help-wrapper h1 {
    text-align: center;
    font-size: 40px;
    margin-top: 100px;
}

.help-section > a {
    border-bottom: 1px solid #03a9f5;
}

.search-box {
    display: none;
}

div#knowledge-base li {
    min-height: unset !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .zw-template-inner .content-wrap {
        width: 90%;
    }

    .help-guides-wrap li {
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .help-wrapper h1 {
        font-size: 27px;
    }

    .zw-template-inner .content-wrap,
    .help-home-content .faq .content-wrap {
        width: 80%;
    }

    .help-guides-wrap li {
        display: block;
        margin: 20px auto;
        width: 100%;
        max-width: 480px;
    }
}