@media (min-width: 600px) {
.pkp_site_name .is_text {
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 40px;
color: #1F3864;
line-height: 55px;
    }}
@media (max-width: 600px) {
.pkp_site_name .is_text {
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 25px;
color: #1F3864;}
}

html body.pkp_page_about.pkp_op_editorialTeam div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page.page_editorial_team h1
{
  display: none;
}
html body.pkp_page_about.pkp_op_index div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page.page_about h1
{
  display: none;
}
.page > h2:nth-child(4) {
  margin-top: 0;
}
div.page:nth-child(1) > h2:nth-child(1) {
  margin-top: 0;
}
.obj_article_details .item > h2 + p {
	margin-top: 0;
}