.cs-workarea-sitemap {
    max-width: 1090px;
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

a.expandd:hover,a.collapss:hover{
    text-decoration: none;
    color: #0056b3 !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.cs-workarea-sitemap .text-right {
    text-align: right!important;
}

.cs-workarea-sitemap .expcol {
    padding-top: 25px;
    padding-bottom: 35px;
    display: block;
    width: 100%;
    margin: 0 auto;
}

.cs-workarea-sitemap .expcol a {
    font-family: Poppins,sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ed1c24;
    padding-bottom: 10px;
    cursor: pointer;
}

.cs-workarea-sitemap .sitemaptab {
    padding-top: 30px;
    padding-bottom: 60px;
}

.cs-workarea-sitemap   .level {
    padding-bottom: 30px;
}

.cs-workarea-sitemap .accordion {
    overflow-anchor: none;
}

.sitemap .second-level,.sitemap .second-level a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #ed1c24;
}

.cs-workarea-sitemap .third-level {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #233253;
    padding-top: 15px;
    padding-bottom: 5px;
}

.cs-workarea-sitemap .plus {
    font-weight: 400;
    display: inline-block;
    width: 19px;
    height: 19px;
    color: #fff!important;
    background-color: #ed1c24;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    top: 0;
    position: relative;
    cursor: pointer;
}

.cs-workarea-sitemap .second-level span {
    color: #233253;
}

.cs-workarea-sitemap .first-level span {
    color: #233253;
}

.cs-workarea-sitemap .info {
    padding-left: 29px;
    display: block;
}

.cs-workarea-sitemap   .level p a {
    font-size: 13px;
    color: #5a5a5a;
}

.cs-workarea-sitemap p a, p a:hover {
    font-style: normal;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
}

.cs-workarea-sitemap .first-level, .cs-workarea-sitemap .first-level a {
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #ed1c24;
    padding-bottom: 10px;
}

.expcol a span {
    font-weight: 400;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #fff!important;
    background-color: #ed1c24;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin-right: 5px;
    top: 0;
    position: relative;
    margin-left: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/* UI update start */

.sitemap .box{
    border: 1px solid #ed1c24;
    padding: 10px 0px 10px 10px;
    background-color: #eaf5fd;
}

.sitemap .box-top{
    border-bottom: unset;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sitemap .box-bottom{
    border-top: unset;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sitemap .custom-border-bottom{
    border-radius: 4px;
    border-bottom: 1px solid #ed1c24;
}
.sitemap .accordion.active{
    box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.35);
}

/* UI update end */






















