a {
    color: #d77800;
    text-decoration: none;
}

dl#glossary {
    display: block;
    width: 48%;
    float: left;
}

dl#glossary:after,
dl#glossary dt:after,
dl#glossary dd:after {
    content: "";
    display: block;
    clear: both;
}

dl#glossary .glossarycell {
    display: block;
    width: 150px;
    margin: 0 0 20px;
    float: left;
    background-color: #333333;
    color: white;
    text-align: center;
    padding: 2px;
    margin-top: 15px;
}

dl#glossary .accordion {
    display: block;
    width: calc(100% - 150px);
    /*   margin: 0; */
    padding-left: 25px;
    float: left;
}



nav#glossary-nav ul {
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav#glossary-nav ul:after {
    content: "";
    display: block;
    clear: both;
}



.accordion {
    transform: translateZ(0);
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    background: #fff;
}

.accordion>.accordion-toggle {
    position: absolute;
    opacity: 0;
    display: none;
}





.glossarytext {
    display: none;
    background-color: #efefef;
    padding: 7px;
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
}

.glossaryentry {
    padding-top: 5px;
}




/* end old styles */
.grve-container {
    max-width: 1152px;
}

#glossary-nav a {
    display: block;
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;

    text-align: center;

    padding: 8px 12px;
    min-width: 40px;
    color: #0070C9;
}

#glossary-nav {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;

    padding: 24px 0;
}

#glossary-nav li:first-child {
    padding-left: 3px;
}

#glossary-nav li:last-child {
    padding-right: 3px;
}

#glossary-nav li {
    display: block;
    margin: 0;
    padding: 0 1px;
    /* width: calc(100%/27); */
    float: left;
    text-align: center;
}

#glossary-nav li a.active,
#glossary-nav li a:hover {
    background: #0070C9;
    color: #fff;
}

#glossary-nav li.empty a:hover {
    color: #94959C;
    background: transparent;
}

#glossary-nav li a::before,
#glossary-nav li a::after {
    content: none;
}

#glossary_hero {
    padding-top: 122px;
    padding-bottom: 122px;
    background-image: url(../webp/glh.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#glossary_hero .grve-background-wrapper {
    background: linear-gradient(90deg, #1C3667 16.97%, rgba(28, 54, 103, 0) 100%);
}

.page h1 {
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 24px;

    color: #FFFFFF;
}

#glossary_hero p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;

    color: #FFFFFF;
}

.projects_inner {
    display: none;
}

#grve-main-content .grve-main-content-wrapper {
    padding: 0;
}

#grve-theme-wrapper .glossary-serch .live-search-box {
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
    background: #F5F6F8;
    padding: 16px 24px 16px 52px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B1B3B4;
}

.glossary-serch {
    position: relative;
}

.glossary-serch:before {
    content: "\e601";
    font-family: 'blade-icons' !important;
    position: absolute;
    color: #111111;
    font-size: 16px;
    left: 23px;
    top: 24px;
}

#glossary-nav li.empty {

    padding: 0;
}

#glossary-nav li.empty a {
    color: #94959C;
}

.column {}

#glossary-section {
    padding-bottom: 80px;
}

.letter {
    padding-top: 64px;
    position: relative;
    clear: both;

}

.letter .accordion {
    /* flex: 50%; */
    /* float: left; */
    border-bottom: 1px solid #E6E9EF;
}

.col {
    float: left;
    width: 50%;

}

dt {

    width: 100%;
    margin-bottom: 18px;
    color: #111111;
    text-align: left;
    font-family: 'Montserrat-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    border-bottom: 1px solid #C5C7D0;
    padding-bottom: 8px;
}

.accordion>label {
    position: relative;
    display: block;
    font-family: 'Montserrat-semibold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #111111;
    cursor: pointer;
    letter-spacing: 0;
}

.accordion>label:after {
    content: '\f078';
    width: 24px;
    height: 24px;
    background: #E6E9EF;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    line-height: 26px;
    color: #94959C;
    position: absolute;
    right: 0px;
    top: calc(50% - 12px);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease-out;

}

