*,
*:before,
*:after {
    box-sizing: border-box;
}

.select_location select::-ms-expand {
    display: none;
}

.content-wrap {
    max-width: 1170px;
}

.zhead-menu {
    background: #fff;
    width: 100%;
    float: left;
    box-shadow: 1px 1px 24px -1px #ddd;
}

.zhead-menu ul {
    float: left;
}

#mini-panel-product_menu .menu-icon-help-header .product-title a,
#mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a,
#mini-panel-product_menu .product-nav-links .menu>li>a,
#mini-panel-product_menu .product-nav-links .menu>li {
    color: #fff;
}

.main-container-wrapper #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active,
.main-container-wrapper .product-header-top #mini-panel-product_menu .menu-icon-help-header+.product-nav-links li a.active,
.product-nav-links .menu li a.active {
    box-shadow: 0 -2px 0 #fff inset;
}

.expanded.dropdown .caret {
    background-position: -168px 0px;
}

.product-header-top .expanded.dropdown .caret {
    background-position: -168px -6px;
}

.zmenu-inner {
    width: 100%;
    float: left;
}

.zhead-menu ul li {
    float: left;
    padding: 0 0;
    margin-right: 40px;
    font-size: 15px;
    position: relative;
}

.zhead-menu ul li a {
    color: #777;
    padding: 15px 0;
    display: inline-block;
    font-family: var(--zf-primary-bold);
}

.zhead-menu ul li.zactive a,
.zhead-menu ul li a:hover {
    color: #000;
}

.zhead-menu ul li.zactive:before {
    position: absolute;
    content: '';
    background: #02a9f5;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.zpov-banner {
    background: #015fa9;
    width: 100%;
    display: inline-block;
    padding: 30px 0 0px 0px;
}

.zpov-banner.zpov-banner-full {
    padding: 110px 0 50px 0;
    margin-top: -80px;
}

.zpov-banner .zpov-fixed span.zupcoming-web {
    background: #ffd600;
    border-radius: 3px;
    font-size: 11px;
    font-family: var(--zf-primary-semibold);
    text-transform: uppercase;
    padding: 2px 10px;
    clear: left;
    display: inline-block;
    color: #000;
    margin-bottom: 20px;
}

.zpov-banner .zpov-fixed .zpov-content {
    width: 67%;
    color: #fff;
    position: relative;
    transition: .25s ease;
    top: 0;
    display: table-cell;
    vertical-align: bottom;
    padding-right: 100px;
}

.zpov-banner .zpov-fixed .zpov-content.zpov-content-full {
    width: 100%;
    padding-right: 0;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: block
}

.zpov-img {
    display: table-cell;
    width: 23%;
    vertical-align: bottom;
}

.zpov-img img {
    vertical-align: bottom
}

.zpov-banner .zpov-fixed .zpov-content>span,
.zpov-banner .zpov-fixed .zpov-content>h1,
.zpov-banner .zpov-fixed .zpov-content>h4,
.zpov-banner .zpov-fixed .zpov-content>p {
    position: relative;
}

.zpov-banner .zpov-fixed .zpov-content h4 {
    font-family: "Roboto Slab";
}

.zpov-banner .zpov-fixed .zpov-content h4 span {
    font-weight: 700;
    font-style: normal;
}

.zpov-banner .zpov-fixed .zpov-content .cta-btn {
    display: inline-block;
    font-family: var(--zf-primary-semibold), Arial, Helvetica, sans-serif;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0 20px;
    background: #f0483e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
}

.slick-dots li.slick-active {
    background: #ffd600;
    width: 8px;
    height: 8px;
    border: 1px solid #ffd600;
}

.slick-dots li {
    background: #80a5c9;
    border-color: #80a5c9;
}

ul.slick-dots {
    position: absolute;
    bottom: 30px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.select_location {
    position: relative;
    float: right;
    margin-top: 8px;
}

.select_location label {
    font-size: 15px;
    float: left;
    margin-top: 7px;
}

.select_location select {
    border: 0px solid #999;
    background: transparent !important;
    color: #000;
    padding: 8px 40px 8px 12px;
    width: auto;
    display: block;
    margin: 0px 0 0;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 1;
    transition: 0.5s ease;
    border-radius: 0;
    font-weight: bold;
    float: right;
    cursor: pointer;
}

.zhead-right {
    float: right;
}

.zhead-left {
    width: 50%;
    float: left;
}

.zhead-left h1 {
    font-family: var(--zf-primary-regular);
    font-size: 34px;
}

.select_location::after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 14px;
    top: 17px;
    content: "";
    display: block;
}

