/* .pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
  width: 100vw;
}
.pkp_site_name_wrapper {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
} */


body {
    background: #FFDE59;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    font-family: tahoma, geneva, sans-serif;

}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    color: rgb(253, 253, 253);
}

/* #navigationPrimary ul {
    background: #215635;
} */

#navigationPrimary a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
        "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: fff;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(253, 253, 253);
    text-decoration: none;
}

#navigationPrimary li>a:hover {
    color: #FFDE59;
}

.pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    color: #215635;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.pkp_structure_content {
    padding-top: 0;
}

#navigationPrimary li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
    margin-right: 0;
    padding-right: 0;
    width: auto;
}

.pkp_search {
    color: rgba(0, 0, 0, 0.54);
}

.pkp_navigation_primary_row {
    background: #215635;
}

.pkp_navigation_primary_row {
    padding-left: 30px;
    padding-right: 30px;
}

.pkp_structure_head {
    background: #215635;
    border-bottom: 1px solid #ddd;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: none;
    max-width: 100%;
    width: auto;
    height: auto;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.obj_issue_toc .articles>li {
    margin-bottom: 20px;
    border-bottom: solid darkseagreen;
    padding: 1rem;
}

a {
    color: #0d2455;
}

a:hover {
    color: #c7b4a5;
}

.cmp_button_wire,
.obj_galley_link {
    background: #0d2455;
    border: 1px solid #0d2455;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #0d2455;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #15152f;
}

.obj_article_details .abstract {
    text-align: justify;
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

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

.section h2 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #FFDE59;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

.pkp_structure_sidebar {
    padding-left: 20px;
    float: right;
    width: 300px;
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid #215635;
}

.pkp_brand_footer {
    display: none;
}

.pkp_footer_content {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_brand_footer {
    float: right;
    width: 30%;
    padding-bottom: 10px;
    padding-top: 50px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}