
.kb-header {
    display: none;
}
.kb-header {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
}
.kb-header img {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: block;
    box-sizing: border-box;
}

@media screen and (max-width: 767px), print {
    .kb-header-desktop {
        display: none;
    }
    .kb-header-mobile, .kb-header-desktop.kb-header-desktop-only {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .kb-header-mobile {
        display: none;
    }
    .kb-header-desktop {
        display: block;
    }
}


.column.main .kb__search-box {
    /* padding: 1.25rem; */
    padding: 0;
    margin-bottom: 1.5rem;
}


.column.main .kb__search-box button, .column.main .kb__search-box .cart.table-wrapper .actions-toolbar > .action, .column.main .kb__search-box .action-gift {
    height: 3.5rem;
    right: 0;
    top: 0;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 1rem;
    /*
    height: 6rem;
    right: 2.5rem;
    top: 2.5rem;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    font-size: 2.2rem;
    */
}

.column.main .kb__search-box input {
    padding: .5rem 3rem .5rem 1rem;
    font-size: 1.2rem;
    font-weight: 300;
    height: 3.5rem;
    box-sizing: border-box;

    /*
    padding: 1.5rem 2rem;
    font-size: 2.2rem;
    font-weight: 300;
    height: 6rem;
    */
}

.kbase-category-view .page-main {
    padding-top: 5px;
}

.kbase .page-title > *, .kbase h1, .kbase h2, .kbase h3 {
    /* honor the designer's wishes for the entirety of the knowledge base */
    text-transform: uppercase;
}

.kb__category {
    /* margin-bottom: 4rem; */
    margin-bottom: 1em;
}

.kb__category-title {
    position: relative;
    margin-bottom: 1rem;
    padding: 1.25rem;

    background-color: #49543f;
    color: #fff;

    cursor: pointer;
}

.kb__category-title::after {
    position: absolute;
    z-index: 1.125;
    top: 1rem;
    right: 1.5rem;
    margin: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    font-size: 18px;

    transition: all .1s ease-in;
}

.kb__category-title.kb-open::after {
    transform: rotate(180deg);
}

.kb__category-title h2 {
    margin-top: 0;
    font-size: 2rem;
}

.kb-category__grid ol {
    display: none;
}

.kb-category__grid ol li {
    margin-bottom: .75rem;
    margin-left: 1.25rem;
}

.kb-category__grid ol li a {
    font-size: 1.6rem;
}

.kb-category__grid ol li a i {
    display: none;
}

@media screen and (min-width: 1024px), print {

    .kb-category__grid {
        margin-top: 4rem;
    }

    .kb__category-title {
        padding: 0;
        background-color: transparent;
        color: #333333;
        cursor: default;

    }
    .kb__category-title::after {
        display: none;
    }

    .kb__category-title h2 {
        margin-top: 1rem;
        font-size: 2.6rem;
    }

    .kb-category__grid ol {
        display: block !important;
    }

    .kb-category__grid ol li {
        margin-left: 0;
    }

}