/*menu overwrtten*/

.zw-product-header,.banner {
    background: var(--zcr-dark-bg)
}
.pagewrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pagewrapper .content-wrap {
    padding: 90px 0;
}
.banner {
    text-align: center;
    color: #fff;
}

h2 {
    font-size: 24px
}

.zspeak-cr-logo {
    background: url(//www.zohowebstatic.com/sites/zweb/images/productlogos/creator.svg) no-repeat;
    width: 160px;
    height: 50px;
    margin: 0 0 20px;
}

.forrester-logo,
.intellyx-logo {
    height: 84px;
}

.flex-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 364px));
    gap: 30px;

}

.analyst-ctgry {
    font-size: 10px;
    font-family: var(--zf-primary-semibold);
    border: 1px solid #b6cdff;
    border-radius: 50px;
    padding: 6px 10px;
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
    background: #d5e0f9;
}

.forrester-cnt {
    margin: 30px 0;
}

.flex-wrap>div {
    padding: 30px;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 30px 0px rgb(0 0 0 / 12%);
    box-shadow: 0 0 30px 0px rgb(0 0 0 / 12%);
    position: relative;
    border-radius: 5px;
}

span.year-speak {
    font-size: 34px;
    font-family: var(--zf-primary-extrabold);
    display: block;
    padding-left: 10px;
    margin-bottom: 30px;
}

.banner a.act-btn {
    margin-top: 10px
}

.block1 .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left-nav-panel {
    width: 10%;
}

.left-nav-panel .nav-panel-list {
    position: sticky;
    top: 70px;
}

.block-wrap {
    width: 90%;
}

.cnt-block {
    margin-bottom: 60px
}

.cnt-block.yr-2022.hid {
    margin-bottom: 0px
}

.block1 .content-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.left-nav-panel li {
    cursor: pointer;
    margin-bottom: 10px;
    font-family: var(--zf-primary-semibold);
    font-size: 20px;
}

.block-wrap {
    position: relative;
}

.event-type-select {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 200px;
    height: auto;
    top: 0px;
    border: 1px solid #cbcbcb;
    font-family: var(--primaryfont-semibold);
    padding: 10px;
    cursor: pointer;
    background: #f5f6f7;
    border-radius: 6px;
}

.left-nav-panel li.active {
    color: var(--zcr-link-clr)
}

.left-nav-panel li.active span {
    border-bottom: 1px solid var(--zcr-link-clr)
}

.cnt-block div img {
    max-height: 60px;
    max-width: 180px;
    margin-bottom: 20px;
    display: block;
}

.cnt-block p {
    font-size: 16px
}

.flex-wrap>div.hidden {
    display: none;
}

.analyst-ctgry.rch {
    background: #ffd5d2;
    border: 1px solid #ff9c9c;
}

.analyst-ctgry.cas-stdy {
    background: #abe4ff;
    border: 1px solid #5bcaff;
}

.analyst-ctgry.insts {
    background: #ffcc9f;
    border: 1px solid #ffb676;
}

.analyst-ctgry.vid-view {
    background: #f1ffaa;
    border: 1px solid #e9ff79;
}

.analyst-ctgry.prd-rvw {
    background: #dad8ff;
    border: 1px solid #8e88ff;
}

.analyst-ctgry.blg-prt {
    background: #ffd5d8;
    border: 1px solid #ff858d;
}

.analyst-ctgry.web-nr {
    background: rgb(212 253 223);
    border: 1px solid #72ff94;
}

@media(max-width:1280px) {
    .nuclear-research-logo {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .main-container-wrapper #mini-panel-product_menu .content-wrap>.product-nav-links li {
        margin: 0 10px 0 10px;
    }
}

@media all and (min-width:1200px) {
    .footer-sec-wrap.two-column .content-wrap {
        min-height: 730px;
    }

    .main-container-wrapper #mini-panel-product_menu {
        min-height: 70px
    }
}

@media all and (min-width:1400px) {
    .act-btn {
        padding: 10px 30px
    }

    .banner a.act-btn {
        margin-top: 20px
    }
}

@media all and (min-width:768px) and (max-width:992px) {
    .pagewrapper .content-wrap {
        padding: 60px 0
    }


    .bnr-inner {
        left: 0;
    }

    span.year-speak {
        padding-left: 30px
    }
}

@media all and (max-width:991px) {
    .flex-wrap {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));

    }
}

@media all and (max-width:767px) {
    .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header .product-title a {
        color: #fff;
    }

    .banner .content-wrap {
        background-size: 100% auto;
        background-position: 0px 100px;
    }

    .event-type-select {
        left: 0px;
        top: 50px;
    }

    .pagewrapper .content-wrap {
        max-width: 420px;
        padding: 60px 0
    }

    .banner .content-wrap {
        padding-top: 40px;
    }

    .bnr-inner {
        left: auto;
        top: auto;
    }

    .flex-wrap>div {
        width: 100%;
        margin: 15px 0;
        padding: 30px
    }

    span.year-speak {
        padding-left: 10px;
        font-size: 28px;
        margin-bottom: 60px;
        margin-top: 0px;
    }

    .left-nav-panel {
        display: none
    }

    .block-wrap {
        margin: 0;
        float: none;
        width: 100%
    }

    .flex-wrap a {
        position: static;
    }
}