html, body {
    font-size: 16px;
    background: #f3f1ec;    
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 160px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_main {
        padding: 0 2.143rem 6.429rem 0;
    }
}

.pkp_navigation_user_wrapper a, .pkp_navigation_user_wrapper a:hover {
    font-weight: normal;
}

nav.pkp_site_nav_menu a, nav.pkp_site_nav_menu a:hover {
    font-weight: normal;
}

.pkp_footer_content,
.pkp_brand_footer {
  display: inline-block;
  vertical-align: middle;
}

.pkp_footer_content {
  width: 70%;
    padding: 1rem;
}

.pkp_brand_footer {
  width: 25%;
  text-align: right;
}

.pkp_footer_content img,
.pkp_brand_footer img {
  vertical-align: middle;
  max-height: 80px;
  position: relative;
  top: 3px;
}

.pkp_footer_content img,
.pkp_brand_footer img {
  filter: brightness(0) invert(1);
}

.pkp_brand_footer {
    margin-top: 2rem;
}

@media (min-width: 1200px) {
    .has_site_logo .pkp_head_wrapper {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer {
        width: 94%;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        left: 90%;
    }
}

@media (min-width: 1200px) {
    .pkp_structure_main {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .pkp_structure_sidebar {
        width: 25%;
    }
}

.pkp_structure_sidebar.left {
    text-align: center;
    margin: 0 0 3rem 0;
}

@media (min-width: 768px) {
    .pkp_structure_main:before, .pkp_structure_main:after {
        background: #f3f1ec;
    }
}

a, a:hover {
    text-decoration: none;
    font-weight: 600;
}

a {
    color: #2C2C2C;
}

a:hover {
    color: #be0f34
}

.pkp_structure_sidebar.left {
    background-color: #e0ded9;
    border: 1px solid #c3bdb7;
}

@media (min-width: 992px) {
    .pkp_page_index .journals>ul>li {
        padding: 5rem 0;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .pkp_page_index .journals>ul>li {
        border-top: 0;
    }
}

.pkp_structure_footer_wrapper {
    background: #002147;
    color: rgba(255,255,255,0.75);
    font-weight: normal;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content a {
    color: rgba(255,255,255,0.75);
    font-weight: normal;
}

.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content a:hover {
    color: #fff;
    font-weight: normal;
}

.pkp_structure_footer {
    margin: 0;
}

.pkp_navigation_primary_row {
    padding: 0 3rem;
}

ul#navigationUser {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pkp_block h2.title {
    color: #000;
}