.obj_article_summary .title,
.obj_article_summary .title a,
.obj_article_summary .title a i,
.obj_article_summary .title a em {
  font-style: normal !important;
}

.pkp_site_name .is_img .png {
  display: inline-block;
  max-width: 100px;
  max-width: 100%;
  width: auto;
  height: auto;
}

.content {
  border-radius: 6px;
  background: linear-gradient(54deg, #f9fafb, #f9fafb 41.07%, #f9fafb 76.05%);
}

.pkp_block .block_language {
  border-radius: 6px;
  background: #f9fafb;
  box-shadow:
    inset -9px 9px 16px #c7c8c9,
    inset 9px -9px 16px #ffffff;
}
.pkp_block {
  padding: 10px;
}
.pkp_block .content p:first-child {
  margin-top: -20px;
}
.pkp_navigation_primary_row {
  border-radius: 0px;
  background: #293e93;
}
.pkp_structure_main {
  border-radius: 0px;
  background: #f9fafb;
}
.pkp_head_wrapper {
  background: #293e93;
}

.pkp_structure_main p {
  margin: 20px 0;
  line-height: normal;
}

.pkp_navigation_user {
  color: rgba(255, 255, 255, 0.84);
}
.sidebar {
  border-radius: 6px;
  border-style: groove;
  left: 10px;
  height: "350";
  width: "300";
  background: #f9fafb;
  box-shadow:
    inset -9px 9px 16px #c7c8c9,
    inset 9px -9px 16px #ffffff;
}
.pkp_navigation_user_wrapper {
  border-radius: 0px;
  background: #fffbfb00;
}
.font {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  color: #dedee0;
  text-align: center;
  background: #293e93;
  margin-bottom: 14px;
  letter-spacing: 0px;
}
.font1 {
  font-size: 13px;
  font-weight: 300;
  line-height: 13px;
  color: #dedee0;
  text-align: center;
  background: #293e93;
  margin-bottom: 14px;
  letter-spacing: 0px;
}
.title-line {
  background: #f2c21a;
}

.pkp_structure_content {
  color: rgb(0 122 178);
  background-color: #f9fafb;
  width: auto;
}

.pkp_structure_sidebar {
  width: auto;
}
.pkp_structure_main {
  float: left;
  padding: 0px 40px 44px;
}
.pkp_structure_main:before,
.pkp_structure_main:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0px;
  bottom: 0px;
  width: 2px;
  background: linear-gradient(130deg, #ff6c00, #af002d 41.07%, #319197 76.05%);
}

.pkp_page_index .current_issue .section:last-child {
  margin-bottom: -30px;
}
.obj_issue_toc .galleys,
.obj_issue_toc .section {
  margin: -71px -30px;
}
.obj_issue_toc .galleys,
.obj_issue_toc .section {
  position: relative;
  margin: -78px -24px;
  padding: 39px;
}
.obj_issue_toc .galleys:before,
.obj_issue_toc .section:before {
  content: "";
  position: absolute;
  top: 45px;
  width: 100%;
}
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2 {
  display: inline-block;
  position: relative;
  left: -24px;
  margin-top: -6px;
  padding: 0 15px;
  background: #13316d;
  font-size: 19px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.pkp_navigation_primary > li:first-child a {
  margin-left: 40px;
}
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  margin: 26px 0px 12px;
}
.obj_article_details .main_entry {
  width: 537px;
  border-right: 5px solid #fbb900;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 528px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_structure_footer_wrapper {
  background: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #ddd;
}

.pkp_structure_page {
  margin: 0 auto;
  max-width: 1160px;
}

.pkp_structure_footer {
  margin: 0 auto;
  background: #fbb900;
}

@media (min-width: 1200px) {
  .pkp_site_name,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: auto;
  }
}

.body {
  --stripe: #fab700;
  --bg: #00153f;

  font-family:
    "Noto Serif",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  background: #00eac4;
  background:
    linear-gradient(135deg, var(--bg) 25%, transparent 50%) -50px 0,
    linear-gradient(225deg, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(315deg, var(--bg) 25%, transparent 25%),
    linear-gradient(45deg, var(--bg) 25%, transparent 40%);
  background-size: 100px 100px;
  background-color: var(--stripe);
}
.pkp_site_name .is_text {
  font-family:
    "Noto Serif",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Oxygen-Sans",
    "Ubuntu",
    "Cantarell",
    "Helvetica Neue",
    sans-serif;
  display: inline-block;
  margin: auto;
  width: 100%;
  position: relative;
  font-size: 32px;
  font-weight: 500;
  line-height: 100px;
}
.pkp_site_name > a {
  padding-top: 0px;
  padding-bottom: 24px;
}

.pkp_site_name {
  text-align: center;
  margin-top: -4px;
  margin-bottom: -14px;
}
.pkp_head_wrapper {
  padding-top: 38px;
}

@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
    width: auto;
  }
}

.pkp_structure_head {
  background-color: #ffffff;
  width: auto;
}
.pkp_navigation_primary > li > a {
  color: #ececec;
  font-weight: bold;
}
.obj_issue_toc .cover img {
  display: block;
  max-height: 301px;
  box-shadow: -2px 2px 6px 0px #000112;
  width: auto;
  margin-top: auto;
  margin-block: auto;
}

.obj_issue_toc .cover {
  display: block;
  margin-bottom: 20px;
  float: right;
}
.pkp_unstyled_list,
.cmp_article_list,
.cmp_form .tagit,
.ui-autocomplete,
.cmp_breadcrumbs ol,
.cmp_announcements,
.pkp_page_index .journals ul,
.page_catalog_category .subcategories ul,
.page_issue_archive .issues_archive,
.page_register .context_optin .contexts,
.obj_article_details .authors,
.obj_article_details .galleys_links,
.obj_article_details .supplementary_galleys_links,
.obj_article_summary .galleys_links,
.obj_issue_toc .articles,
.content ul {
  margin: 0;
  padding: 0px;
  list-style: none;
  text-align: justify;
  text-decoration: underline;
  border-bottom: ridge;
  text-underline-position: under;
  font-style: oblique;
  text-shadow: 0 0 black;
}
.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0px 1em;
  background: #13316d;
  border: 1px solid #00153e;
  border-radius: 5px;
  font-size: 10px;
  line-height: 13px;
  color: #ffffff;
  text-decoration: none;
  border-right: solid;
  font-weight: bold;
  border-left: solid;
}

.a {
  color: #0b1c4094;
}

.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #e27b12;
  outline: 0;
  border-color: #c33939;
}
.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #ea8623;
}
.pkp_nav_list li {
  position: relative;
  display: inline-block;
  border-left-style: groove;
}
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
  font-family: "Arial Black", Gadget, sans-serif;
}
.pkp_nav_list a {
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  text-decoration: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
