.heading-menu,
#customers,
#allFea {
    display: none !important;
}

#scroll {
    padding: 0;
}

.readme h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
    line-height: normal;
}

.readme.top-band.active h1 {
    margin: 0;
    line-height: normal;
    width: fit-content;
    font-size: 20px;
}

.readme h2 {
    position: relative;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 30px;
    line-height: normal;
    color: #000;
    background-color: #fff;
    z-index: 1;
}

.readme .details h2:before {
    height: 10px;
    width: 10px;
    content: '';
    position: absolute;
    background-color: #4aa2ed;
    border-radius: 50%;
    top: -30px;
    bottom: 0;
    margin: auto;
    left: -40px;
}

.readme h3 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px !important;
    line-height: normal;
    color: #000;
}

.readme .details h3:before {
    height: 7px;
    width: 7px;
    content: '';
    background-color: #fff;
    position: absolute;
    border: 1px solid #4aa2ed;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -40px;
}

.readme h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0 5px;
    line-height: normal;
    color: #408ed0;
}

.readme p,
.readme ul,
.readme ol {
    font-size: 15px;
    margin: 0 0 10px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
}

.readme ul,
.readme ol {
    margin: 0 0 10px 15px;
}

.readme ol {
    list-style: decimal outside;
    line-height: 27px;
}

.readme li {
    margin: 0 0 5px;
}

.readme.top-band {
    background-color: #001b39;
    background-image: url(../../products/desktop-central/images/readme-topband-bg.svg);
    background-size: contain;
    padding: 80px 20px 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.readme.top-band.active {
    display: flex;
    justify-content: center;
    padding: 15px;
    align-items: center;
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    background-size: 100%;
    z-index: 4;
}

.readme.top-band .flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 1240px;
}

.readme.top-band ul {
    display: flex;
    grid-gap: 20px;
    width: 100%;
    justify-content: center;
    margin: 0;
    padding: 0 !important;
}

.readme.top-band ul li {
    color: #fff;
    padding: 10px 20px;
    line-height: normal;
    margin: 0;
    border-radius: 30px;
    font-size: 17px;
    cursor: pointer;
    border: 1px solid transparent;
}

.readme.top-band ul li:hover {
    border: 1px solid #fff;
}

.readme.top-band ul li.active {
    background-color: #4AA3ED;
    pointer-events: none;
}

.readme.top-band .tab-grp {
    width: 100%;
}

.readme.top-band.active .tab-grp {
    width: fit-content;
    margin: 0 40px;
}

.readme.main {
    position: relative;
    max-width: 1200px;
    margin: -80px auto 0;
    background-color: #fff;
    box-shadow: 0 0 6px #0003;
    padding: 80px 40px;
    border-radius: 10px 10px 0 0;
}

.readme.top-band.active+.readme.main {
    margin: 157px auto 0;
    border-radius: 0;
}

.readme.main .filter {
    position: absolute;
    right: 0;
    top: 0;
    margin: 30px;
}

.readme.top-band.active+.readme.main .filter {
    position: fixed;
    top: 122px;
    padding: 20px 0 0;
    right: 0;
    width: 1230px;
    max-width: 95%;
    margin: auto;
    left: 0;
    text-align: right;
    z-index: 2;
    background: linear-gradient(to bottom, #fff, #fff);
}

.readme.main .filter:after {
    content: '';
    height: 8px;
    width: 8px;
    display: inline-block;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    right: 20px;
    margin: auto;
    font-size: 15px;
}

.readme.top-band.active+.readme.main .filter:after {
    top: 33px;
}

.readme.main .filter select {
    appearance: none;
    border: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 20px;
    width: 200px;
    font-size: 15px;
    outline: none;
    background-color: #eee;
}

.readme.main .filter select:focus {
    border-color: #4AA3ED;
}

.readme.main .disnote {
    background-color: #ebf9ff;
    border: 1px solid #d0f1ff;
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 40px;
    position: relative;
    z-index: 1;
    max-width: 700px;
}

.readme.main .disnote ul {
    list-style: disc;
    margin: 0 0 0 15px;
}

.readme.main .disnote ul li {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200;
    margin: 0;
    letter-spacing: .2px;
}

.readme.main .disnote ul li::marker {
    color: #49a1ed;
}

.readme.main .disnote h4 {
    margin: 0 0 5px;
    font-weight: 300;
}

.readme.main .timeline {
    display: none;
}

.readme.main .timeline.active {
    display: block;
}

.readme.main .timeline .build-set {
    position: relative;
    display: flex;
    grid-gap: 70px;
}

.readme.main .timeline .build-set .details:after {
    content: "This fix addresses issues that help to improve the performance of the product. No new enhancements/features were added.";
    position: absolute;
    top: 0;
    z-index: 0;
    font-weight: 300;
    letter-spacing: .2px;
    margin: 15px 0 0;
    color: #2069a8;
    display: flex;
    align-items: center;
    max-width: 500px;
}

.readme.main .timeline .build-set .period {
    width: 160px;
    text-align: right;
}

.readme.main .timeline .build-set .period h2 {
    position: sticky;
    top: 200px;
    margin: 0;
    pointer-events: none;
}

.readme.main .timeline .build-set .period h2.active {
    pointer-events: none;
}

.readme.main .timeline .build-set .period h2 span {
    display: block;
    font-size: 15px;
    margin: 0;
    line-height: 32px;
    color: #000;
    font-weight: 300;
}

.readme.main .timeline .build-set .details {
    position: relative;
    width: calc(100% - 160px);
}

.readme.main .timeline .build-set .details:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 0;
    left: -36px;
    width: 1px;
    background-color: #eee;
}