/* .letter .col:nth-child(2n) {
    padding-right: 40px;
}

.letter .col:nth-child(2n+1) {
    padding-left: 40px;
} */

.accordion>section {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    letter-spacing: 0;
    color: #333333;
    padding-right: 20px;
    transition: .3s all;
    overflow: hidden;
    height: 0;
    margin-bottom: 0;
}

.accordion>.accordion-toggle:checked~label:after {
    transform: rotate(180deg);
}

.accordion>.accordion-toggle:checked~section {
    height: auto;
    margin-bottom: 24px;
}

#glossary-nav {
    display: block;
}

.logged-in #glossary-nav.fixed {
    top: 104px;
}

#glossary-nav.fixed {
    position: fixed;
    top: 72px;
    z-index: 9;
    width: 100%;
    background: #fff;
    left: 0;
    box-shadow: inset 0px -1px 0px #E6E9EF;
}

#glossary-nav.fixed ul {
    max-width: 1152px;
    margin: auto;
}

#glossary-menu {
    margin-bottom: 0;
}

.grve-back-top {
    background: #E6E9EF;
    width: 64px;
    height: 64px;
    padding: 16px;
}

.grve-back-top .grve-icon-arrow-top-alt {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #76777D;
    font-size: 16px;
    line-height: 32px;
}

.grve-back-top .grve-icon-arrow-top-alt:before {
    content: "\f077";
}

.live-search-box::placeholder {
    color: #B1B3B4;

}

.col.colleft {
    padding-right: 40px;
    padding-left: 0;
}

.col.colright {
    padding-right: 0;
    padding-left: 40px;
}

/* .letter.show .accordion.contains {
    flex: 50%;
    width: 50%;
    float: left;
}

.letter.show .col {
    float: none;
    width: 100%;
    padding: 0 !important;
}

.letter.show .accordion.contains:nth-child(2n+1) {
    padding-right: 40px;
} */

@media screen and (max-width: 1023px) {
    .col {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    .grve-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .page .grve-column {
        padding-left: 0;
        padding-right: 0;
    }

    #glossary_hero .grve-background-wrapper {
        background: linear-gradient(90deg, #1C3667 0%, rgba(28, 54, 103, 0.6) 100%);
    }

    #glossary_hero {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .page h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 26px;
        line-height: 32px;
    }

    #glossary_hero p {
        font-size: 15px;
        line-height: 22px;
    }

    #glossary-nav a {
        font-size: 17px;
        line-height: 22px;
    }

    #glossary-nav {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    #glossary-nav ul {

        width: 1160px !important;
    }


    .letter .accordion {
        background: #F5F6F8;
    }

    .column {
        background: #F5F6F8;
        width: calc(100% + 40px);
        padding: 0 20px;
        margin-left: -20px;
        padding-bottom: 80px;
    }

    .letter {
        padding-top: 42px;
    }

    #grve-theme-wrapper .glossary-serch .live-search-box {
        font-size: 15px;
        line-height: 100%;
        padding: 6px 24px 7px 52px;
        min-height: 36px;
        margin-top: 0;
        border: 1px solid #C5C7D0;
        background: none;
    }

    .live-search-box::placeholder {
        color: #6E6E73;
        font-size: 15px;
        line-height: 100%;

    }

    .glossary-serch:before {
        content: "\e601";
        font-family: 'blade-icons' !important;
        position: absolute;
        color: #111111;
        font-size: 20px;
        left: 16px;
        top: 3px;
        width: 20px;
        height: 20px;
    }

    .accordion>label {
        font-size: 17px;
        line-height: 22px;
        margin-top: 24px;
        margin-bottom: 26px;
    }

    .accordion>section {
        font-size: 15px;
        line-height: 22px;
        padding-right: 0;
    }

    #glossary-nav li:first-child {
        padding-left: 7px;
    }

    dt {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    #glossary-section {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #glossary-section .wpb_raw_html {
        margin-bottom: 0;
    }
}