.pkp_site_nav_menu {
    padding-top: 0;
    padding-bottom: 0;
}

.pkp_site_nav_menu a {
    color: grey;
}

.pkp_site_nav_menu--isOpen {
	background-color: white;
}

.pkp_site_nav_toggle {
	background: black;
}

.pkp_block .title {
    color: #fff;
    text-align: center;
    background-color: #00194C;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pkp_site_name .is_img img {
    max-height: none;
}

.pkp_structure_head {
	border-bottom: 35px solid white;
}

.pkp_navigation_search_wrapper {
    background-color: orange;
}

.pkp_structure_sidebar.left #customblock-accredited  { 
    padding-bottom: 0.5em;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_structure_sidebar.left #customblock-quickaccess  { 
    padding-bottom: 0.5em;
    padding-left: 0px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_structure_sidebar.left #customblock-template { 
    padding-bottom: 0.5em;
    padding-left: 0px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_structure_sidebar.left #customblock-tools { 
    padding-bottom: 0.5em;
    padding-left: 0px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_structure_sidebar.left #customblock-supervised { 
    padding-bottom: 0.5em;
    padding-left: 0px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
}

.pkp_brand_footer {
    display: none;
}

.pkp_footer_content {
    padding: 30px;
    text-align: center;
}

summary {
    padding: 0.7em 1.3rem;
    border-bottom: 0.5px solid #00194C;
}

summary:hover {
  color: #0174BE;
}

details[open] summary {
    border-bottom: 1px solid #00194C;
    margin-bottom: .5em;
}

details[open] div{
  padding: .5em 1.1em;
}

.obj_issue_toc .cover {
border: 5px solid aliceblue;
}

 .obj_issue_summary .cover {
width: auto;
border: 5px solid aliceblue;
display: table-cell;
}


