.glossary {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    padding: 80px 0 50px;
}
h1 {
    line-height: 80px;
    letter-spacing: -0.8px;
    position: relative;
}
.title {
    padding: 0 0 30px;
    position: relative;
}
.title:after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #c5299b;
    position: absolute;
    bottom: 30px;
    left: 0;
}
h2:not(.cta-title) {
    color: #4c4084;
    font-size: 24px;
    line-height: 23px;
    font-weight: 500;
    text-align-last: left;
}
h2:not(.elementor-heading-title) {
    margin-top: 38px;
}
.glos-title {
    margin-top: 60px;
}
hr {
    border: 0;
    margin: 0;
    height: 30px;
}
.glossary ul {
    padding-left: 35px;
}
.glossary a, .glossary a.deco {
    text-decoration: underline;
    color: #4c4084;
}
.glossary a:hover,
.glossary a.deco:hover {
    color: #4c4084;
    text-decoration: none;
}
.glossary a.non-deco {
    text-decoration: none;
}

.glossary strong {
    font-size: inherit !important;
    color: inherit;
    font-weight: 500;
}
.abc-wrap {
    background-color: #EFEEEF;
    padding: 16px;
}
.abc-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.abc-list li {
    padding: 7px;
    color: #a1c6ff;
}
.abc-list li:hover {
    cursor: default;
}
.abc-list li.active {
    color: #1b4e9d;
}
.abc-list li.active:hover {
    cursor: pointer;
}
.word-list {
    padding: 20px 0 0 46px;
    margin: 0;
    list-style: none;
}
.inner-list {
    font-size: 16px;
    list-style-type: disc;
    padding: 0;
}
.inner-list li {
    padding: 0 0 5px 5px;
}
.inner-list a {
    color: #069;
    line-height: 1.25em;
}
#footer {
    margin-top: 0;
}
.mobile-btn {
    display: none;
}
.cta-right a {
    text-decoration: none;
}
#further-reading-list-content ul {
    list-style-type: none;
    padding-left: 0;
}

@media (max-width: 1024px) {
    .glossary {
        padding: 80px 20px 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 46px;
        line-height: 1.1em;
    }
    .abc-wrap {
        background-color: #dcdcdc;
        position: relative;
    }
    .mobile-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19.2px;
    }
    .abc-list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        flex-direction: column;
        background-color: #EFEEEF;
        overflow: scroll;
        transition: .5s;
    }
    .abc-list.active {
        height: 300px;
    }    .abc-list li {
             width: 100%;
             padding: 11px 0;
             border-top: 1px solid #dad9da;
             text-align: center;
         }
    .abc-list li:first-child {
        border-top: none;
    }
}
