body {
    background: #c4d0d7;
}

.cmp_breadcrumbs,
.obj_issue_toc .published {
  display: none;
}

.pkp_structure_main .page h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

.pkp_site_name_wrapper {
    background: transparent;
    height: 236px;
    width: 100%;
}

.pkp_site_nav_toggle {
    top: 236px;
    width: 100%;
    background: #0a5661;
}

.pkp_site_nav_menu {
    top: 276px;
}

.pkp_footer_content {
    text-align: center;
}

#customblock-Bans p {
    margin-bottom: 30px;
}

.value p {
    word-wrap: break-word;
}

.pkp_page_index .pkp_structure_main img {
    filter: drop-shadow(3px 3px 4px #555);
    padding-right: 5px;
  }


@media (min-width: 992px) and (min-width: 992px) {
    .pkp_navigation_primary {
        max-width: 90%;
    }
}
