/*
.kb-front-main-div {
    background-color: red;
}

.kb-front-main-div:before, #inner-container:before {
    content: "";
    display: table;
    clear: both;
    width: 100%;
    height: 50px;
    background-color: green;
}
*/

.kbx-category-list {
    margin-bottom: 30px;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-flow: wrap;
    display: -webkit-flex; /* Safari */
    -webkit-flex-flow: wrap; /* Safari 6.1+ */

}

.kbx-category-list .kbx-category-box {
    width: 33.33%;
    box-sizing: border-box;
    /*padding: 10px;*/
    position: relative;
}

/*.kbx-category-list .kbx-category-box a:before {*/
/*box-sizing: border-box;*/
/*transform: translateX(100%);*/
/*content: '';*/
/*position: absolute;*/
/*bottom: 0;*/
/*left: 0;*/
/*width: 99.5%;*/
/*height: 2px;*/
/*border-bottom: 2px solid transparent;*/
/*border-left: 2px solid transparent;*/
/*}*/

/*.kbx-category-list .kbx-category-box a:after {*/
/*transform: translateX(-100%);*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 99.5%;*/
/*height: 2px;*/
/*border-top: 2px solid transparent;*/
/*border-right: 2px solid transparent;*/
/*}*/

/*.kbx-category-list .kbx-category-box:hover a:before {*/
/*transition: .1s transform linear, .1s height linear .1s;*/
/*transform: translateX(0);*/
/*height: 100%;*/
/*border-color: #4381b5;*/
/*}*/

/*.kbx-category-list .kbx-category-box:hover a:after {*/
/*transition: .1s transform linear .2s, .1s height linear .3s;*/
/*transform: translateX(0);*/
/*height: 100%;*/
/*border-color: #4381b5;*/
/*}*/
.kbx-category-list .kbx-category-box .kbx-cat-box-inn a{
    text-decoration: none;
}
.kbx-category-list .kbx-category-box .kbx-cat-box-inn {
    text-align: center;
    display: block;
    /*box-shadow: 0 0 5px #F5F5F5;*/
    border: 1px solid #e0e0e0;
    margin: 10px;
    padding: 1.5em 1em;
    /*cursor: pointer;*/
    vertical-align: top;
    /*border-radius: 3px;*/
    position: relative;
    overflow: hidden;
    transition: 0.2s;
    color: inherit;
}
.kbx_child_term_lists{    
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 10px;
    position: relative;
}
.kbx-child-section{
    margin: 5px;
    /*margin-bottom: 20px;*/
}
.kbx-child-section img{
    max-width: 40px;
    border-radius: 100%;
}
.kbx-child-section > a{
    display: inline-block;
    
}
.kbx-child-section > a:hover .kbx_child_term_desc{
    display: block;
}
.kbx-child-section .kbx_child_term_desc{
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999999;
    width: 250px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);
    background: #5d88d1;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
.kbx-child-section.kbx-child-section-img-blank .no-img-icon{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #e6e6e6;
    border-radius: 100%;
}
.kbx-category-list .kbx-category-box:hover .kbx-cat-box-inn {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12);

}

.kbx-category-list h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin: 25px 0 5px;
}

.kbx-category-list .category p {
    color: #b3b3b3;
    position: relative;
    z-index: 99;
}

.kbx-category-list .category .article-count {
    color: #4381b5;
    margin-top: 15px;
}

.kbx-section-feature-image {
    /*width: 80px;*/
    /*border-radius: 100%;*/
    /*overflow: hidden;*/
    /*padding: 2px;*/
    background: #fff;
    /*border: 1px solid #f5f5f5;*/
    display: table;
    margin: 0 auto;
    line-height: 0;
    max-height: 150px;
    min-height: 10px;
}

/*.kbx-section-feature-image img {*/
/*overflow: hidden;*/
/*transition: 0.5s;*/
/*}*/
/*.kbx-category-list .kbx-category-box:hover img {*/
/*transform: scale(1.5);*/
/*}*/

.kbx-category-box .article-count {
    position: absolute;
    background-color: red;
    color: #ffffff;
    right: 20px;
    padding: 2px;
    top: 0px;
    /*box-shadow: -2px 3px 3px #ccc;*/
    /*height: 50px;*/
    /*width: 50px;*/
    height: 40px;
    width: 40px;
    line-height: 46px;
    font-size: 20px;
}

.kbx-category-box .article-count:before, .kbx-category-box .article-count:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;

}

.kbx-category-box .article-count:before {
    border-top: 15px solid red;
    border-left: 25px solid transparent;
    bottom: -15px;
    right: 0;
}

.kbx-category-box .article-count:after {
    border-top: 15px solid red;
    border-right: 25px solid transparent;
    bottom: -15px;
    left: 0;
}

.kbx-sticky-post.kbx-category-box .article-count{
    background: #469aef;
}
.kbx-sticky-post.kbx-category-box .article-count:before,
.kbx-sticky-post.kbx-category-box .article-count:after{
    border-top: 15px solid #469aef;
}
/*#docsSearch {*/
/*background: #f4f7f9;*/
/*border: 1px solid #DFDFDF;*/
/*}*/

#docsSearch {
    /*background: #F5F5F5;*/
    /*border: 1px solid #DFDFDF;*/
    margin-bottom: 3em;
    /*padding: 1.5em 0;*/
    z-index: 999;
    transition: 0.5s;
}

/*#docsSearch:hover {*/
/*box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);*/

/*}*/

#searchBar {
    text-align: center;
    padding-top: 3em;
    position: relative;
    min-width: 300px;
    margin: 0 auto;
    transition: 0.5s;
}

#searchBar .search-query {
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#searchBar .search-query {
    /*border-radius: 5px;*/
    font-size: 18px;
    line-height: 22px;
    width: calc( 100% - 180px);
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#searchBar button,
.kbx_ask_question_button {
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: 18px;
    padding: 0 1.5em;
    width: 80px;
    box-sizing: border-box;
    height: 50px;
    margin-left: -6px;
    background-color: #168eea;
    border: 1px solid transparent;
    cursor: pointer;
}
.kbx_ask_question_button{
    width: 80px;
    border-radius: 5px;
    margin-left: 0;
    line-height: 48px;
    font-size: 21px;
    float: right;
    position: relative;
}
.kbx-ask-a-question-tooltip{
    z-index: 99;
}
.kbx_ask_question_button:hover .kbx-ask-a-question-tooltip{
    display: block;
}
.kbx-ask-a-question-tooltip-inn {
    position: relative;
    padding: 5px;
}
.kbx-ask-a-question-tooltip-inn:before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(79, 126, 173, 0.5);
}
.kbx-ask-a-question-tooltip{
    position: absolute;
    top: 120%;
    left: -50px;
    width: 180px;
    background: #fff;
    color: #000;
    border: 1px solid #eaeaea;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    height: auto;
    font-size: 16px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    text-align: center;
    line-height: 28px;
    display: none;
}
.kbx-ask-question-ajax-error-message{
    display: none;
    color: red;
    margin: 15px 0;
    font-size: 14px; 
    border: 1px solid red;
    padding: 5px 10px;
}
#captcha-container{
    float: left;
    max-width: 250px;
}
.kbx-captcha{
    overflow: hidden;
}
.kbx-captcha-reload {
    display: block;
    width: 25px;
    height: 100%;
    vertical-align: middle;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}

