.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pkp_navigation_wrapper_primary_wrapper{
    width : 1180px;
    height : 0px;
    padding-left: 1em;
    padding-right: 1em;
}

.pkp_navigation_primary_row{
    width: auto;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 0.3em solid #DEA307;
    background-color: #4884B4;
    text-decoration: none;
    color:#ffffff;
}

#leftSidebar div.block span.blockTitle, #rightSidebar div.block span.blockTitle {   
    padding: 0;
    border-bottom: 0px solid ;
    background: #fff;
    color: #ecf3ff;
    text-transform: none !important;
    font-size: 1em;
}

.pkp_structure_sidebar:before {
    border-left: 1px solid #ddd;
}

.pkp_block {
    padding: 0px 5px 5px 5px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    border-radius: 5px !important;
    background: white !important;
    box-shadow: 0 10px 10px -5px;
    padding: 1px !important;
    margin: 0px 0px 15px !important;
    }

.pkp_block .title {
    width: 100%;
    background-color: #4884B4;
    height: 35px;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    margin-bottom: 0px;
    border-bottom: 3px solid #DEA307; 
    text-align: left;
    padding-left: 10px;
    display: block;
}

.pkp_block .content {
    background-color: #ededed;
    padding-left: 10px 0;
    margin: 0px;
    display: block;
}

.pkp_block .content ul li {
    padding:2px 0;
    background-color: #ededed;
    padding-left: 10px;
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    background-color: #fff;
    display: block;
}

.pkp_block ul>li a {
    color: #4884B4;
    padding: 0.5rem 0.5rem;
    border-bottom: 0.3em solid #DEA307
    display: flex;
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #ECF3FF;
}
.editorial-list{
    position: relative; 
}
.editorial-list li{
    margin-bottom: 1.125rem;
}
.editorial-list .img-profile{
    position: absolute;
    width: 95px;
    height: 105px;
    border: 1px solid #ddd;
    padding: .5rem;
}
.editorial-list .img-profile .imgthumb{ 
    width: 80px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto; 
    object-fit: fill;
}
.editorial-list .img-profile img{
    width: 100%;
    height:100%;
}
.team-content{
    margin-left: 100px;
    min-height: 130px;
}
.team-content .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}   
.team-aff ul li{
    margin-bottom: 0;
}
.team-aff ul li .tm_label{
    display: inline-block;
    width: 80px;
}
 
.team-aff ul li .ico-label{
    width: 18px;
    height: 18px;
    margin-right: .5rem;
}