.zwebinar-head {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.zhead-right span {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    font-family: var(--zf-primary-semibold);
    margin-left: 30px;
}

.zwebinar-ind-innerwrap .zwebind-left {
    float: left;
    width: 700px;
    padding-right: 20px;
}

.zwebinar-ind-innerwrap {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    padding-top: 60px;
    padding-bottom: 100px;
}

.zwebinar-ind-innerwrap .zwebind-div h2 {
    font-family: var(--zf-primary-extrabold);
}

.zwebinar-ind-innerwrap .zwebind-div {
    margin-bottom: 60px;
}

.zwebinar-ind-innerwrap .zweb-speaker-div .zweb-speaker-div-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 10px;
}

.zwebinar-ind-innerwrap .zweb-speaker-div h3 {
    font-size: 28px;
    font-family: var(--zf-primary-bold);
}

.zwebinar-ind-innerwrap .zweb-speaker-div h3 span {
    font-family: var(--zf-primary-regular);
}

.zwebinar-ind-innerwrap .zwebind-right iframe {
    float: right;
    width: 100%;
    height: 100%;
    margin-top: 30px;
}

.zwebinar-ind-innerwrap .zwebind-right {
    float: right;
    width: 380px;
    height: 650px;
}

.forms-tab-title ul li,
.zwebind-right iframe {
    display: none;
}

.forms-tab-title ul li {
    display: inline;
    margin-right: 40px;
    font-size: 19px;
    font-family: var(--zf-primary-bold);
    cursor: pointer;
}

.forms-tab-title ul li.active {
    border-bottom: 3px solid #03a9f5;
    padding-bottom: 7px;
}

.zmenu-inner .menu-select {
    display: none;
}

.zwebinar-section {
    width: 100%;
    display: inline-block;
}

.footer-wrapper .bottom-promo {
    display: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .zhead-left {
        width: auto;
    }
    .zwebinar-ind-innerwrap .zwebind-left {
        width: 560px;
    }
    .zhead-menu ul li {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .zwebinar-ind-innerwrap .zwebind-left {
        width: 330px;
    }
    .zhead-left {
        width: auto;
    }
    .zhead-left h1 {
        font-family: var(--zf-primary-regular);
        font-size: 27px;
    }
    .select_location {
        position: relative;
        float: none;
        margin-top: 8px;
        margin: 20px auto 10px;
        display: table;
    }
    .zhead-menu ul {
        float: none;
        margin: 0 auto;
        display: table;
    }
}

@media only screen and (max-width: 767px) {
    .zph-sticky .main-container-wrapper #mini-panel-product_menu {
        background: #fff;
    }
    #mini-panel-product_menu .product-nav-links .menu>li>a {
        color: #000;
    }
    .zwebinar-ind-innerwrap .zwebind-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .zwebinar-ind-innerwrap .zwebind-right {
        float: none;
        margin: 0px auto;
        display: table;
        width: 330px;
    }
    .forms-tab-title ul li {
        font-size: 15px;
    }
    .zhead-left {
        width: auto;
    }
    .zhead-left h1 {
        font-family: var(--zf-primary-regular);
        font-size: 27px;
    }
    .select_location {
        position: relative;
        float: none;
        margin-top: 8px;
        margin: 20px auto 10px;
        display: table;
    }
    .zhead-menu ul {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .select_location select {
        width: 140px;
    }
    .zhead-right {
        float: right;
        width: 100%;
    }
    .zhead-right span {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .zhead-menu ul {
        width: 100%;
    }
    .zhead-menu ul li {
        float: left;
        margin-left: 0;
        font-size: 13px;
        margin-right: 10px;
    }
    .select_location {
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        text-align-last: center;
        border: 0px;
    }
    .zhead-menu ul {
        float: none;
        margin: 0 auto;
        display: table;
    }
    .zhead-menu ul li:last-child {
        margin-right: 0;
    }
    .menu-select {
        text-align: center;
        margin: 20px auto;
        display: table;
        position: relative;
    }
    .menu-select select {
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
        text-align-last: center;
        background: transparent;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 0px;
    }
    .menu-select select option {
        text-align: center;
        margin: 0 auto;
        text-align-last: center;
    }
    .menu-select:after {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #000;
        position: absolute;
        right: 14px;
        top: 10px;
        content: "";
        display: block;
    }
    .zhead-menu ul {
        display: none;
    }
    .zmenu-inner .menu-select {
        display: table;
    }
}

@media only screen and (max-width: 480px) {
    .select_location {
        width: 100%;
        position: relative;
        float: right;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .zhead-right {
        float: right;
        width: 100%;
    }
    .zhead-right span {
        margin-left: 0;
        margin-bottom: 15px;
    }
    .select_location select {
        padding: 11px 18px 8px 12px;
        font-size: 11px;
    }
    .select_location::after {
        right: 1px;
    }
    .zhead-menu .content-wrap {
        width: 95%;
    }
}