.kbx-captcha-reload img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 5px auto;
}
#searchBar button:hover,
.kbx_ask_question_button:hover {
    background: #137ac9;
}
#searchBar{
    position: relative;
}
#searchBar:after{
    position: relative;
    content: '';
    display: block;
    height: 1px;
    clear: both;
    width: 100%;
}
section.kbx-articles {
    box-sizing: border-box;
    padding: 0 100px;
}

.kbx-category-list .category:hover {
    text-decoration: none;
    background: #f8f8f8;
}

#serp-dd {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px rgba(100, 100, 100, 0.2);
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999999999;
}

#serp-dd .result {
    margin: 0;
    max-height: 485px;
    overflow: auto;
}

#serp-dd .result > li:first-child {
    margin-top: 5px;
}

#serp-dd .result > li {
    list-style: outside none none;
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}

#serp-dd .result a {
    display: block;
    font-size: 15px;
    padding: 7px 15px;
}

#serp-dd .result a:hover {
    background: #f3f3f3 none repeat scroll 0 0;
    color: #4381b5;
    text-decoration: none;
}

#kbx-query {
    padding-left: 15px;
}

#kbx-query.searching {
    background: #fff url("../ripple.gif") no-repeat scroll 80% center;
}

#categoryHead{
    overflow: hidden;
}
#categoryHead .sort select,
.kbx_taxonomy_filter select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-family: inherit;
    padding: 0.428571rem;
}
.kbx_taxonomy_filter{
    float: left;
}

/*Widget*/
.kbx-widget-articles {
    padding-left: 0;
}

.kbx-widget-articles li {
    display: inline-block;
    font-size: 14px !important;
    line-height: 21px !important;
    list-style: outside none none;
    margin-bottom: 7px;
    margin-left: 0;
}

.kbx-widget-articles li i {
    margin-right: 3px;
}

/*Widget: Tag Cloud*/
.kbx-tag-cloud a {
    background-color: #ddd;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px 8px;
    text-decoration: none;
}

.kbx-tag-cloud a:hover {
    background-color: #999;
    color: #c3251d;
}

/*Breadcrumb*/
.kbx-breadcrumbs {
    display: block;
    margin: 0 0 19px 0 !important;
    padding: 0 !important;
}

.kbx-breadcrumbs li, .kbx-breadcrumbs li a {
    font-size: 14px;
}

.kbx-breadcrumbs li {
    display: inline-block;
    margin-right: 6px;
}

/*Floating Search Widget - Start*/
.kbx-fes-widget-wrapper {
    border: medium none;
    bottom: 89px;
    /*height: 220px;*/
    width: 450px;
    position: fixed;
    right: 15px;
    top: auto;

    z-index: 1050;
}

.kbx-fes-widget-main.visible {
    bottom: 16px;
    display: block;
    /*opacity: 1;*/
}

.beacon-wrapper {
    position: relative;
}

.kbx-fes-widget-main {
    box-shadow: 0 0 1px rgba(76, 86, 103, 0.25), 0 2px 18px rgba(31, 37, 50, 0.32);
    background-color: #fff;
    border-radius: 4px;
    outline: 0 none;
    /*overflow: hidden;*/
    display: none;
    bottom: 0;
    /*opacity: 0;*/
    /*position: absolute;*/
    /*right: 10px;*/
    transition: opacity 0.2s ease-out 0s, bottom 0.2s ease-out 0s;
    /*visibility: visible !important;*/
    width: 92%;
    max-width: 450px;
    border: 2px solid rgba(22, 142, 234, 0.45);
}

.kbx-fes-widget-main .kbx-fes-search-form-input, input.kbx-fes-search-form-input {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    border: 0 none;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    line-height: 18px;
    padding: 0 60px 0 25px;
    width: 100% !important;
    outline: 0 none !important;
}

.kbx-fes-widget-main .kbx-fes-search-form-submit {
    border: 0 none;
    display: block;
    height: 22px;
    opacity: 0.7;
    position: absolute;
    right: 20px;
    text-indent: -9000px;
    top: 16px;
    width: 24px;
    background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA0VJREFUeNrUmE1oE1EQx3eTgrUYRS059GLtRcGqOQhSsKZ6EE09qVS0F8FDRVCwSkGDFrFecvVi8KCXFiriqcae1EZBPCVqBT1UKwoqKH5UtAdjnKH/wDLspvte3i7rwD+w8/bN++1mdt6HXSqVrChZKpWq296kETNJypDSpE5SO2k52n6QZknTpCnSJOmjyQdSAe4mDZF21+nXCm0hHSFVSHdJOdJDE8AxH/d0kCZIRdJexYeMo08RMTqCBj5E4iTvNfByehHrcFDAF0hjjvx02nPSMGknqY20BGqDbxj3SONYo4itZbZHlThHuuzi5zzMKuQj5/0IabtL23m0KVWJmEcaSNh50jFUBpWPh+/tQd950XYJYzWUEmtJeeH7hr+Z/VWNf7GKvhzjq2jLY0xt4CukhOP6N8rYYwMfHcfYQ/rl8CUwphbwNpdqMEh6YrDuc6xTLtWjWwd4yCX/8gHMvtdQl512RhU4ib/LaVnNnPWT01nhy4DBN3BGzGDPTE2lHvaI9FQsETIqwGnhvx3CwkyO0aMC3Cn8xRCA5RgbVIDbhf9lCMCvXOYA38AJ4f8SArAcI6ECbFv/idWA54R/dQhjyzHmVIDfCP/6EIDXietZFeAXLsvCoE0uOadVgB8I//4QgPeJ6ykVYN4o/nH4N2ExFJRx7M2Oax67oAL8CVtyp40EVD1sl53GJBiUVms50cbT9UAAwEddlgI53T3dhFgT8wJ+h8E18VbSPVKLw1dQ2ZXLHcdJUQ+XImCXAdgufCstovaeaGSL9BobRqetwlsZ0MxpG305xkrRdgNjNnQuMeZybtBMuoryp1Kj+d776Nvs0n6c1GfiXKJ2kHLRo40PSW5hkc8ru8/wt2KWZNADpI0+GCo4DbrZKLCFQLyvW2boo/tJuo43G9eBXuxsjdODj2LuGIAtIBZ/2P2ArFkcY/U1Csw2Yy2cQKZR9ioKkH/RJ43SNQP/uC60rXECn8TgtQPtNaQVaPtOeouFTBFl7EOdWAethcNBmR79eCgjwKZNCdquVquhUJXLZSPQMSsa5pXTo3iYyAH7ho4S8GLQu6IIXA/6dFSBvaDf8U+TFV0bx1TO58nvSWejVNZ82z8BBgA9W8X/uXirKgAAAABJRU5ErkJggg==") no-repeat scroll 0 0 / 94% auto;
}

