<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.node-type-product-help-2-0-index .help-guides-wrap li&gt;div&gt;span {
    background: url(/sites/zweb/images/marketingautomation/salesiq-help-sprite.png) left top no-repeat;
    background-size: 300px auto;
}

.help-guides-wrap li&gt;div&gt;span{background: url(/sites/zweb/images/help-new-icon-sprite-forms.png) left top no-repeat;background-size: 900px auto;}
.help-guides-wrap li &gt; div.guide-1 &gt; span{background-position:0 0}
.help-guides-wrap li &gt; div.guide-2 &gt; span{background-position:-50px 0}
.help-guides-wrap li &gt; div.guide-3 &gt; span{background-position: -800px -50px;}
.help-guides-wrap li &gt; div.guide-4 &gt; span{background-position: -400px 0;}
.help-guides-wrap li &gt; div.guide-5 &gt; span{background-position: -200px 0;}
.help-guides-wrap li &gt; div.guide-6 &gt; span{background-position: -300px 0;}
.help-guides-wrap li &gt; div.guide-7 &gt; span{background-position: -250px -50px;}
.help-guides-wrap li &gt; div.guide-8 &gt; span{background-position: -300px -150px;}
.help-guides-wrap li &gt; div.guide-9 &gt; span{background-position: -800px 0;}
.help-guides-wrap li &gt; div.guide-10 &gt; span{background-position: -250px -50px;}
.help-guides-wrap li &gt; div.guide-11 &gt; span{background-position:-300px -150px;}
.help-guides-wrap li {width: 33%;}

/*New*/
.help-guides-wrap li {
    border: unset;
    margin: auto;
    float:left;
    box-sizing: content-box;
}
.help-guides-wrap li:nth-child(1), .help-guides-wrap li:nth-child(2), .help-guides-wrap li:nth-child(3),.help-guides-wrap li:nth-child(4), .help-guides-wrap li:nth-child(5), .help-guides-wrap li:nth-child(6),.help-guides-wrap li:nth-child(7), .help-guides-wrap li:nth-child(8), .help-guides-wrap li:nth-child(9) {
    border-bottom: 1px solid #ebebeb;
}
.help-guides-wrap li:nth-child(3n+2) {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
.help-guides-wrap li:hover {
    box-shadow: 0px 0px #ebebeb;
    transform: scale(1.005);
    transition-duration: .2s;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.help-guides-wrap, .help-guides-wrap ul {
    overflow: inherit;
}
.help-guides-wrap ul {
    overflow: hidden;
    padding: 15px;
}

.node-type-product-help-2-0-index {
    background: #fdfdfd;
}
.footer-wrapper {
    background: #ffffff;
}
.help-guides-wrap {
    margin: 60px auto 100px;
}
.help-guides-wrap li&gt;div {
    text-align: center;
}
/*New*/

@media only screen and (max-width: 991px) and (min-width: 768px){
.help-guides-wrap li {width: 47%;}
.help-guides-wrap li:nth-child(2n) {
    border-left: 1px solid #ebebeb;
    border-right: none;
}
.help-guides-wrap li:nth-child(odd) {
    border-left: none;
}
.help-guides-wrap li:not(:nth-child(5)) {
    border-bottom: 1px solid #ebebeb;
}
.help-guides-wrap li {
    border: unset;
    margin: auto;
}
.help-guides-wrap li:last-child {
    border: none;
}
}
@media only screen and (max-width: 767px){
.help-guides-wrap li {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #ebebeb !important;
   float:none;
}
.write-us-wrap {
    padding-top: 20px;
}
.help-guides-wrap {
    margin: -30px auto 100px;
}
}</pre></body></html>