.bx_sitemap_ul{
 list-style-type:none;
}

.inner .bx_sitemap_ul li::before {
  display:none;
}


.active .no_active{
 display:none;
}

.active_v{
 display:none;
}

.active .active_v{
 display:block;
}

.inner .bx_sitemap_ul li {
   
    cursor: pointer!important;
}

.title_depth1 a{
color: #00A3CC;
  font-weight: bold;
font-family: Helvetica;
font-size: 28px;
font-style: normal;
line-height: normal;
text-decoration:none;
cursor:pointer;
}

.title_depth2 a{

  background: #F6F6F6;
  display: block;
  padding-top:29px;
  padding-bottom:29px;
  font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
  text-decoration:none;
  color: #002E40!important;
  cursor:pointer;
  padding-left:17px;
display: flex;
    align-items: center;
}


.title_depth2 .active{
background: var(--1, linear-gradient(314deg, #00759D 0%, #00ADD7 100%));
color: white!important;
}



.title_depth2 a svg{
margin-right:25px;
}


.title_depth2 a:hover{
    color: #002E40;

}

.inner .bx_sitemap_ul h2 {
    font-weight: bold;
    font-size: 28px;
    color: #00A3CC;
    margin: 0;
}

 .inner .bx_sitemap_ul .depth1 .title_depth1{
  margin-bottom: 43px;
  margin-top:43px;
  
}
.files{
display:none;
margin-bottom: 35px;
}

.files p {

    line-height: 25px;
}

.files a{
        color: #4D4D4D;

font-family: Open Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;


}

.files a:before{
content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFB700;
    margin-right: 20px;
}


.files{

padding-left: 30px;
    margin-top: 35px;
}