.kbx-fes-widget-main .search-spinner {
    height: 16px;
    position: absolute;
    right: 52px;
    top: 18px;
    width: 16px;
}

.hidden {
    display: none;
}

.double-bounce1, .double-bounce2 {
    background-color: #168eea;
}

.double-bounce1, .double-bounce2 {
    animation: 2s ease-in-out 0s normal none infinite running bounce;
    border-radius: 50%;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
}

.kbx-fes-content.kbx-fes-results {
    margin-top: 0;
    max-height: 400px;
    min-height: 120px;
    font-size: 13px;
    padding: 30px 20px;
    border-top: 1px solid #e6e6e6;
    overflow-y: scroll;
}

.kbx-fes-content {
    box-sizing: border-box;
    font-size: 14px;
    overflow: auto;
    padding: 15px 25px;
    position: relative;
}

.fes-search-actions {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #e6e6e6;
    bottom: 0;
    box-sizing: border-box;
    height: 68px;
    position: absolute;
    width: 100%;
}

.pc-close-me {
    bottom: 13px;
    position: absolute;
    right: 23px;
}

.close-it {
    font-size: 14px;
    text-decoration: underline;
    color: #168eea;
    outline: 0 none !important;
}

.search-empty, .search-error {
    text-align: center;
    color: #888;
    padding: 15px;
}

.kbx-widget-trigger-wrapper {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    bottom: 12px;
    height: 80px;
    position: fixed;
    right: 18px;
    top: auto;
    width: 80px;
    z-index: 1050;
}