.readme.main .timeline .build-set .details .subd {
    z-index: 1;
    position: relative;
    padding: 0 0 40px;
    background-color: #fff;
}

.readme.main .timeline .build-set .period h2:hover {
    color: #2680cb !important;
}

.readme.main .timeline .build-set .period h2:hover .month-list,
.readme.main .timeline .build-set .period h2:hover .quarter-list {
    display: block;
}

.readme.main .timeline .build-set .period h2:hover .month-list li,
.readme.main .timeline .build-set .period h2:hover .quarter-list li {
    cursor: pointer;
}

.readme.main .timeline .build-set .period h2 .month-list,
.readme.main .timeline .build-set .period h2 .quarter-list,
.readme.main .timeline .build-set .period h2.active .month-list,
.readme.main .timeline .build-set .period h2.active .quarter-list,
.readme.main .timeline .build-set .period h2:hover span {
    display: none;
}

.readme.main .timeline .build-set .period h2 .month-list li,
.readme.main .timeline .build-set .period h2 .quarter-list li {
    display: none;
}

.readme.main .timeline .build-set .period h2 .month-list li.active,
.readme.main .timeline .build-set .period h2 .quarter-list li.active {
    display: block;
}

.readme.main .timeline [data-month="1"].build-set .period h2 .month-list [data-month="1"].active,
.readme.main .timeline [data-month="2"].build-set .period h2 .month-list [data-month="2"].active,
.readme.main .timeline [data-month="3"].build-set .period h2 .month-list [data-month="3"].active,
.readme.main .timeline [data-month="4"].build-set .period h2 .month-list [data-month="4"].active,
.readme.main .timeline [data-month="5"].build-set .period h2 .month-list [data-month="5"].active,
.readme.main .timeline [data-month="6"].build-set .period h2 .month-list [data-month="6"].active,
.readme.main .timeline [data-month="7"].build-set .period h2 .month-list [data-month="7"].active,
.readme.main .timeline [data-month="8"].build-set .period h2 .month-list [data-month="8"].active,
.readme.main .timeline [data-month="9"].build-set .period h2 .month-list [data-month="9"].active,
.readme.main .timeline [data-month="10"].build-set .period h2 .month-list [data-month="10"].active,
.readme.main .timeline [data-month="11"].build-set .period h2 .month-list [data-month="11"].active,
.readme.main .timeline [data-month="12"].build-set .period h2 .month-list [data-month="12"].active {
    display: none;
}

.readme.main .timeline [data-quarter="1"].build-set .period h2 .quarter-list [data-quarter="1"].active,
.readme.main .timeline [data-quarter="2"].build-set .period h2 .quarter-list [data-quarter="2"].active,
.readme.main .timeline [data-quarter="3"].build-set .period h2 .quarter-list [data-quarter="3"].active,
.readme.main .timeline [data-quarter="4"].build-set .period h2 .quarter-list [data-quarter="4"].active {
    display: none;
}

@media(max-width:768px) {
    .readme.main {
        padding: 30px 40px 30px 30px;
        margin: auto;
    }

    .readme.top-band.active {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding: 80px 20px 140px;
    }

    .readme.top-band.active+.readme.main {
        margin: auto;
    }

    .readme.main .filter,
    .readme.top-band.active+.readme.main .filter {
        position: relative;
        width: 200px;
        right: auto;
        top: auto;
        margin: 0;
        padding: 0;
        left: auto;
        float: right;
    }

    .readme.top-band.active h1 {
        width: 100%;
        font-size: 30px;
        margin: 0 0 30px;
    }

    .readme.top-band.active .tab-grp {
        width: 100%;
        margin: 0;
    }

    .readme.top-band.active+.readme.main .filter:after {
        top: 13px;
    }

    .readme.main .timeline .build-set {
        flex-wrap: wrap;
        width: 100%;
        grid-gap: 30px;
        align-content: baseline;
    }

    .readme.main .timeline .build-set .period {
        width: 100%;
        text-align: unset;
    }

    .readme.main .timeline .build-set .period h2 {
        position: relative;
        pointer-events: none;
        top: auto;
    }

    .readme.main .timeline .build-set .details {
        width: auto;
        margin: 0 0 0 30px;
        min-height: 250px;
    }

    .readme.main .timeline .build-set .details:after {
        margin: 85px 0 0;
    }

    .readme.main .timeline .build-set .details:before {
        left: -26px;
    }

    .readme .details h2:before,
    .readme .details h3:before {
        left: -30px;
    }

    .readme.top-band ul {
        flex-wrap: wrap;
    }
}

.readme.main.taa:before {
    position: absolute;
    top: 10px;
    left: -13px;
    content: "";
    height: 53px;
    width: 200px;
    background-image: url('/ems/images/icon/taa-compliant-strip.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}