/*
#headerNavigationContainer {
  display: none;
}

.pkp_site_name {
  padding: 0px!important;
}

.pkp_site_name .is_img img {
  width: auto!important;
  height:180px!important;
  margin-left: 20px;
}

.pkp_site_name_wrapper {
  padding: 15px!important;
}


.pkp_site_name_wrapper .pkp_site_name {
  background-color:#e2f1f6;
  background-image: url(/cswb/www/plugins/themes/default-child/img/bg-clean.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
*/

.main_entry .item.author_bios,
ul.issues_archive div.obj_issue_summary .description
 {
  display: none;
}

.obj_issue_toc h3,
.obj_article_details .main_entry .item .label {
border: none;
}

#pkp_content_main.pkp_structure_main .obj_article_details h1.page_title
/* .pkp_structure_main .page h1 */
 {
color: rgba(0,0,0,0.54);
margin: 0 0 20px;
font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
font-size: 24px;
border-bottom: 3px solid #003057;
text-transform: uppercase;
}

.pkp_structure_main .page h2 {
font-size: 24px;
border-bottom: 3px solid #003057;
text-transform: uppercase;
}


.pkp_structure_main .page h3 {
color: rgba(0,0,0,0.54);
font-size: 20px;
text-transform: uppercase;
}


.pkp_structure_main .obj_issue_toc h2 {
display: inline-block;
padding-bottom: 0.5em;
border-bottom: 3px solid #003057;
text-transform: uppercase;
font-weight: 700;
color: rgba(0,0,0,0.54);
}