.widget-trigger, .widget-trigger.open {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.widget-trigger {
    border: 0 none;
    border-radius: 100%;
    bottom: 12px;
    display: block !important;
    height: 54px;
    opacity: 1;
    outline: 0 none;
    position: absolute;
    right: 12px;
    text-indent: -9000px;
    transition: all 0.2s ease-out 0s;
    width: 54px;
    cursor: pointer;
}

.widget-trigger, .widget-trigger:hover, button.widget-trigger:hover {
    background-color: #168eea !important;
}

.widget-trigger:hover, button.widget-trigger:hover {
    background-color: #168eea !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABzlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9YkN6lAAAAmXRSTlMAAQIDBAUGBwgKCwwNDxAREhUWGhwdHiIkJSkrLS4vMDEyMzU2Nzg5Ozw+P0BBQkNERUZHSElKS0xOUlRWV1hZW11gYmRlZmlqb3Bzdnp9gIGCg4SFkZWWmJmanp+goqOnrK2vsLK4ubq9v8DBxMXGx8jNz9DR0tPU1dbY2dvc3d7f4uTn6Onq6+zt7u/x8vP09fb3+fr7/P1lxqCiAAADL0lEQVR4Ad2U7V8bRRDH5y6tVmwOG22t1jaxaorQ+mClEkpMTKU1pVoLARSQCEgENKDGIKCgQRAfgpwo6O+/dWaj98kll9tT3vX7ZjJzn29udm92qRkjmp1Y3LYBe3txIhs1KDjx0R242BmNBzPN6yV4ULpu6t2OMlpQ7tCobWOocVjMpWJnLOtMLJUrHqLGWJufe24ViqX+cH053L8Exeq51u6VXQjzndRE5zyE3Sut3MQBmK0+8iS5BeYgQZ5cVu5chBx6f8SvK1O3nyRFZE7Zlz3Xq3oeNutKP6HGF5ljkprDqnOPdbepvbrrGrNf8C+VHhLuql1r3vMx9d6GZTo2MPmwVNS73290L6n1muTGaH+ie+hLKJYflc7Vui+RC7Ms+xwhTy7OQNgQOyJ7Xna/pBdMklrx0vfq3dJ5Ekyv62lJZoNac+pztW5iZFpKVMdzYLrIh4eULXveBebZukcjMs/kyynpvHKcf8mcj5CDIWe/n/x5EUyGf9zk+IPh1M/LGQyThmmZNY5hOaFPOeUsZ0XS8TQYmfMix6xTHucsR1rkk9zmmOM47lTlr1J6+V0A0xxTrka3OYvp5VcBrHGMyTQ6VZuz03r5cQA2x9MSnSoYSy9bYJz4H2WjClSb5N84eYz0pPf20v+0/btrwy5QAEIhYi7IiDm1zzjro8D0uU7CB5zdCy7fA5B3sgHOPgkuf+oaz6jcxyeDuiflfn/GSc2f1WkLSAbATsh97y4ElRcAvFeXd4CJB3PjYDrrZ2cFQCGY/DGAsqvyOphEEDcB5g336KwB2GzXu+2bcoGb7uILYGYMnWvMgHm5sTwJZkgn58CMN3/6dTAD/u4AmA2Lmojugxn063kQzP558uDaIZipcCs3PAXhr7T3Wf8TTKXb2+2uAH72a/sQZmPURGwWwh8+9sVvoSgkT9SXTyQLUHwXfcvHDn+IGnbhTs9ZyzCssz13CjZq5B8huuVj09V1tODra/xYYx/PeOrfvHmMSG+T+Urehovd/FWDBK0tPPD8O9PLtpqJrz56u+tBqTXaNzXHwLJC5IWycYu03Jf2jaPYVfq/9lFkulGtpv8GKZTo93xScDgAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
}

.widget-trigger {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABlVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////gR4oeAAAAhnRSTlMAAQcICQoLDA8QERITFhgaGxwfISIkJigpKywyNDU2Nzg5Ojs+P0RFRkdISUpLTU5PUllcXV5fYmRmaGltbm9wcnN0eHl6e32BgoOJm52eoKGio6avsLGztLW2t7i5uru8vr/AyMnMz9DR1NXY2tvc3d7f4uPk5ujq6+7v8fL19/j6+/z9/llTd/4AAAPISURBVHgBrZf7WxM5FIa/ivViq2zVUhXrncsiSL3jBa1SFEEtit1KVRRRilrwwqKoiwq05+/ec8KwJzPNsPA8vj8kz5fp26RpJpmBm1hmsDA1XyWqzk8VBjMxrJtkbrJGPmqT/Umsg0j3c3LyvDuC/6GrTKGUuxDCkdIP+jRUIo8Pw71tqfiWLfFUW+/wB/IoDX2iH6UjCHCpSkol1wQfTbkKKdVL8HGFlLFWOGgdI+WKr19SziOE86RYfR81Y77WOC7V+wScJN4TM954zYz8KFYpeUOJhtnqRr2fWMIqP6VfINy2XEb6/gmPBmL+gMN2umgkpgEef+sFl62ufmQWqwyR2w53aciaMLcd7uqEdRG57GjLhZs3L7REHS7TBUOkTC77+zIZlr67XCpHIHSbdeX4esE5KLPWuiG8kPXs+2HxpxTgadw3HbLOX4BJEtMKy05UyPClePdu8QsZKgnLRSsxSQC35BKgdsy41XwahnS+auy4uoB85BaASa5zsGwz5koz/qO5YkZuucgR0SQQq3HdBLUNE9tgsW2CBHXRJLtiDKdlzwH8dsV2xa7YriA702kMcjkMv11tRoDmqt/FMMdBFLjshdqyJPKoIy/LRl30ci7gDZdt2hhd4nwIdRyStRbV3Mb5Dea5TGlji/y/cCD/d4vGFMd5yI+Ja+M5jo/h4DFfOKcxLlMDYrZq4w2O9+DgHl+4oXErMUE5y/E+HNznC9mgHBj2Wb3R/ciGcTY4bJmwfdp4Yq0JO6Fxn5mwKS7btXHzIufDqOMwNy9u1vwn5ymzSK5rY/Ifzg9Rx0NuXkhqvm4WyR0uH6g7R0wtjQDpGjFzaj/geAcZLj/arjATvDFmyKD2R06ZlVsyZbvCK7HVfUUGtVPmllzZDPotd3zU9J22xmz6HR237P6VzQB9XE9H1I3G3kldGzkmjYgcG6lJfheLWvY0EfUB2CvX2tUFEm/J8PVZPv/sKxneJgC12+Xb94IZE0ddZkeRAhR3AJYt9RiEU8Rcnlv/pj93mZhTax03336R4de3tY4bnHQfdA3Hz1y9euZ4g/ugOwmP4saP2OLvOdw/b/yx4jM8NhGzy+267F3EbPodj1IY3fhD3Kju6EuSs7tfqhtmv9ydlWrJOhd6SLmIEC6S0hP2yDzREUEdkc4J9yOz0LNIyszt/fCx//YMKYs9CHDw0cLy9MBf5DE7ku08sHP79p0HOrMjs+RRGJheXnh0ECF0vKZQXncgBNWf1MhB7YmthrOnr/6lrG8P1k0sM1Aor7wOlgsDYa+D/wJsSgtN20wRagAAAABJRU5ErkJggg==");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
}

.widget-trigger-search {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAABzlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9YkN6lAAAAmXRSTlMAAQIDBAUGBwgKCwwNDxAREhUWGhwdHiIkJSkrLS4vMDEyMzU2Nzg5Ozw+P0BBQkNERUZHSElKS0xOUlRWV1hZW11gYmRlZmlqb3Bzdnp9gIGCg4SFkZWWmJmanp+goqOnrK2vsLK4ubq9v8DBxMXGx8jNz9DR0tPU1dbY2dvc3d7f4uTn6Onq6+zt7u/x8vP09fb3+fr7/P1lxqCiAAADL0lEQVR4Ad2U7V8bRRDH5y6tVmwOG22t1jaxaorQ+mClEkpMTKU1pVoLARSQCEgENKDGIKCgQRAfgpwo6O+/dWaj98kll9tT3vX7ZjJzn29udm92qRkjmp1Y3LYBe3txIhs1KDjx0R242BmNBzPN6yV4ULpu6t2OMlpQ7tCobWOocVjMpWJnLOtMLJUrHqLGWJufe24ViqX+cH053L8Exeq51u6VXQjzndRE5zyE3Sut3MQBmK0+8iS5BeYgQZ5cVu5chBx6f8SvK1O3nyRFZE7Zlz3Xq3oeNutKP6HGF5ljkprDqnOPdbepvbrrGrNf8C+VHhLuql1r3vMx9d6GZTo2MPmwVNS73290L6n1muTGaH+ie+hLKJYflc7Vui+RC7Ms+xwhTy7OQNgQOyJ7Xna/pBdMklrx0vfq3dJ5Ekyv62lJZoNac+pztW5iZFpKVMdzYLrIh4eULXveBebZukcjMs/kyynpvHKcf8mcj5CDIWe/n/x5EUyGf9zk+IPh1M/LGQyThmmZNY5hOaFPOeUsZ0XS8TQYmfMix6xTHucsR1rkk9zmmOM47lTlr1J6+V0A0xxTrka3OYvp5VcBrHGMyTQ6VZuz03r5cQA2x9MSnSoYSy9bYJz4H2WjClSb5N84eYz0pPf20v+0/btrwy5QAEIhYi7IiDm1zzjro8D0uU7CB5zdCy7fA5B3sgHOPgkuf+oaz6jcxyeDuiflfn/GSc2f1WkLSAbATsh97y4ElRcAvFeXd4CJB3PjYDrrZ2cFQCGY/DGAsqvyOphEEDcB5g336KwB2GzXu+2bcoGb7uILYGYMnWvMgHm5sTwJZkgn58CMN3/6dTAD/u4AmA2Lmojugxn063kQzP558uDaIZipcCs3PAXhr7T3Wf8TTKXb2+2uAH72a/sQZmPURGwWwh8+9sVvoSgkT9SXTyQLUHwXfcvHDn+IGnbhTs9ZyzCssz13CjZq5B8huuVj09V1tODra/xYYx/PeOrfvHmMSG+T+Urehovd/FWDBK0tPPD8O9PLtpqJrz56u+tBqTXaNzXHwLJC5IWycYu03Jf2jaPYVfq/9lFkulGtpv8GKZTo93xScDgAAAAASUVORK5CYII=");
}

.widget-trigger.open, .widget-trigger.open:hover, button.widget-trigger.open:hover {
    background: #9a9c9d url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANBJREFUeNrs2zEKwkAQheHsFmltBO+W2tZL6Fls1INJtBCxS3B9IVNI+p3A8A882K2GL7sQmJBUSmkca6Mk5eXVMDvi9spDeSoHr6bJ8QTvys7WbzvNUMBloxTtiq5SAAECBAgQIECAAAECBAgQIECAAAFWAbbKWRmbebRXK8uq2Ws0UzvNRTvbRKwuB7+mecJdlKsyBIINZroxuuc1ARAgQIAAAQIECBAgQIAAAQIECBDgisD+b/2JCDw28zeDr3LyapqcfyvY2kPtvRr+BBgAr3dW/fZtoWAAAAAASUVORK5CYII=") no-repeat scroll center center / 30px auto;
}

.widget-trigger.open {
    border-radius: 0 100% 100%;
    transform: rotate(45deg);
}

.fes-search-terms {
    font-weight: bold;
}

.kbx-fes-alert {
    text-align: center;
    color: #ccc;
}

.kbx-fes-search-results-ul {
    padding: 0 !important;
    margin: 0 !important;
}

.kbx-fes-search-results-ul li {
    margin-bottom: 12px;
    list-style: none;
}

.kbx-fes-search-results-ul li a {
    font-size: 13px;
    color: #168eea !important;
    line-height: 17px;
}

.kbx-fes-search-results-ul li a:hover {
    color: #111 !important;
}

/*Floating Search Widget - Ends*/
/* KBX bot start */
.kbx-bot-articles-area {
    color: black
}

.kbx-bot-search-article-content {
    display: none;
}

.kbx-article-accordion {
    display: block;
}

/* KBX bot end */
/******************************
Metarial preloader start
******************************/
.load-bar {
    position: relative;
    bottom: 0;
    height: 5px;
    width: 100%
}

.load-bar-container {
    float: left;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.load-bar .load-bar-container:last-child {
    float: right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right
}

.load-bar-base {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #159756
}

#materialPreloader .color {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute
}

.base1 .red {
    background: #da4733;
    -webkit-animation: move_left_red 4s infinite linear;
    -moz-animation: move_left_red 4s infinite linear;
    -ms-animation: move_left_red 4s infinite linear;
    animation: move_left_red 4s infinite linear
}

.base1 .blue {
    background: #3b78e7;
    -webkit-animation: move_left_blue 4s infinite linear;
    -moz-animation: move_left_blue 4s infinite linear;
    -ms-animation: move_left_blue 4s infinite linear;
    animation: move_left_blue 4s infinite linear
}

.base1 .yellow {
    background: #fdba2c;
    -webkit-animation: move_left_yellow 4s infinite linear;
    -moz-animation: move_left_yellow 4s infinite linear;
    -ms-animation: move_left_yellow 4s infinite linear;
    animation: move_left_yellow 4s infinite linear
}

.base1 .green {
    background: #159756;
    -webkit-animation: move_left_green 4s infinite linear;
    -moz-animation: move_left_green 4s infinite linear;
    -ms-animation: move_left_green 4s infinite linear;
    animation: move_left_green 4s infinite linear
}

@-webkit-keyframes move_left_red {
    0% {
        -webkit-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_left_red {
    0% {
        -moz-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_left_red {
    0% {
        -ms-transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_left_red {
    0% {
        transform: translateX(100%)
    }
    100%,
    25%,
    50%,
    75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_left_blue {
    0%, 25% {
        -webkit-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_left_blue {
    0%, 25% {
        -moz-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_left_blue {
    0%, 25% {
        -ms-transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_left_blue {
    0%, 25% {
        transform: translateX(100%)
    }
    100%,
    50%,
    75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_left_yellow {
    0%, 25%, 50% {
        -webkit-transform: translateX(100%)
    }
    100%,
    75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_left_yellow {
    0%, 25%, 50% {
        -moz-transform: translateX(100%)
    }
    100%,
    75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_left_yellow {
    0%, 25%, 50% {
        -ms-transform: translateX(100%)
    }
    100%,
    75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_left_yellow {
    0%, 25%, 50% {
        transform: translateX(100%)
    }
    100%,
    75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -webkit-transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -moz-transform: translateX(100%)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_left_green {
    0%, 25%, 50%, 75% {
        -ms-transform: translateX(100%)
    }
    100% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_left_green {
    0%, 25%, 50%, 75% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0%)
    }
}

.base2 .red {
    background: #da4733;
    -webkit-animation: move_right_red 4s infinite linear;
    -moz-animation: move_right_red 4s infinite linear;
    -ms-animation: move_right_red 4s infinite linear;
    animation: move_right_red 4s infinite linear
}

.base2 .blue {
    background: #3b78e7;
    -webkit-animation: move_right_blue 4s infinite linear;
    -moz-animation: move_right_blue 4s infinite linear;
    -ms-animation: move_right_blue 4s infinite linear;
    animation: move_right_blue 4s infinite linear
}

.base2 .yellow {
    background: #fdba2c;
    -webkit-animation: move_right_yellow 4s infinite linear;
    -moz-animation: move_right_yellow 4s infinite linear;
    -ms-animation: move_right_yellow 4s infinite linear;
    animation: move_right_yellow 4s infinite linear
}

.base2 .green {
    background: #159756;
    -webkit-animation: move_right_green 4s infinite linear;
    -moz-animation: move_right_green 4s infinite linear;
    -ms-animation: move_right_green 4s infinite linear;
    animation: move_right_green 4s infinite linear
}

@-webkit-keyframes move_right_red {
    0% {
        -webkit-transform: translateX(-100%)
    }
    100%,
    25%,
    50%,
    75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_right_red {
    0% {
        -moz-transform: translateX(-100%)
    }
    100%,
    25%,
    50%,
    75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_right_red {
    0% {
        -ms-transform: translateX(-100%)
    }
    100%, 25%, 50%, 75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_right_red {
    0% {
        transform: translateX(-100%)
    }
    100%, 25%, 50%, 75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_right_blue {
    0%, 25% {
        -webkit-transform: translateX(-100%)
    }
    100%, 50%, 75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_right_blue {
    0%, 25% {
        -moz-transform: translateX(-100%)
    }
    100%, 50%, 75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_right_blue {
    0%, 25% {
        -ms-transform: translateX(-100%)
    }
    100%, 50%, 75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_right_blue {
    0%, 25% {
        transform: translateX(-100%)
    }
    100%, 50%, 75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_right_yellow {
    0%, 25%, 50% {
        -webkit-transform: translateX(-100%)
    }
    100%, 75% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_right_yellow {
    0%, 25%, 50% {
        -moz-transform: translateX(-100%)
    }
    100%, 75% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_right_yellow {
    0%, 25%, 50% {
        -ms-transform: translateX(-100%)
    }
    100%, 75% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_right_yellow {
    0%, 25%, 50% {
        transform: translateX(-100%)
    }
    100%, 75% {
        transform: translateX(0%)
    }
}

@-webkit-keyframes move_right_green {
    0%, 25%, 50%, 75% {
        -webkit-transform: translateX(-100%)
    }
    100% {
        -webkit-transform: translateX(0%)
    }
}

@-moz-keyframes move_right_green {
    0%, 25%, 50%, 75% {
        -moz-transform: translateX(-100%)
    }
    100% {
        -moz-transform: translateX(0%)
    }
}

@-ms-keyframes move_right_green {
    0%, 25%, 50%, 75% {
        -ms-transform: translateX(-100%)
    }
    100% {
        -ms-transform: translateX(0%)
    }
}

@keyframes move_right_green {
    0%, 25%, 50%, 75% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}

/******************************
 Metarial preloader end
 *************************/
.kbx-glossary-container #searchBar {
    width: 100%;
    position: relative;
    transition: 0.5s;

}

.kbx-glossary-item {
    width: 25%;
    padding: 30px;
    box-sizing: border-box;
}

.w-100{
    width: 100%;
}

.w-50{
    width: 50%;
}

.w-33{
    width: 33.33%;
}

.w-25{
    width: 25%;
}

.kbx-glossary-item h3 {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 120%;
}

.kbx-glossary-item {
    font-size: 14px;
    line-height: 160%;
}

.kbx-glossary-letters {
    z-index: 9999999;
    position: fixed;
    right: 0;
    top: 50%;
    background-color: #fff;
    /*max-height: 80vh;*/
    /*overflow: auto;*/
}

/*.kbx-glossary-letters::-webkit-scrollbar {*/
/*width: 5px;*/
/*background-color: red;*/
/*}*/

.kbx-glossary-letters ul {
    margin: 0 !important;
    background: url("../images/hover_letter.svg") no-repeat 60px 0;
    transition: 0.5s;
    padding: 50px 2px !important;
}

.kbx-glossary-letters ul li {
    list-style: none;
    padding: 2px 5px;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    width: 50px;
    text-align: center;
    margin: 0 !important;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 18px;
    color: #231f20;

}

.kbx-glossary-letters ul li.active-glossary-item {
    color: #ffffff;
    transform: scale(1.5, 1.5);
}

.kbx-glossary-letters ul li.active-glossary-item-bold {
    font-weight: bold;
}

.kbx-glossary-load-btn {
    display: table;
    /*width: 200px;*/
    height: 50px;
    margin: 0 auto 80px;
    border: none;
    background: #168eea;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 20px;
    transition: 0.2s;
}

.kbx-glossary-load-btn:hover {
    background: #1585dc;
    color: #fff;
}

.kbx-articles-files, .kbx-articles-more-queries {
    margin: 30px 0;
}

.number-count-list ul {
    margin: 0;
    padding: 0;
    counter-reset: li;
}

.number-count-list ul li {
    list-style: none;
    display: table;
    position: relative;
    padding: 5px 10px 5px 30px;
    margin: 10px 0px 10px 10px;
    background: #fcfcfc;
    color: #616161;
    text-decoration: none;
}

.number-count-list ul li:before {
    display: inline-block;
    font-family: FontAwesome;
    color: #494949;
    position: absolute;
    left: -10px;
    top: 50%;
    z-index: 3;
    margin-top: -16px;
    background: #e6e6e6;
    height: 27px;
    width: 27px;
    line-height: 26px;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #cccccc;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    border-radius: 100%;
    transition: 0.2s;
}

.kbx-articles-more-queries ul li:before {
    content: "\f135";
}

.kbx-articles-files ul li:before {
    content: "\f15c";

}

.kbx-article-related-articles ul li:before {
    content: "\f105";
}

.number-count-list ul li:hover:before {
    transform: rotate(360deg);
    background: #ddd;
    color: #5c5c5c;
}

.number-count-list ul li a {
    color: inherit;
}

/*********************
CSS For Template 2
**********************/
/*********************
CSS For Template 2
**********************/
.kb-container {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3em;
}

.kb-round-category-box {
    width: 50%;
    /*display: block;*/
    padding: 10px;
    box-sizing: border-box;

}

.kb-round-category-box-inner {
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    border-radius: 5px;
}



.kb-round-category-box-inner h2 {
    margin: 10px 0 20px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}

.kb-round-category-box-inner h2 img {
    vertical-align: middle;
    width: 45px;
    background: #e6e6e6;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #cccccc;
}

.kb-round-category-box ol {
    padding: 0;
    margin: 0 8px;
    counter-reset: li;
}

.kb-round-category-box ol li {
    margin: 12px 0px 12px 16px;
    position: relative;
    list-style: none;

}

.kb-round-category-box ol li a {
    position: relative;
    display: block;
    padding: 4px 10px 4px 28px;
    margin: 5px 0;
    background: #fcfcfc;
    color: #616161;
    text-decoration: none;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}

.kb-round-category-box ol li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -18px;
    top: 50%;
    z-index: 3;
    margin-top: -16px;
    height: 27px;
    width: 27px;
    line-height: 1;

    text-align: center;
    font-style: normal;
    font-weight: bold;
    color: #2c2c2c;
    background: #e6e6e6;
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 2px #cccccc;
}

.kb-round-category-box ol li:hover:before {
    transform: rotate(360deg);
    background: #ddd;
    color: #5c5c5c;
}

.kb-round-category-btn a {
    color: #f12036;
}

.kb-round-category-btn {
    margin-left: 8px;
}
/*************
Section Heading
*************/
.kbx-section-heading {
    padding: 10px 0 20px;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto 3em;
}

.kbx-section-heading h2 {
    padding: 0 20px;
}

.decor-before-kbx-holder, .decor-after-kbx-holder {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 2px;
    width: 30%;
}

.decor-before-kbx-holder span {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.decor-after-kbx-holder span {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.kbx-section-heading span {
    height: 2px;
    width: 100%;
    display: block;
}

/***
FAQ Template Style
 */

/**accordian style **/

ul.kbx-faq-list {
    margin: 0 !important;
    padding: 0 !important;
}

ul.kbx-faq-list li {
    list-style-type: none;
    display: block;
    margin: 2px 0;
}

ul.kbx-faq-list li .kbx-faq-title {
    padding: 10px;
    padding-right: 45px;
    cursor: pointer;
    position: relative;
    border: 1px solid #dbdbdb;
    transition: background 0.8s;
    font-weight: bold;
}

ul.kbx-faq-list li .kbx-faq-title:hover {
    background-color: #f5f5f5;
}

ul.kbx-faq-list li .kbx-faq-title:after {
    content: "\f078";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 22px;
    font-family: "FontAwesome";
    text-align: center;
    line-height: 200%;
    transition: 0.5s;
}

ul.kbx-faq-list li.kbx-faq-active .kbx-faq-title:after {
    transform: rotate(-180deg);
}

ul.kbx-faq-list li .kbx-faq-content {
    display: none;
    padding: 10px 0;
}

/**
Home page main ShortCode Tabs
 */
.kbx-tabs-container {
    width: 100%;
    margin: 0 auto;
}

ul.kbx-tabs {
    margin: 0px !important;
    padding: 0px !important;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    display: flex;
}

ul.kbx-tabs li {
    background: none;
    color: #222;
    /*display: inline-block;*/
    padding: 10px 35px;
    cursor: pointer;
    list-style: none;
    position: relative;
    transition: 0.5s;
    font-weight: bold;
    overflow: hidden;
}

ul.kbx-tabs li span {
    display: block;
}

ul.kbx-tabs li span:before {
    background: rgba(0, 160, 210, 0.1);
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -2px;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

ul.kbx-tabs li.kbx-tab-current span:after, ul.kbx-tabs li:hover span:after {
    width: 100%;
    height: 3px;
    background: #00a0d2;
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: -2px;
}

ul.kbx-tabs li.kbx-tab-current span:before, ul.kbx-tabs li:hover span:before {
    transform: scale(25);
    opacity: 1;
    visibility: visible;
}

ul.kbx-tabs li.kbx-tab-current {
    color: #00a0d2;
}

.kbx-tab-content {
    display: none;
    padding: 0;
    margin: 15px 0;
    max-height: 300px;
    overflow-y: auto;
}

.kbx-tab-content ul {
    margin: 0 !important;
    padding: 0 !important;
}

.kbx-tab-content.kbx-tab-current {
    display: inherit;
}

.kbx-tab-content::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.kbx-tab-content:hover::-webkit-scrollbar-thumb {
    background: #00a0d2;
}

.kbx-featured-section {
    margin-bottom: 3em;
}

.kbx-featured-container {
    display: flex;
    flex-direction: row;
}

.kbx-featured-container > div {
    flex-grow: 1;
    flex-basis: 0;
    box-sizing: border-box;
    padding: 0 10px 20px;

}

.kbx-featured-container > div h3 {
    background: none;
    color: #222;
    padding: 0;
    position: relative;

}

/*.kbx-featured-container > div h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
*/
.kbx-featured-container > div > ul {
    max-height: 300px;
    overflow-y: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.kbx-featured-container > div > ul::-webkit-scrollbar {
    width: 5px;
    background: transparent;
}

.kbx-featured-container > div > ul:hover::-webkit-scrollbar-thumb {
    background: #00a0d2;
}

/*end Template 2*/
@media screen and (max-width: 1200px) {
    section.kbx-articles {
        padding: 0 80px;
    }

    .kbx-glossary-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 900px) {
    .kbx-category-list .kbx-category-box {
        width: 50%;
    }

    .kbx-glossary-item {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #categoryHead .sort,
    .kbx_taxonomy_filter{
        float: none;
        margin-bottom: 10px;
    }
    #categoryHead .sort{
        width: 100%;
    }
}
@media (min-width: 300px) and (max-width: 600px) {
    section.kbx-articles {
        padding: 0 50px;
    }

    .kbx-glossary-item {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    ul.kbx-tabs li {
        padding: 10px;
    }

    #categoryHead .sort {
        position: relative !important;
    }

    #categoryHead .sort select,
    .kbx_taxonomy_filter select {
        width: 100%;
    }

    .kbx-category-list .kbx-category-box {
        width: 100%;
    }

    #searchBar {
        width: 100%;

    }

    #searchBar .search-query {
        width: 100%;
        margin-bottom: 10px;
    }

    #searchBar button,
    .kbx_ask_question_button {
        position: relative;
        margin: 0;
        width: 100%;
        border-radius: 5px;
    }

    #docsSearch {
        padding: 1.5em 1em;
    }

    #kbx-query.searching {
        background: #fff url("../ripple.gif") no-repeat scroll 100% center;
    }

    section.kbx-articles ul li {
        text-align: center;
    }

}

@media (min-width: 601px) and (max-width: 767px) {

    #searchBar {
        width: 100%;
    }

    #kbx-query.searching {
        background: #fff url("../ripple.gif") no-repeat scroll 98% center;
    }

}

@media (max-width: 480px) {
    .kbx-fes-widget-main {
        max-width: 300px;
    }
}












/*New style css : 12-24-18*/


.kbx-featured-container > div {
	background: #fff;
	box-shadow: 0px 3px 20px 0 rgba(0,0,0,0.075);
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	margin: 10px 5px;
	padding: 15px;
	position: relative;
	transition: transform 0.3s, box-shadow 0.3s;
}

.kbx-stricky-content::before, .kbx-popular-content::before, .kbx-recent-content::before {
    background: linear-gradient(to right, #1c79c0, #0389ff, #0dd3ff);
    content: '';
    left: 0;
    height: 2px;
    position: absolute;
    right: 0;
    top: 1px;

}

.kbx-featured-container > div h3{
    color: #5c5c5c;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin: 0 0 6px 0;
}
.sticky-articleList li {
   margin: 10px 0 !important;
   line-height: 24px;
}
.sticky-articleList li a{
    color: #007bff;
}
.sticky-articleList li a:hover{
    color: #0056b3;
}
.kbx-featured-container > div:hover {
   box-shadow: 0px 3px 50px 0 rgba(0,0,0,0.075);
   transform: translateY(-5px);

}

.kb-round-category-box-inner ol li{
    margin-left: 0;
    list-style-position: inside;
}
.kb-round-category-box{
    padding-right: 10px;
}
.kb-container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

/*
    Ask Question
*/
.kbx_ask_a_question_modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(210, 210, 210, 0.7);
    z-index: 9999999999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.kbx_ask_a_question_modal_inn{
    width: 40%;
    padding: 50px 0;
    background: #fff;
    position: relative;
}
.ask-question-modal-form{
    width: 80%;
    margin: 0 auto;
}
.ask-question-modal-form input[type="text"],
.ask-question-modal-form input[type="email"],
.ask-question-modal-form select,
.ask-question-modal-form textarea{
    width: 100%;
    border: 1px solid #d0d0d0;
    color: #000;
    padding: 10px;
    background: #fbfbfb;
    border-radius: 4px;
}
.kbx-ask-a-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #fbfbfb;
    border: 1px solid #d0d0d0;
    border-radius: 100%;
    box-shadow: 1px 1px 6px 1px #d0d0d0;
    cursor: pointer;
}
.ask-question-modal-form textarea{
    height: 140px;
    resize: none;
}
.ask-question-modal-form input[type='submit']{
    border-radius: 2px;
    padding: 10px 40px;
    color: #ffffff;
    border-color: #0274be;
    background-color: #0274be;
    cursor: pointer;
}
.kbx-question-field{
    margin: 10px 0;
}
.kbx-question-field label {
    margin-bottom: 5px;
    display: block;
}
.kbx-ask-question-ajax-loader{
    display: none;
    background: url('../images/comment.gif') no-repeat center center;
    width: 50px;
    height: 50px;
}
.kbx-error-field{
    border-color: #ff0000 !important;
}

@media only screen and (max-width: 991px){
    .kbx_ask_a_question_modal_inn{
        width: 80%;
    }
}

/*
    Accordion Sticky, Recent, Popular Tabs
*/
.kbx-featured-accordion-container{
    border: 1px solid #dadce0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.kbx-featured-accordion-container .kbx-accordion-section > h3{
    border-bottom: 1px solid #dadce0;
    border-top: 1px solid #dadce0;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 15px;
}
.kbx-featured-accordion-container .kbx-accordion-section > h3:after{
    content: '+';
    position: absolute;
    top: 5px;
    right: 15px;
}
.kbx-featured-accordion-container .kbx-accordion-section > h3.kbx-show:after{
    content: '-';
}
.kbx-featured-accordion-container .kbx-accordion-section:first-child > h3{
    border: none;
}
.kbx-featured-accordion-container .kbx-accordion-section:last-child > h3{
    border-bottom: none;
}
.kbx-accordion-section .sticky-articleList{
    display: none;
}
.kbx-featured-accordion-container .kbx-stricky-content::before,
.kbx-featured-accordion-container .kbx-popular-content::before,
.kbx-featured-accordion-container .kbx-recent-content::before{
    display: none;
}
#docsSearch{
    background-size: 100%;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.kbx-section-heading{
    margin-bottom: 35px;
    margin-bottom: 25px;
}
#searchBar button,
#searchBar button:hover,
#searchBar button:focus,
.kbx_ask_question_button,
.kbx_ask_question_button:hover,
.kbx_ask_question_button:focus{
    background: #fafafa;
    color: #000;
    border: 1px solid #eaeaea;
    border-left: none;
}
#kbx-query:focus{
    border: 1px solid #eaeaea;
    outline: none;
}
#kbx-query{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
#searchBar{
    width: 55%;
}
#searchBar #kbx-query,
#searchBar button,
.kbx_ask_question_button{
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.kbx-featured-accordion-container .sticky-articleList{
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 22px;
    padding-top: 22px;
    background: #fef7e0;
}
.kbx-featured-accordion-container .kbx-accordion-section:last-child .sticky-articleList{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.kbx-featured-accordion-container .sticky-articleList li{
    margin: 0 !important;
}
.kbx-featured-accordion-container .sticky-articleList li a{
    padding: 10px 20px 10px 45px;
    display: block;
}
.kbx-featured-accordion-container .sticky-articleList li a:hover{
    background: #feefc3;
}
.kbx-featured-section-accordion{
    margin-bottom: 35px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.kbx-featured-accordion-container .kbx-accordion-section > h3:after{
    top: 12px;
}

@media (max-width: 768px) {
    .kbx-featured-section-accordion{
        width: 95%;
    }
    #kbx-query{
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }
    #searchBar{
        width: 95% !important;
    }
}
@media (max-width: 420px) {
    #searchBar{
        min-width: auto;
    }
}

/*=====================
    Special Content
=====================*/
.kbx-special-content-wrapper{
    overflow: hidden;
}
.kbx-special-content-wrapper .kbx-special-content-header{
    font-size: 24px;
    margin-bottom: 12px;
    padding: 0;
    line-height: 32px;
}
.kbx-special-content-wrapper .kbx-special-content p{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
.kbx-special-content-icon {
    float: left;
    width: 75px;
    font-size: 68px;
    line-height: 32px;
}
.kbx-special-content-container{
    float: left;
    width: calc( 100% - 75px);
}
.kbx-success-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #155724;
}

.kbx-success-alert .kbx-special-content-icon,
.kbx-success-alert .kbx-special-content-header {
    color: #155724;
}

.kbx-danger-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fff3f4;
    border: 1px solid #f5c6cb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #721c24;
}

.kbx-danger-alert .kbx-special-content-icon,
.kbx-danger-alert .kbx-special-content-header {
    color: #721c24;
}

.kbx-warning-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #c09853;
}

.kbx-warning-alert .kbx-special-content-icon,
.kbx-warning-alert .kbx-special-content-header {
    color: #c09853;
}

.kbx-info-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #004085;
}

.kbx-info-alert .kbx-special-content-icon,
.kbx-info-alert .kbx-special-content-header {
    color: #004085;
}


.kbx-light-alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fbfafa;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #818182;
}

.kbx-light-alert .kbx-special-content-icon,
.kbx-light-alert .kbx-special-content-header {
    color: #818182;
}

/*==================
    Print & Share
===================*/
.kbx-print-icon.kbx-icon,
.kbx-share-icon.kbx-icon {
    border-left: 2px solid #ccc;
    padding-left: 15px;
    margin-right: 8px;
}

.kbx-share .kbx-inline{
    position: relative;
}
.kbx-share-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 135px;
    z-index: 99999;
    background: #FFF;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 15px #f5f5f5;
}
ul.kbx-share-menu {
    position: absolute;
    top: -175px;
    list-style: none;
    padding-left: 0;
}
.kbx-share-menu .kbx-share-menu-item{
    padding: 10px 15px;
    transition: all 500ms;
}
.kbx-share-menu .kbx-share-menu-item .fa{
    background: #636363;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}
.kbx-share-menu .kbx-fb-share-item .fa{ background: #39569c; }
.kbx-share-menu .kbx-fb-share-item{ color: #39569c; }
.kbx-share-menu .kbx-twitter-share-item .fa{ background: #26a7de; }
.kbx-share-menu .kbx-twitter-share-item{ color: #26a7de; }
.kbx-share-menu .kbx-linkedin-item .fa{ background: #0072b1; }
.kbx-share-menu .kbx-linkedin-item{ color: #0072b1; }
li.kbx-share-menu-item:hover {
    background: #efefef;
}


/*
    CSS for Support Ticket Addon
*/
#serp-dd .result {
    padding:0px;
}
#serp-dd .result > li {
    line-height: 0.8;
}
.kbx-strong p{
    line-height: 0.5;
}

/*
    KBX Search Bar Loading
*/
.kbx-search-animation{
    display: none;
}
.kbx-live-search-loading .kbx-search-animation{
    min-height: 75px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kbx-search-animation .kbx-search-bar {
  background: #99aaca;
  border: 1px solid #96a6c9;
  float: left;
  margin: 6px 4px 0 0;
  width: 6px;
  height: 18px;
  -webkit-animation: kbx-search-animation-pulse 1s linear infinite normal;
  -moz-animation: kbx-search-animation-pulse 1s linear infinite normal;
  -ms-animation: kbx-search-animation-pulse 1s linear infinite normal;
  animation: kbx-search-animation-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
.kbx-search-animation .kbx-search-bar:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.kbx-search-animation .kbx-search-bar:last-child {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0;
}
@keyframes kbx-search-animation-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db;
  }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  40% {
    margin-top: 3px;
    height: 26px;
  }
  50% {
    margin-top: 5px;
    height: 22px;
  }
  60% {
    margin-top: 6px;
    height: 18px;
  }
}
@-moz-keyframes kbx-search-animation-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db;
  }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  40% {
    margin-top: 3px;
    height: 26px;
  }
  50% {
    margin-top: 5px;
    height: 22px;
  }
  60% {
    margin-top: 6px;
    height: 18px;
  }
}
@-webkit-keyframes kbx-search-animation-pulse {
  10% {
    margin-top: 5px;
    height: 22px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  20% {
    margin-top: 0px;
    height: 32px;
    border-color: #d1d7e2;
    background-color: #bac5db;
  }
  30% {
    margin-top: 1px;
    height: 30px;
    border-color: #d1d8e6;
    background-color: #bac5db;
  }
  40% {
    margin-top: 3px;
    height: 26px;
  }
  50% {
    margin-top: 5px;
    height: 22px;
  }
  60% {
    margin-top: 6px;
    height: 18px;
  }
}


/*==========================
        Reposnsive
 ==========================*/
 @media only screen and (max-width: 768px){
    .kbx-ask-a-question-tooltip{
        left: -100px;
    }
    .kbx-ask-a-question-tooltip-inn:before{
        left: inherit;
        right: 20px;
    }
 }
@media only screen and (max-width: 600px){
    .kbx_ask_question_button{
        margin-top: 10px;
    }
    .kbx-ask-a-question-tooltip{
        left: 0;
        width: 100%
    }
    .kbx-ask-a-question-tooltip-inn:before{
        left: 50%;
        right: inherit;
    }
    .rt-reading-time{
        float: none !important;
    }
    ul.kbx-faq-list{
        margin-left: -50px !important;
        margin-right: -50px !important;
    }
}
@media only screen and (max-width: 1150px) and (min-width: 1020px) {
    .kbx-post-single-stats{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .kbx-stats span{
        margin-right: 8px !important;
    }
    .kbx-print-icon.kbx-icon, .kbx-share-icon.kbx-icon{
        padding-left: 8px !important;
    }
}
.kbx-single-article-header h2{
    margin: 0;
    margin-bottom: 10px;
}
.kbx-social-tag a img {
    max-width: 28px;
    margin: 0 8px 0 0;
}
.kbx-social-tag {
    margin: 0 0 12px 0;
}