<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-wrap .search-wrap {
    padding-bottom: 0;
}
.help-wrap .col-block&gt;span {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-bottom: 15px;
    background: url(/sites/zweb/images/help-new-icon-sprite.png) left top no-repeat;
    background-size: 900px auto;
    position: relative;
}
.zw-template-zp_help_home{
    background:#fff;
}
.ccode-au .help-guides-wrap ul&gt;li:nth-child(5),
.ccode-nz .help-guides-wrap ul&gt;li:nth-child(5) {
    display: inline-block;
}

.help-wrap .one-col:nth-child(1) span {
    background-position: -50px 0px;
}

.help-wrap .one-col:nth-child(2) span {
    background-position: -150px 0px;
}

.help-wrap .one-col:nth-child(3) span {
    background-position: -250px 0px;
}

.help-wrap .one-col:nth-child(4) span {
    background-position: -200px -150px;
}

.help-wrap .one-col:nth-child(5) span {
    background-position: 1px -50px;
}

.help-wrap .one-col:nth-child(6) span {
    background-position: -850px 0px;
}

.help-wrap .one-col:nth-child(7) span {
    background-position: -100px -50px;
}

.help-wrap .one-col:nth-child(8) span {
    background-position: -50px -100px;
}

.help-wrap .one-col:nth-child(9) span {
    background-position: -350px 0px;
}

.help-wrap .one-col:nth-child(10) span {
    background-position: -400px -100px;
}

.help-wrap .one-col:nth-child(11) span {
    background-position: -450px 0;
}

.help-wrap .one-col:nth-child(12) span {
    background-position: -600px 0px;
}

.help-wrap .one-col:nth-child(14) span {
    background-position: -100px -100px;
}

.help-wrap .one-col:nth-child(13) span {
    background-position: 0px 0;
}

/* zoho one seminar banner */

.webinar-banner-wrap p {
    max-width: 600px;
    margin: 0 auto;
}

.webinar-page-wrap .webinar-banner-wrap {
    background-color: unset;
    color: unset;
    margin-bottom: 0;
}

.location-nav li a {
    color: #000;
}

.location-nav li.selected a {
    border-bottom: 2px solid rgba(0, 0, 0, .5);
}

.field-new-webinar-links li&gt;a {
    border: 1px solid #03a9f5;
    color: #333;
    text-transform: unset;
}

.field-new-webinar-links li:nth-child(1)&gt;a {
    background: #03a9f5;
    color: #fff;
    font-family: var(--zf-primary-semibold);
}

.webinar-nav li a::after {
    background: none;
}

/*Seminars*/
.one-banner {
    width: 100%;
    max-width: 600px;
    background: #fac700;
    color: #000;
    padding: 12px 20px;
    line-height: normal;
    margin: -5px auto 40px auto;
    border: 1px solid #f2f1f1;
    -webkit-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 7px 5px 20px 2px rgba(0, 0, 0, 0.06);
    display: none;
}

.ccode-us .one-banner {
    display: none;
}

.one-banner p {
    text-align: center;
    font-size: 21px;
    max-width: 270px;
    margin-left: 0;
    margin-top: 5px;
    color: #000;
    display: block;
    margin: 0 auto;
    line-height: 26px;
}

.one-banner&gt;div:nth-child(3) {
    text-align: right;
}

.one-banner p a {
    background: #fff;
    padding: 5px;
    display: inline-block;
}

.one-banner img {
    max-width: 110px;
}

.one-banner a {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
    background: #f0483e;
    color: #fff;
    padding: 8px 20px;
}

.one-banner&gt;div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.one-banner span {
    font-size: 31px;
    font-family: var(--zf-primary-semibold);
    position: relative;
    top: -5px;
    margin-left: 5px;
    display: block;
    margin-top: 2px;
}

/*Seminars*/

/*** Zoholics banner style IMAGE - Starts ***/

.zoholics-outer-wrap-img {
    max-width: 1100px;
    width: 85%;
    margin: 10px auto 50px;
    position: relative;
    overflow: hidden;
}

.zoholics-outer-wrap-img a {
    cursor: pointer;
    display: block;
}

@media only screen and (max-width: 991px) {
    .zoholics-outer-wrap-img {
        max-width: 480px;
    }
}

@media only screen and (max-width: 767px) {
    .zoholics-outer-wrap-img {
        margin-bottom: 10px;
        width: 80%;
    }
}

/*** Zoholics banner style IMAGE - ENDs ***/


@media only screen and (max-width: 767px) {
    .webinar-nav {
        max-width: 380px;
        margin: 0 auto 10px;
        overflow: hidden;
        width: 90%;
    }

    .webinar-nav li {
        width: 50%;
        float: left;
    }

    .one-banner&gt;div,
    .one-banner&gt;div:first-child,
    .one-banner&gt;div:last-child {
        display: block;
        text-align: center;
        width: 100%;
    }

    .one-banner {
        width: 80%;
        max-width: 480px;
        padding: 30px 15px;
        box-sizing: border-box;
    }

    .one-banner p {
        margin: 6px auto 20px;
        line-height: 1.6;
    }

    .one-banner&gt;div:nth-child(3) {
        text-align: center;
    }
}

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

    .field-new-webinar-links li:nth-child(1)&gt;a,
    .field-new-webinar-links li&gt;a {
        padding: 6px 40px;
    }
}


/*** Promotion ***/
.zpromotion {
    background: #0a0a0a;
    top: 0;
    position: relative;
    padding: 6px 0;
}

.other-lang .zpromotion {
    display: none;
}

.zpromotion.zmore {
    display: none;
}

.zpromotion p {
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-family: var(--zf-primary-semibold);
}

.zpromotion-wrap {
    margin: 0 auto;
    width: 80%;
    position: relative;
    z-index: 99;
    text-align: center;
}

.zpromotion a {
    text-decoration: underline;
    color: #49c6ff;
}

.zpromotion a span {
    color: #fff;
    text-decoration: underline;
}

.zpremoclose {
    right: 22px;
    top: 0px;
    width: 20px;
    height: 20px;
    opacity: 1;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    position: absolute;
    cursor: pointer;
    font-size: 4px;
    bottom: 0;
    margin: auto;
    text-indent: -999999px;
}

.zpremoclose:before,
.zpremoclose:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 11px;
    width: 2px;
    background-color: #000;
    top: 5px;
}

.zpremoclose:after {
    transform: rotate(-45deg);
}

.zpremoclose:before {
    transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
    .zpromotion {
        top: 0px;
    }

    .zpromotion a {
        display: inline-block;
    }

    .zpromotion-wrap {
        padding-right: 50px;
    }
}</pre></body></html>