.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;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 20px; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}
.pkp_brand_footer {
  display: none;
}
a {
    color: #454d98;
}
.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    color: #333333;
    font-size: .93rem;
    font-weight: 600;
    line-height: 1.43rem;
}
.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 .357rem;
    border-bottom: 3px solid #f7bc4a;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.obj_issue_toc .articles {
    margin-top: 0;
}
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 .357rem;
    border-bottom: 3px solid #f7bc4a;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}
.obj_article_details .orcid a, .obj_article_details .doi a {
    color: #454d98;
    font-weight: 700;
    text-decoration: none;
}
.obj_article_details .abstract {
    text-align: justify;
}
.obj_article_details .authors .affiliation {
    color: #333333;
}
.button {
  background-color: #454d98; /* Green */
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 14px;
  margin: 2px;
  width: 230px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}
.button1 {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.dropbtn {
  background-color: #454d98;
  color: white;
  padding: 10px;
  font-size: 14px;
  border: none;
  width: 230px;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 230px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #454d98;
}