div#quickFixDiv {
    position: absolute;
    top: 0;
    z-index: -1000;
    text-indent: -9999999px;
    opacity: 0;
    visibility: hidden;
}
.banner-wrap {
    width: 100%;
    padding: 80px 0;
    margin: 0;
    background-color: #28296d;
    text-align: center;
    color: #e8e8e8;
}

.banner-wrap h1 {
    color: #fff;
    margin: 0 auto;
    font-size: 48px;
    line-height: 1.2;
    max-width: 900px;
    width: 90%;
}

.search-bar {
    max-width: 500px;
    width: 90%;
    margin: 40px auto 0;
}

.search-bar input {
    outline: none;
    height: 55px;
}


/*  */
.pam360-cont-wrap {
    padding: 40px 0 0;
}
.list-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    position: relative;
}

.list-nav {
    position: sticky;
    position: sticky;
    top: 100px;
    left: 0;
    align-self: start;
    background: #fff;
    padding: 20px 0;
    margin: 20px 0 0;
    z-index: 1;
}

.list-nav ul li a {
    font-family: var(--primaryfont-semibold);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #28296d; */
    border-radius: 50%;
}

.list-nav ul li.active a {
    color: #d1dd30;
    background: #28296d;
    background: #FFB41F;
    color: #001D3D;
    /* background: #001D3D; */
}

.list-nav ul li a.disable-link {
    color: #dbdbdb;
    cursor: not-allowed;
}

.list-nav ul li.active a.disable-link {
    color: #dbdbdb;
    cursor: not-allowed;
    background: none;
}


/*  */

.pam360-cont-wrap {
    width: 100%;
}

.pam360-cont-wrap .container {
    padding: 0;
}

.pam360-footer-wrap h2 {
    font-size: 38px;
    margin: 0 auto 20px;
    color: #fff;
}

.pam360-footer-wrap {
    background: #28296d;
    padding: 80px 0;
}

.pam360-footer-wrap .container {
    display: block;
    text-align: center;
}

.glossary-wrapper .container {
    position: relative;
}

.glossary-section {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
    border-bottom: 1px solid #d3d3d3;
}

.glossary-wrapper .heading-text {
    font-size: 80px;
    line-height: 1.1;
    font-family: var(--primaryfont-bold);
    position: sticky;
    top: 180px;
    left: 0;
    align-self: start;
    line-height: 0.7;
    color: #666;
}

.glossary-list {
    max-width: calc(100% - 130px);
    width: 100%;
}

.glossary-list ul {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin: 0 auto 0;
}

.glossary-list li,
.search-cont-list li {
    border: 1px solid #ececec;
    padding: 25px;
    position: relative;
    transition: .5s all;
list-style: none;
}

.glossary-list li .anchor-box,
.search-cont-list li .anchor-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.glossary-list li:hover,
.search-cont-list li:hover {
    box-shadow: 0 0 20px 5px #e7e7e7;
}

.glossary-list li h2,
.search-cont-list li h2 {
    margin-top: 0;
    font-size: 24px;
}

.glossary-list li p:last-child {
    margin: 0
}

.glossary-list li p a {
    font-family: var(--primaryfont-medium);
}

.pam360-footer-wrap {
    background: #28296d;
    text-align: center;
}

.pam360-footer-wrap p:last-child,
.search-cont-list li p:last-child {
    margin: 0;
}

.pam360-footer-wrap .container {
    display: block;
}

.search-cont-list {
    overflow: auto;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin: 80px auto;
    max-width: 1100px;
    width: 90%;
}

@media only screen and (max-width: 992px) {
    .banner-wrap h1 {
        font-size: 44px;
    }
    .pam360-footer-wrap h2 {
        font-size: 34px;
    }
    .glossary-list {
        max-width: calc(100% - 100px);
    }
    .glossary-list ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .glossary-list li .anchor-box,
    .search-cont-list li .anchor-box {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-wrap {
        padding: 60px 0;
    }
    .banner-wrap h1 {
        font-size: 42px;
    }
    .pam360-footer-wrap h2 {
        font-size: 32px;
    }
    .glossary-section {
        padding: 60px 0;
    }
    .list-nav {
        display: none !important;
    }
    .search-cont-list {
        margin: 60px auto;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 640px) {
    .glossary-section {
        display: block;
    }
    .glossary-wrapper .heading-text {
        top: 0;
        position: unset;
        margin: 0 0 30px;
    }
    .glossary-list {
        max-width: 100%;
    }
}
.heading-menu{display:none;}