@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  font-display: swap; /* Controls how the font loads */
  src: local('Libre Franklin Regular'), 
       url('../fonts/libre-franklin-regular.woff2') format('woff2'), /* Path to WOFF2 file */
       url('../fonts/libre-franklin-regular.woff') format('woff');  /* Path to WOFF file */
}

@media only screen and (max-width: 1024px) {
  .has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
    width: 100%;
    padding-top: 2px;
}  
}

.pkp_page_article.pkp_op_view.has_site_logo .cmp_breadcrumbs ol {
    line-height: 0.43rem;
    font-size: .93rem;
}

.pkp_page_article.pkp_op_view.has_site_logo .pkp_block.block_announcements{
  visibility: hidden;
}

.pkp_navigation_primary_row {
    background: green;
}
html, body {
    background: #ddd;
    margin: 0rem;
}
.obj_article_details .authors .orcid {
    display: block;
    font-size: .75rem;
    line-height: 1.43rem;
    visibility: hidden;
}
.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: rgba(0, 0, 0, 0.54);
    position: absolute;
    visibility: hidden;
}
.obj_galley_link.pdf {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: green;
    color: white;
    border: none;
}
.pkp_navigation_user>li>a {
        color: green;
}
.pkp_site_name .is_img img{
display: inline-block;
max-height: 100px;
min-height: 40px;
max-width: 100%;
width: auto;
height: 7rem;
}
.pkp_site_name{
    top: -10px;
}
    .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
.pkp_site_nav_menu {
   border-bottom: 1px solid #ddd;
}
.pkp_site_nav_menu .pkp_nav_list{
    padding-left: 0;
    margin-left: 30px;
}
a.pkp_search.pkp_search_desktop{
   color: #016312;
   visibility: hidden;
}
a.pkp_search.pkp_search_desktop:hover{
   color: #65bf67;
}
.pkp_structure_page {
    margin-top: 5px;
    max-width: 1300px;
}

.pkp_structure_content.has_sidebar{
    width: auto;
    
}
.pkp_structure_content .has_sidebar{
    height: 10rem;
}
#navigationPrimary a{
    font-family:'Libre Franklin', sans-serif;
    color: white;
    font-weight: 500; 
}
    #navigationPrimary ul {
        background: green;
    }
    #navigationPrimary ul a {
      color: white;
    }
    #navigationPrimary ul a:hover{
      border-bottom: 5px solid white;
      background: none;
    }
.pkp_structure_content{
  padding-top: 0rem;
}
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1300px;
    position: fixed;
    z-index: 10;
    top: 0;
}
.pkp_structure_sidebar:before{
    border: none;
}

.pkp_structure_sidebar .left {
  
    margin-top: 0rem;
}

.pkp_block .block_make_submission{
    border: none;
}
.pkp_navigation_user_wrapper .pkp_navigation_user{
    margin-right: 0;
    padding-right: 0;
    width: auto;
    justify-content: center;
}

.obj_article_summary>.title a {
    text-decoration: none;
    color: #545454;
}

.obj_article_summary>.title a:hover {
    color: #65bf67;
}


.pkp_structure_footer_wrapper {
    margin-top: 0px;
    height: 18rem;
}
.pkp_structure_sidebar .block_make_submission a:hover{
    background-color: #65bf67;
}

.pkp_brand_footer{
   visibility: hidden;
}

.pkp_footer_content{
    padding: 1rem;
    height: 0rem;
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

  .pkp_footer_content{
   width: 85%;
  padding-left: 3rem;
}

/*============================MAIN CONTENT============================*/
/* @media only screen and (max-width: 2300px) {
  .pkp_structure_main{
    padding-bottom: 10px;
    width: 83%;
    border-right: 1px solid #ddd;
    padding-left: 5rem
}
}
@media only screen and (max-width: 2300px) {
  .homepage_about{
    margin-top: -20rem;
    margin-left: 15rem;
  }
  .homepage_image{
    max-width: 25%;
    position: relative;
    top: 3rem;
  }
} */
@media only screen and (max-width: 1875px) {
  .pkp_structure_main{
    padding-bottom: 10px;
    width: 80%;
    padding-left: 5rem;
    padding-top: 10.5rem;
}
/*==================================== Author section ====================================*/

/* Layout for the horizontal list of the first 3 authors */
.authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* Wrapper for Icon + Name */
.author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.author-js-container {
    position: relative;
}

/* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
.author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    white-space: normal;
    margin-top: 5px;
    transition: opacity 0.2s ease, visibility 0s linear 0.3s;
}

/* Bridge to prevent tooltip closing when moving mouse from trigger to box */
.author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

/* Global Hover Logic for all Tooltips */
.orcid-icon-wrapper:hover .orcid-tooltip,
.name-trigger:hover .affiliation-tooltip,
.email-icon-wrapper:hover .email-tooltip,
.author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.orcid-icon-wrapper, .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
}

/* Icons */
.fa-id-card { color: green; }
.fa-envelope { color: #666; }

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
}
/* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

.author-more-dropdown {
    position: relative;
    display: inline-block;
}

/* Hidden Checkbox */
.dropdown-check {
    display: none !important;
}

.more-trigger {
    color: green;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

/* The hidden dropdown menu - NO HOVER RULES HERE */
.more-authors-list {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
}

/* CLICK ACTION: Show list when checkbox is checked */
.dropdown-check:checked ~ .more-authors-list {
    display: block !important;
}

/* Authors inside the dropdown */
.dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-author-item:last-child {
    border-bottom: none;
}

/* Side tooltips for items inside the dropdown */
.dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important; 
    margin-left: 10px;
    margin-top: 0;
}

/* Bridge for side-tooltips */
.dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
}

/*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 2.2rem;
        top: 43rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px gray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

.obj_article_details .issue_identification{
        position: absolute;
        top: 42.2rem;
        right: 4.7rem;
        color: #2e6930;
        font-size: 22px;
        font-weight: 700;
        font-family: sans-serif;

}

/*==================================== CITATION ICON ====================================*/

.obj_article_details .entry_details .sub_item.citation_display .label-title{
  background-color: lightgray;
  font-size: 16px;
  padding: 14px;
  font-weight: 200;
  margin-top: 0rem;
}
/* Container positioning */
/* 1. Hide the actual checkbox */
.cite-checkbox-input {
    display: none;
}

/* 2. Style the Label to look like a Button */
.citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
}

.citation-toggle-btn:hover {
    background: none;
}

/* 3. The Dropdown Content (Hidden by default) */
.citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    top: 100%;
    left: 13px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-top: -3px;
}

/* 4. THE MAGIC: If checkbox is checked, show the dropdown */
.cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
}

/* Rotate arrow icon when open */
.cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Ensure the dropdown is relative to the container */
.citation-dropdown {
    position: relative;
    display: inline-block;
}

.arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
}

.entry_details .item.citation-dropdown {
    position: absolute;
    left: 19rem;
    top: 19.7rem;
    background:none;
    box-shadow: none;
    font-size: 12px;
}

.citation-toggle-btn .fa-quote-right {
    display: inline-block;       /* Required for transforms to work */
    transform: scaleX(-1);      /* This creates the mirror effect */
}

/*==================================== Recommended articles ====================================*/

/* Container styling for the entire suggested reads section */
#articlesBySimilarityList {
    position: absolute;
    width: 17rem;
    bottom: 19rem;
    right: 24rem;
}

/* Style the heading (the H3 tag) to match the green bar */
#articlesBySimilarityList h3 {
    background-color: #4CAF50; /* A standard green */
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: normal; /* Title font in screenshot is not bold */
    margin: 0 0 10px 0; /* Adjust spacing */
}

#articlesBySimilarityList h3 a {
    color: inherit; /* Inherit the color (white) from the parent h3 */
    text-decoration: none; /* Optional: removes the default link underline */
}

/* Style the main unordered list */
#articlesBySimilarityList ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
}

/* Style individual list items */
#articlesBySimilarityList li {
    border-bottom: 1px solid #ddd; /* Horizontal line separator */
    padding: 15px 0;
    line-height: 1.4em;
}

/* Remove the border from the very last item */
#articlesBySimilarityList li:last-child {
    border-bottom: none;
}

/* Style the article title links (making them strong/bold like in the image) */
#articlesBySimilarityList li a {
    text-decoration: none;
    color: #333; /* Dark gray for better contrast */
    font-weight: bold; /* Titles are bold in the screenshot */
    display: block; /* Ensures the link spans the whole line */
    margin-bottom: 5px; /* Space between title and authors */
}

/* Style the author list within each item */
#articlesBySimilarityList li span.author {
    font-size: 0.85em; /* Smaller font size for authors */
    color: green; /* Greyed out text for authors */
    display: inline-block; /* Puts authors on a new line */
    /* Adjusting the " ," added by the smarty code to be less intrusive */
    margin-right: 2px;
}

/*==================================== DOI Link ====================================*/

/* .custom-doi-link {
    margin: 15px 0;
    display: block;
    position: relative;
    left: 24rem;
    top: 21.25rem;
    font-size: 12px;
}

.custom-doi-link a {
    text-decoration: none  !important;
    color: black; 
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

.custom-doi-link a:hover {
    color: green; 
   
}
.custom-doi-link a:hover span, 
.custom-doi-link a:hover .doi-text {
    text-decoration: underline;
}

.custom-doi-link a i,
.custom-doi-link a .fa-mouse-pointer {
    display: inline-block;
    text-decoration: none !important; 
    border: none !important;
    font-size: .9em;
    transform: scaleX(-1); 
} */

 .main_entry .article_header_info{
    position: absolute;
    top: 12rem;
    left: 5.1rem;
    font-size: 11px;
  }

.pkp_page_index.pkp_op_index.has_site_logo .obj_issue_toc .cover {
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
    }

     .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main .page_title {      
        font-size: 27px;
        width: 76rem;
        line-height: 1.3;
        position: absolute;
        visibility: hidden;
        top: 0rem;
    }
   .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
        padding-bottom: 2rem;
        width: 70%;
        padding-left: 5rem;
        padding-top: 11.5rem;
    }

 .page.page_article .cmp_breadcrumbs{ 
    padding: .8rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 100rem;
    height: 2rem;
    margin-left: -5rem;
    margin-top: 1.1rem;
    position: fixed;
    top: 7.9rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}
  .obj_article_details .entry_details{
    width: 260px;
    margin-left: 6rem;
  }
  .obj_article_details>.page_title{
    text-align: left;
    font-family:'Libre Franklin';
  }
.pkp_structure_main .page_title{
    /* margin-top: 10rem; */
    font-size: 30px;
    width: 85rem;
    position: absolute;
    top: 13rem;
    /* margin-left: -1rem; */
    /* padding-bottom: 9rem; */
    /* padding-right: 3rem; */
    line-height: 1.3;
}
  .obj_article_details .row{
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 89rem;
    margin-top: 10.6rem;
    border-top: 1px solid black;
  }
.obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
}
.obj_article_details .authors{
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 78.2rem;
        font-size: 13px;
        position: absolute;
        top: 19.7rem;
        left: 12.2rem;
        color: green;
        z-index: 9;
        padding: 0rem;
        height: 4rem;
}
 .obj_article_details .entry_details .item.galleys{
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 19.7rem;
    left: 4.9rem
  }
    .obj_issue_toc .section {
        margin-top: -8rem;
        padding: 0rem;
        margin-bottom: 2rem;
    }
  .obj_article_details .main_entry{
        width: 82%;
        text-align: justify;
        margin-left: 13rem;
  }

  .obj_article_details .item.abstract{
    width: 78rem;
  }
  .obj_article_details .entry_details{
        width: 260px;
        margin-left: 1rem;
  }
  .obj_article_details .entry_details .sub_item:first-child>.label {
    padding-top: 1.1rem;
    padding-right: 0rem;
    background-color: transparent;
    font-size: 11px;
    color: black;
    text-transform: capitalize;
  }
    .obj_article_details .entry_details .sub_item .value {
    padding-top: 1.43rem;
    padding-left: 0.6rem;
    border-radius: 3px;
  }
  
  .obj_article_details .item.published .sub_item{
    display: inline-flex;
    font-size: 11px;
  }
 
  .obj_article_details .entry_details .galleys_links>li a{
    display: block;
    background: green;
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
}
}
@media only screen and (max-width: 1875px) {
  .homepage_about{
    margin-top: -22rem;
    margin-left: 22rem;
    font-size: 15px;
  }
  .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 44.3rem;
    left: 11rem;
  }
  .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top:  44.3rem;
    left: 11rem;
  }
  .obj_issue_toc .heading .published{
    visibility: hidden;
  }
  .obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
.pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 6rem;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
.obj_issue_toc h3+.articles{
 height: 30rem;
}
.obj_issue_toc .section{
  margin-top: -7rem;
  padding: 0rem;
  margin-bottom: 2rem;
}
.section .obj_article_summary .title{
  width: 75%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
.obj_article_details .item.citation {
        position: absolute;
        width: 11.25rem;
        font-size: 10px;
        top: 22.3rem;
        left: 4.9rem;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 15.9rem;
        left: 3.7rem;
        background: transparent;
    }
   
     .obj_article_details .entry_details .item.copyright {
       background: rgba(242, 242, 242);
        box-shadow: none;
        position: absolute;
        width: 22rem;
        height: auto;
        left: 98.4rem;
        font-size: 11px;
        top: 57.8rem;
}
 .obj_article_details .entry_details .cover_image {
    background: transparent;
    box-shadow: none;
    position: absolute;
    left: 98.45rem;
    width: 21.95rem;
    top: 12.2rem;
      }
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
        position: absolute;
        width: 21.9rem;
        left: 98.45rem;
        top: 44rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }

  .section .obj_article_summary .meta .authors{
  font-size: 14px;
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_image{
    max-width: 22%;
    position: relative;
    top: 2rem;
    left: 2rem;
  }
  .current_issue{
    margin-top: -4rem;
  }
}
@media only screen and (max-width: 1700px) {
  .pkp_structure_main{
    padding-bottom: 10px;
    width: 80%;
    padding-left: 5rem;
    padding-top: 10.5rem;
}

 /*==================================== Author section ====================================*/

/* Layout for the horizontal list of the first 3 authors */
.authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* Wrapper for Icon + Name */
.author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.author-js-container {
    position: relative;
}

/* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
.author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    white-space: normal;
    margin-top: 5px;
    transition: opacity 0.2s ease, visibility 0s linear 0.3s;
}

/* Bridge to prevent tooltip closing when moving mouse from trigger to box */
.author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

/* Global Hover Logic for all Tooltips */
.orcid-icon-wrapper:hover .orcid-tooltip,
.name-trigger:hover .affiliation-tooltip,
.email-icon-wrapper:hover .email-tooltip,
.author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.orcid-icon-wrapper, .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
}

/* Icons */
.fa-id-card { color: green; }
.fa-envelope { color: #666; }

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
}
/* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

.author-more-dropdown {
    position: relative;
    display: inline-block;
}

/* Hidden Checkbox */
.dropdown-check {
    display: none !important;
}

.more-trigger {
    color: green;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

/* The hidden dropdown menu - NO HOVER RULES HERE */
.more-authors-list {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
}

/* CLICK ACTION: Show list when checkbox is checked */
.dropdown-check:checked ~ .more-authors-list {
    display: block !important;
}

/* Authors inside the dropdown */
.dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-author-item:last-child {
    border-bottom: none;
}

/* Side tooltips for items inside the dropdown */
.dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important; 
    margin-left: 10px;
    margin-top: 0;
}

/* Bridge for side-tooltips */
.dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
}


/*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 2.2rem;
        top: 43rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px gray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

.obj_article_details .issue_identification{
        position: absolute;
        top: 42.2rem;
        right: 4.7rem;
        color: #2e6930;
        font-size: 22px;
        font-weight: 700;
        font-family: sans-serif;

}

/*==================================== CITATION ICON ====================================*/

.obj_article_details .entry_details .sub_item.citation_display .label-title{
  background-color: lightgray;
  font-size: 16px;
  padding: 14px;
  font-weight: 200;
  margin-top: 0rem;
}
/* Container positioning */
/* 1. Hide the actual checkbox */
.cite-checkbox-input {
    display: none;
}

/* 2. Style the Label to look like a Button */
.citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
}

.citation-toggle-btn:hover {
    background: none;
}

/* 3. The Dropdown Content (Hidden by default) */
.citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    top: 100%;
    left: 13px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-top: -3px;
}

/* 4. THE MAGIC: If checkbox is checked, show the dropdown */
.cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
}

/* Rotate arrow icon when open */
.cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Ensure the dropdown is relative to the container */
.citation-dropdown {
    position: relative;
    display: inline-block;
}

.arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
}

.entry_details .item.citation-dropdown {
    position: absolute;
    left: 19rem;
    top: 19.7rem;
    background:none;
    box-shadow: none;
    font-size: 12px;
}

.citation-toggle-btn .fa-quote-right {
    display: inline-block;       /* Required for transforms to work */
    transform: scaleX(-1);      /* This creates the mirror effect */
}

/*==================================== Recommended articles ====================================*/

/* Container styling for the entire suggested reads section */
#articlesBySimilarityList {
    position: absolute;
    width: 17rem;
    bottom: 19rem;
    right: 24rem;
}

/* Style the heading (the H3 tag) to match the green bar */
#articlesBySimilarityList h3 {
    background-color: #4CAF50; /* A standard green */
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: normal; /* Title font in screenshot is not bold */
    margin: 0 0 10px 0; /* Adjust spacing */
}

#articlesBySimilarityList h3 a {
    color: inherit; /* Inherit the color (white) from the parent h3 */
    text-decoration: none; /* Optional: removes the default link underline */
}

/* Style the main unordered list */
#articlesBySimilarityList ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
}

/* Style individual list items */
#articlesBySimilarityList li {
    border-bottom: 1px solid #ddd; /* Horizontal line separator */
    padding: 15px 0;
    line-height: 1.4em;
}

/* Remove the border from the very last item */
#articlesBySimilarityList li:last-child {
    border-bottom: none;
}

/* Style the article title links (making them strong/bold like in the image) */
#articlesBySimilarityList li a {
    text-decoration: none;
    color: #333; /* Dark gray for better contrast */
    font-weight: bold; /* Titles are bold in the screenshot */
    display: block; /* Ensures the link spans the whole line */
    margin-bottom: 5px; /* Space between title and authors */
}

/* Style the author list within each item */
#articlesBySimilarityList li span.author {
    font-size: 0.85em; /* Smaller font size for authors */
    color: green; /* Greyed out text for authors */
    display: inline-block; /* Puts authors on a new line */
    /* Adjusting the " ," added by the smarty code to be less intrusive */
    margin-right: 2px;
}

/*==================================== License Hover ====================================*/

.obj_article_details .entry_details .item.licensing-dropdown-container{
    background: none ;
    box-shadow: none;
    position: absolute;
    left: 23rem;
    top: 19.85rem;
    font-size: 12px;
}
.license-checkbox-input {
    display: none;
}

/* 2. Style the Trigger Button */
.licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
}


/* 3. The Floating Popup (Hidden by default) */
.licensing-floating-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 10px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    margin-top: -2px;
    border-radius: 4px;
}

/* 4. THE CLICK LOGIC: Show when checked */
.license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
}


/* Container spacing */
.licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

/* Internal badge/text styling */
.license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
}

/*==================================== Share Button ====================================*/

.share-checkbox-input {
    display: none;
}

/* 2. The container anchor point */
.social-share-dropdown-container {
    position: absolute;
    display: inline-block;
    margin: 10px 0;
    top: 21.25rem;
    left: 29rem;
}

/* 3. The "Share" button styling (the Label) */
.share-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background: transparent;
    padding: 6px 12px;
    border-radius: 4px;
    user-select: none;
    transition: background 0.2s;
    font-size: 12px;
}

.share-toggle-btn:hover { background: transparent; }

.share-toggle-btn .arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
}

/* 4. The Dropdown Content (Hidden by default) */
.social-share-buttons {
    display: none; /* Hidden by default */
    position: absolute;
    top: 100%;
    left: 11px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-top: -1px;
    border-radius: 4px;
    white-space: nowrap; /* Keep buttons on one line */
}

/* 5. THE CLICK LOGIC: Show when checkbox is checked */
.share-checkbox-input:checked ~ .social-share-buttons {
    display: block;
}

/* Rotate arrow when open */
.share-checkbox-input:checked ~ .share-toggle-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Button styling inside the popup */
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s;
}

.share-btn.facebook { background-color: #3b5998; }
.share-btn.twitter { background-color: #55ACEE; }
.share-btn.linkedin { background-color: #007bb5; }
.share-btn.email { background-color: #6c757d; }


 .main_entry .article_header_info{
    position: absolute;
    top: 12rem;
    left: 5.1rem;
    font-size: 11px;
    font-family: sans-serif;
  }

.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
.obj_issue_toc h3+.articles{
  margin-top: 0rem;
}
.obj_article_details{
  margin-top: 2rem;
}
.obj_article_details .row{
    margin-left: -2.143rem;
    margin-right: -2.143rem;
    width: 108%;
  }
  .obj_article_details .main_entry{
    width: 70%;
    text-align: justify;
  }
  .obj_article_details .entry_details{
    width: 260px;
    margin-left: 3rem;
  }
  .obj_article_details .entry_details .item.galleys{
    box-shadow: none;
    text-align: center;
  }

}
@media only screen and (max-width: 1700px) {
  .obj_issue_toc .section{
  margin-top: -9rem;
  padding: 0rem;
  margin-bottom: 2rem;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.page.page_article .cmp_breadcrumbs{
    padding: .8rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 96rem;
    margin-left: -5rem;
    margin-top: 1rem;
    position: fixed;
    top: 8rem;
    z-index: 11;
}

.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}

.obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
}
  .obj_article_details .main_entry{
        width: 82%;
        text-align: justify;
        margin-left: 13rem;
        margin-top: 0.6rem;
  }
      .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main .page_title {      
        font-size: 27px;
        width: 76rem;
        line-height: 1.3;
        position: absolute;
        visibility: hidden;
        top: 0rem;
    }

  .pkp_page_open-access.pkp_op_index.has_site_logo .pkp_structure_main {
        padding-bottom: 3rem;
        width: 70%;
        padding-left: 5rem;
        padding-top: 11.5rem;
    }
.pkp_structure_main .page_title{
    /* margin-top: 3rem; */
    font-size: 27px;
    width: 76rem;
    position: absolute;
    top: 14rem;
    /* padding-bottom: 7rem;
    padding-right: 3rem; */
    line-height: 1.3;
}
.obj_article_details .authors{
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 78.2rem;
        font-size: 13px;
        position: absolute;
        top: 16.9rem;
        left: 4.3rem;
        color: green;
        z-index: 9;
        padding: 0rem;
        height: 4rem;
}
  .obj_article_details .row{
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 99%;
    margin-top: 11.1rem;
  }
    .obj_issue_toc .section {
        margin-top: -8rem;
        padding: 0rem;
        margin-bottom: 2rem;
    }
  .obj_article_details>.page_title{
    padding-top: 0;
    text-align: left;
    font-family:'Libre Franklin';
    line-height: 1;
  }
  .obj_article_details .entry_details{
        width: 260px;
        margin-left: 1rem;
  }
  .obj_article_details .entry_details .cover_image {
    background: transparent;
    box-shadow: none;
    position: absolute;
    left: 87rem;
    width: 19rem;
    top: 12.2rem;
  }
  .obj_article_details .entry_details .item.galleys{
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 20rem;
    left: 4.9rem
  }
  .obj_article_details .entry_details .sub_item:first-child>.label {
    padding-top: 1.1rem;
    background-color: transparent;
    font-size: 10px;
    text-transform:capitalize;
    color: black;
  }
  .obj_article_details .entry_details .sub_item .value {
      padding-top: 1.38rem;
      padding-left: 0.6rem;
      border-radius: 3px;
  }
  
  .obj_article_details .item.published .sub_item{
    display: inline-flex;
    font-size: 10px;
  }
  .obj_article_details .entry_details .citation_display{
    font-size: 10px;
  }
  /* .obj_article_details .item.citation{
        width: 65rem;
        font-size: 10px;
        margin-left: -2rem;
  } */

  .obj_article_details .item.citation {
        position: absolute;
        width: 11.25rem;
        font-size: 10px;
        top: 22.6rem;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 16.6rem;
        left: 3.7rem;
        background: transparent;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 19rem;
        height: auto;
        font-size: 11px;
        position: absolute;
        left: 87rem;
        top: 53.7rem;
}
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
    visibility: hidden;    
    position: absolute;
        width: 19rem;
        left: 87rem;
        top: 40rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }


  .obj_article_details .entry_details .galleys_links>li a{
    display: block;
    background: green;
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
}
.obj_article_details .item.abstract{
    width: 66.5rem;
    position: relative;
  }
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 44.15rem;
    left: 11rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top: 44.15rem;
    left: 11rem;
  }
.pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
.section .obj_article_summary .title{
  width: 90%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
}
  .section .obj_article_summary .meta .authors{
  font-size: 14px;
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_about{
    margin-top: -22rem;
    margin-left: 21.5rem;
    FONT-SIZE: 15px;
  }
  .obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
  .homepage_image{
    max-width: 25%;
    position: relative;
    top: 2rem;
  }
  .current_issue{
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 1521px) {
  .pkp_structure_main{
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 70rem;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }

  /*==================================== Author section ====================================*/

/* Layout for the horizontal list of the first 3 authors */
.authors-list-horizontal {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

/* Wrapper for Icon + Name */
.author-header-group {
    display: flex;
    align-items: center;
    position: relative;
    gap: 5px;
}

.author-js-container {
    position: relative;
}

/* Tooltip Base - Handles ORCID, Email, and Affiliation popups */
.author-tooltip {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    z-index: 10001; /* Higher than the dropdown */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    min-width: 200px;
    white-space: normal;
    margin-top: 5px;
    transition: opacity 0.2s ease, visibility 0s linear 0.3s;
}

/* Bridge to prevent tooltip closing when moving mouse from trigger to box */
.author-tooltip::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

/* Global Hover Logic for all Tooltips */
.orcid-icon-wrapper:hover .orcid-tooltip,
.name-trigger:hover .affiliation-tooltip,
.email-icon-wrapper:hover .email-tooltip,
.author-tooltip:hover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.orcid-icon-wrapper, .email-icon-wrapper {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.name-trigger {
    cursor: help;
    position: relative;
    white-space: nowrap;
}

/* Icons */
.fa-id-card { color: green; }
.fa-envelope { color: #666; }

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
    visibility: hidden;
}
/* ==================================== 
   THE CLICKABLE "MORE" DROPDOWN LOGIC 
   ==================================== */

.author-more-dropdown {
    position: relative;
    display: inline-block;
}

/* Hidden Checkbox */
.dropdown-check {
    display: none !important;
}

.more-trigger {
    color: green;
    cursor: pointer;
    text-decoration: underline;
    user-select: none;
}

/* The hidden dropdown menu - NO HOVER RULES HERE */
.more-authors-list {
    display: none; 
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 10000;
    min-width: 250px;
    list-style: none;
    margin-top: 10px;
    padding: 10px 0;
}

/* CLICK ACTION: Show list when checkbox is checked */
.dropdown-check:checked ~ .more-authors-list {
    display: block !important;
}

/* Authors inside the dropdown */
.dropdown-author-item {
    padding: 8px 15px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-author-item:last-child {
    border-bottom: none;
}

/* Side tooltips for items inside the dropdown */
.dropdown-author-item .author-tooltip {
    top: 0 !important;
    left: 100% !important; 
    margin-left: 10px;
    margin-top: 0;
}

/* Bridge for side-tooltips */
.dropdown-author-item .author-tooltip::before {
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
}



  /*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 3rem;
        top: 46rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px lightgray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

.obj_article_details .issue_identification{
        position: absolute;
        top: 45rem;
        right: 5.5rem;
        color: #2e6930;
        font-size: 22px;
        font-weight: 700;
        font-family: sans-serif;

}

/*==================================== CITATION ICON ====================================*/

.obj_article_details .entry_details .sub_item.citation_display .label-title{
  background-color: lightgray;
  font-size: 16px;
  padding: 14px;
  font-weight: 200;
  margin-top: 0rem;
}
/* Container positioning */
/* 1. Hide the actual checkbox */
.cite-checkbox-input {
    display: none;
}

/* 2. Style the Label to look like a Button */
.citation-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: none;
    user-select: none;
}

.citation-toggle-btn:hover {
    background: none;
}

/* 3. The Dropdown Content (Hidden by default) */
.citation-dropdown-content {
    display: none; /* Logic: show when checkbox is checked */
    position: absolute;
    top: 100%;
    left: 13px;
    z-index: 3;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 380px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    margin-top: -3px;
}

/* 4. THE MAGIC: If checkbox is checked, show the dropdown */
.cite-checkbox-input:checked ~ .citation-dropdown-content {
    display: block;
}

/* Rotate arrow icon when open */
.cite-checkbox-input:checked ~ .citation-toggle-btn .arrow-icon {
    transform: rotate(180deg);
}

/* Ensure the dropdown is relative to the container */
.citation-dropdown {
    position: relative;
    display: inline-block;
}

.arrow-icon {
    font-size: 0.8em;
    transition: transform 0.2s;
}

.entry_details .item.citation-dropdown {
    position: absolute;
    left: 17rem;
    top: 19.7rem;
    background:none;
    box-shadow: none;
    font-size: 12px;
}

.citation-toggle-btn .fa-quote-right {
    display: inline-block;       /* Required for transforms to work */
    transform: scaleX(-1);      /* This creates the mirror effect */
}

/*==================================== Recommended articles ====================================*/

/* Container styling for the entire suggested reads section */
#articlesBySimilarityList {
    position: absolute;
    width: 17rem;
    bottom: 19rem;
    right: 24rem;
}

/* Style the heading (the H3 tag) to match the green bar */
#articlesBySimilarityList h3 {
    background-color: #4CAF50; /* A standard green */
    color: white;
    padding: 10px 15px;
    font-size: 1.1em;
    font-weight: normal; /* Title font in screenshot is not bold */
    margin: 0 0 10px 0; /* Adjust spacing */
}

#articlesBySimilarityList h3 a {
    color: inherit; /* Inherit the color (white) from the parent h3 */
    text-decoration: none; /* Optional: removes the default link underline */
}

/* Style the main unordered list */
#articlesBySimilarityList ul {
    list-style: none; /* Removes default bullets */
    padding: 0;
    margin: 0;
}

/* Style individual list items */
#articlesBySimilarityList li {
    border-bottom: 1px solid #ddd; /* Horizontal line separator */
    padding: 15px 0;
    line-height: 1.4em;
}

/* Remove the border from the very last item */
#articlesBySimilarityList li:last-child {
    border-bottom: none;
}

/* Style the article title links (making them strong/bold like in the image) */
#articlesBySimilarityList li a {
    text-decoration: none;
    color: #333; /* Dark gray for better contrast */
    font-weight: bold; /* Titles are bold in the screenshot */
    display: block; /* Ensures the link spans the whole line */
    margin-bottom: 5px; /* Space between title and authors */
}

/* Style the author list within each item */
#articlesBySimilarityList li span.author {
    font-size: 0.85em; /* Smaller font size for authors */
    color: green; /* Greyed out text for authors */
    display: inline-block; /* Puts authors on a new line */
    /* Adjusting the " ," added by the smarty code to be less intrusive */
    margin-right: 2px;
}

/*==================================== License Hover ====================================*/

.obj_article_details .entry_details .item.licensing-dropdown-container{
    background: none ;
    box-shadow: none;
    position: absolute;
    left: 21rem;
    top: 19.85rem;
    font-size: 12px;
}
.license-checkbox-input {
    display: none;
}

/* 2. Style the Trigger Button */
.licensing-trigger {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    padding: 6px 12px;
    user-select: none;
    transition: background 0.2s;
}


/* 3. The Floating Popup (Hidden by default) */
.licensing-floating-popup {
    display: none;
    position: absolute;
    top: 100%;
    left: 12px;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #ddd;
    padding: 15px;
    width: 320px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    margin-top: -2px;
    border-radius: 4px;
}

/* 4. THE CLICK LOGIC: Show when checked */
.license-checkbox-input:checked ~ .licensing-floating-popup {
    display: block;
}


/* Container spacing */
.licensing-dropdown-container {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

/* Internal badge/text styling */
.license-badge-wrapper img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
}

.license-terms-text {
    font-size: 0.85em;
    margin-top: 10px;
    color: #444;
}

/*==================================== Share Button ====================================*/

.social-share-dropdown-container {
        position: absolute;
        display: inline-block;
        margin: 10px 0;
        top: 21.25rem;
        left: 27.35rem;
    }



.page.page_article .cmp_breadcrumbs{
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 80rem;
    height: 0rem;
    margin-left: -5rem;
    margin-top: 0.5rem;
    position: fixed;
    top: 8.2rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}
.cmp_breadcrumbs ol {
    line-height: 0.43rem;
    font-size: .93rem;
}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
    text-transform: capitalize;
}
.pkp_structure_main .page_title{
    margin-top: 3rem;
    font-size: 25px;
    width: 60rem;
    position: absolute;
    /* padding-bottom: 7rem; */
}
.obj_article_details .authors li {
    margin-bottom: 0.4rem;
    padding: 10px;
}
    .obj_issue_toc .section {
        margin-top: -8rem;
        padding: 0rem;
        margin-bottom: 2rem;
    }
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 42.15rem;
    left: 11rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top: 42.15rem;
    left: 11rem;
  }
  .pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        top: -6rem;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
.obj_issue_toc h3+.articles{
  margin-top: -6rem;
}
.obj_article_details .row{
    margin-left: -0.143rem;
    margin-right: -2.143rem;
    width: 99%;
    margin-top: 11rem;
  }
.obj_article_details .authors{
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 78.2rem;
        font-size: 13px;
        position: absolute;
        top: 16.6rem;
        left: 4.3rem;
        color: green;
        z-index: 9;
        padding: 0rem;
        height: 4rem;
}
.obj_article_details .item.abstract {
      width: 54.5rem;
      position: relative;
    }
  .obj_article_details .page_title{
    text-align: justify;
    font-family:'Libre Franklin';
  }
  .obj_article_details .main_entry{
        width: 82%;
        text-align: justify;
        margin-left: 11rem;
        margin-top: 0.5rem;
  }
  .obj_article_details .entry_details{
        width: 260px;
        margin-left: 1rem;
  }
  .obj_article_details .entry_details .item.galleys{
    box-shadow: none;
    text-align: center;
    position: absolute;
    top: 19.9rem;
    left: 4.9rem
  }
  .obj_article_details .item.published .sub_item{
    display: inline-flex;
    font-size: 10px;
  }

  .obj_article_details .item.published .citation_display{
    display: inline-flex;
    font-size: 10px;
  }
  .obj_article_details .item.citation {
        position: absolute;
        width: 11.25rem;
        font-size: 10px;
        top: 22.4rem;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 16.2rem;
        left: 3.5rem;
        background: transparent;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 20.75rem;
        position: absolute;
        height: auto;
        font-size: 11px;
        left: 71rem;
        top: 56rem;
}
    .obj_article_details .entry_details .cover_image {
        background: transparent;
        box-shadow: none;
        position: absolute;
        left: 71rem;
        width: 20.8rem;
        top: 12.2rem;
    }
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
       position: absolute;
        width: 20.75rem;
        left: 71rem;
        top: 42.2rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }

    .obj_article_details .entry_details .sub_item:first-child>.label {
    padding-top: 1.14rem;
    font-size: 10px;
    padding-right: 8px;
    text-transform: capitalize;
    color: black;
  }
  .obj_article_details .item.published .sub_item .value {
    padding-top: 1.45rem;
    padding-left: 0rem;
    border-radius: 3px;
    }
  .obj_article_details .entry_details .galleys_links>li a{
    display: block;
    background: green;
    color: white;
    padding-left: 4rem;
    padding-right: 4rem;
    border-radius: 0px;
}
  /* .obj_article_details .page_title{
    width: 75%;
  } */

.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
  .homepage_about{
    margin-top: -20rem;
    margin-left: 19rem;
    font-size: 15px;
  }
  .homepage_image{
    max-width: 28%;
    position: relative;
    top: 3rem;
  }
   .current_issue{
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .pkp_structure_main{
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 70rem;
}
/*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 2.2rem;
        top: 43rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px gray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
  .page.page_article .cmp_breadcrumbs{
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 81rem;
    margin-left: -5rem;
    margin-top: 0.5rem;
    position: fixed;
    top: 8.2rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 42.15rem;
    left: 11rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
     top: 42.15rem;
    left: 11rem;
  }
  .pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
.obj_issue_toc h3+.articles{
  margin-top: -6rem;
}
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
.obj_article_details .item.citation {
  position: absolute;
  width: 11.25rem;
  font-size: 10px;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 16.3rem;
        left: 3.5rem;
        background: transparent;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 20.8rem;
        height: auto;
        position: absolute;
        font-size: 11px;
    }
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
        position: absolute;
        width: 20.7rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
  .homepage_about{
    margin-top: -20rem;
    margin-left: 19rem;
  }
  .homepage_image{
    max-width: 28%;
    position: relative;
    top: 3rem;
  }
}
@media only screen and (max-width: 1320px) {
  .pkp_structure_main{
    padding-top: 11rem;
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 60rem;
}
/*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 2.2rem;
        top: 43rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px gray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main{
    padding-top: 11rem;
    padding-left: 5rem;
    padding-bottom: 10px;
    width: 60rem;
    border-right: none;
}
.page.page_article .cmp_breadcrumbs{
    padding: 1rem;
    padding-left: 5rem;
    padding-right: 10rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 72rem;
    margin-left: -5rem;
    margin-top: 0.5rem;
    position: fixed;
    top: 8.2rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;
}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 40.55rem;
    left: 11rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top: 40.55rem;
    left: 11rem;
  }
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
  .pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
.obj_issue_toc h3+.articles{
  margin-top: -6rem;
}
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
.obj_article_details .row{
    margin-left: -0.8rem;
    /* margin-right: -2.143rem; */
    width: 54rem;   
    margin-top: 12.5rem;
  }
  .obj_article_details .page_title{
    text-align: left;
    font-family:'Libre Franklin';
    width: 97%;
  }
      .obj_article_details .authors {
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 78.2rem;
        font-size: 13px;
        position: absolute;
        top: 19.7rem;
        left: 12.2rem;
        color: green;
        z-index: 9;
        padding: 0rem;
        height: 4rem;
    }
    .pkp_structure_main .page_title {
        font-size: 25px;
        width: 54rem;
        position: absolute;
        /* padding-bottom: 7rem; */
        left: 4rem;
    }
  .obj_article_details .main_entry{
        width: 44rem;
        text-align: justify;
        font-size: 12px;
        margin-left: 10rem;
  }
  .obj_article_details .item.abstract {
        width: 46rem;
        position: relative;
    }
  .obj_article_details .entry_details{
        width: 210px;
        margin-left: 1rem;
  }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 18.5rem;
        left: 2.7rem;
        background: transparent;
    }
  .obj_article_details .entry_details .item.galleys {
        box-shadow: none;
        text-align: center;
        position: absolute;
        top: 21.7rem;
        left: 4.24rem;
    }
            .obj_article_details .item.citation {
        position: absolute;
        width: 11.25rem;
        font-size: 10px;
        left: 4.25rem;
        top: 24.2rem;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 18.5rem;
        left: 2.7rem;
        background: transparent;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 18.95rem;
        height: auto;
        left: 60.8rem;
        top: 53.3rem;
        font-size: 11px;
}
    .obj_article_details .entry_details .cover_image {
        background: transparent;
        box-shadow: none;
        position: absolute;
        left: 60.8rem;
        width: 18.95rem;
        top: 12.2rem;
    }
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
        position: absolute;
        width: 18.9rem;
        left: 60.8rem;
        top: 39.6rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }
  .homepage_about{
    margin-top: -20rem;
    margin-left: 19rem;
    font-size: 13px;
  }
  .homepage_image{
    max-width: 32%;
    position: relative;
    top: 2rem;
  }
   .current_issue{
    margin-top: -1.5rem;
  }
}
@media only screen and (max-width: 1200px) {
  .pkp_structure_main{
    padding-top: 11rem;
    padding-left: 3rem;
    padding-bottom: 10px;
    width: 75%;
}
/*==================================== Article Metrics ====================================*/

.obj_article_details .entry_details .article-usage-metrics {
        position: absolute;
        display: flex;
        right: 2.2rem;
        top: 43rem;
        gap: 72px;
        background: none;
        padding: 0;
        border-radius: 0;
        margin: 20px 0;
        width: auto;
        font-size: 19px;
        border-top: solid 1px gray;
        padding-top: 1rem;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item {
    display: flex;
    flex-direction: column; /* Stack label above count */
    align-items: flex-start;
    gap: 0; /* No gap between stacked elements */
    font-size: 0.9em;
    color: #444;
}

/* Removed the .metric-item i selector since icons were removed from HTML */

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-label {
    color: #008000; /* Specific green color from the screenshot */
    font-weight: bold; /* Labels are bolded in the screenshot */
    font-size: 1.1em;
    margin-bottom: 5px;
}

.obj_article_details .entry_details .article-usage-metrics .metric-item .metric-count {
    font-weight: normal; /* Numbers seem regular weight in the image */
    color: #666; /* Grey color for the counts */
    font-size: 1.8em; /* Make the numbers larger */
}

 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.page.page_article .cmp_breadcrumbs{
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 53rem;
    margin-left: -5rem;
    margin-top: 0.5rem;
    position: fixed;
    top: 8.2rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;

}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 37.68rem;
    left: 9rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top: 37.68rem;
    left: 9rem;
  }
  .pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
.obj_issue_toc h3+.articles{
  margin-top: -6rem;
}
.page.page_article .cmp_breadcrumbs ol{
 font-size: 11px;
}
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
}
.obj_article_details .row{
    margin-left: -1.143rem;
    margin-right: -2.143rem;
    width: 54rem;
    margin-top: 10rem;
  }
  .obj_article_details .page_title{
    text-align: left;
    font-family:'Libre Franklin';
    width: 54rem;
    font-size: 21px;
  }
      .obj_article_details .authors {
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 89%;
        margin-top: -3rem;
        margin-left: -6.3rem;
        color: green;
    }
        .obj_article_details .authors li {
        margin-bottom: 0.4rem;
        padding: 10px;
        font-size: 11px;
    }
    .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 16rem;
        left: 2.8rem;
        background: transparent;
    }
    .obj_article_details .item.citation {
        position: absolute;
        width: 11.25rem;
        font-size: 10px;
        left: 4rem;
        top: 21.8rem;
    }
    .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 15.9rem;
        left: 2.6rem;
        background: transparent;
    }
        .obj_article_details .entry_details .cover_image {
        background: transparent;
        box-shadow: none;
        position: absolute;
        left: 59.3rem;
        width: 10.95rem;
        top: 12.2rem;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 11rem;
        height: 38rem;
        left: 59.3rem;
        font-size: 11px;
        margin-top: -6.3rem;
}
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
   .obj_article_details .item.issue {
        position: absolute;
        width: 11rem;
        left: 59.3rem;
        margin-top: -9.2rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }
    .obj_article_details .item.keywords{
     width: 44rem;
     padding-right: 0rem;
    }
      .obj_article_details .item.abstract {
        width: 46rem;
        position: relative;
        font-size: 11px;
    }
  .obj_article_details .main_entry{
        width: 68%;
        text-align: justify;
        font-size: 12px;
  }
  .obj_article_details .entry_details{
        width: 210px;
        margin-left: 1rem;
  }
 .obj_article_details .entry_details .item.galleys {
        box-shadow: none;
        text-align: center;
        position: absolute;
        top: 19.3rem;
        left: 4rem;
    }
  .homepage_about{
    margin-top: -21rem;
    margin-left: 18rem;
    font-size: 12px;
  }
  .homepage_image{
    max-width: 33%;
    position: relative;
    top: 1.5rem;
    left: 2rem;
  }
   .current_issue{
    margin-top: -3.5rem;
  }
}
@media only screen and (max-width: 1024px) {
    .pkp_structure_main{
    padding-top: 11rem;
    padding-left: 2rem;
    padding-bottom: 10px;
    width: 72%;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main {
        padding-top: 11rem;
        padding-left: 5rem;
        padding-bottom: 38rem;
        width: 60rem;
        border-right: none;
    }
.page.page_article .cmp_breadcrumbs{
    padding: .7rem;
    padding-left: 1.8rem;
    padding-right: 1rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    background-color: green;
    width: 51rem;
    margin-left: -2.9rem;
    margin-top: 1.1rem;
    position: fixed;
    top: 8.2rem;
    z-index: 11;
}
.page.page_article .cmp_breadcrumbs .separator {
    padding: 0 .1em;
    opacity: 1;
    color: white;
}
.page.page_article .cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none;
    color: white;
    text-transform: capitalize;

}
.page.page_article .cmp_breadcrumbs .current {
    text-transform: none;
    color: white;
}
 .pkp_page_index .current_issue .read_more {
    color: #191919;
    position: absolute;
    top: 35.8rem;
    left: 8rem;
  }
 .pkp_page_index .current_issue .read_more:hover{
    color: #65bf67;
    position: absolute;
    top: 35.8rem;
    left: 8rem;
  }
  .pkp_page_index .current_issue h2, .current_issue_title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #2e8b57;
    text-transform: uppercase;
    font-weight: 700;
    visibility: hidden;
    color: rgba(0, 0, 0, 0.54);
}
.obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 1.143rem;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
  }
 .obj_issue_toc .heading .published{
    visibility: hidden;
  }
.obj_issue_toc h3+.articles li:nth-child(1n + 4){
  display: none;
}
.obj_issue_toc h3+.articles{
  margin-top: -6rem;
}
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    padding-right: 0rem;
    padding-left: 0rem;
    color: #191919;
}
 .page.page_article .cmp_breadcrumbs ol{
    font-size: 11px;
    width: 104%;
}
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
}
.obj_article_details .row{
    margin-left: -1.143rem;
    margin-right: -2.143rem;
    width: 108%;
    margin-top: 9rem;
  }
      .obj_article_details .item.citation {
        position: absolute;
        width: 9.7rem;
        left: 4.15rem;
        top: 86.8rem;
      }
      .obj_article_details .sub_item.citation_display .value {
        padding: 0.5rem;
        font-size: 11px;
      }
      .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 15.2rem;
        left: 2.6rem;
        background: transparent;
    }
     .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        position: absolute;
        width: 9.9rem;
        height: auto;
        left: 4rem;
        font-size: 11px;
        top: 62rem;
}
 .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
  .obj_article_details .page_title{
    text-align: justify;
    font-family:'Libre Franklin';
    width: 55rem;
    font-size: 22px;
  }
  .obj_article_details .authors {
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 89%;
        margin-top: -2.8rem;
        margin-left: -6.36rem;
        color: green;
    }
      .obj_article_details .entry_details .item.galleys {
        box-shadow: none;
        text-align: center;
        position: absolute;
        top: 18.2rem;
        left: 4rem;
    }
        .obj_article_details .entry_details .galleys_links>li a {
        display: block;
        background: green;
        color: white;
        padding-left: 3.6rem;
        padding-right: 3.8rem;
        border-radius: 0px;
        font-size: 10px;
    }
    .obj_article_details .item.issue {
        position: absolute;
        width: 9.85rem;
        left: 4rem;
        top: 48.5rem;
    }
    .obj_article_details .item.issue .value {
       padding: 0.5rem;
       font-size: 12px;
    }
  .obj_article_details .main_entry{
        width: 68%;
        text-align: justify;
        font-size: 11px;
        margin-top: 0.4rem;
  }
  .obj_article_details .entry_details{
        width: 170px;
        margin-left: 1rem;
  }
  .obj_article_details .entry_details .cover_image {
        background: transparent;
        box-shadow: none;
        position: absolute;
        left: 4rem;
        width: 9.9rem;
        top: 22.7rem;
    }
  .homepage_about{
        margin-top: -17rem;
        margin-left: 15.5rem;
        font-size: 11px;
  }
  .homepage_image{
    max-width: 33%;
    position: relative;
    top: 1.5rem;
  }
   .current_issue{
    margin-top: -2rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 991px) {
  .pkp_structure_main{
    padding-top: 3rem;
    padding-left: 3rem;
    width: 71%;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.obj_issue_toc .sections .title{
    font-weight: 1000;
    margin-top: 1rem;
    display: inline-block;
    color: #191919;
}
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 15px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 21.8rem;
        left: 9rem;
    }
    .page.page_article .cmp_breadcrumbs {
        padding: .7rem;
        padding-left: 1rem;
        padding-right: 10rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: .93rem;
        background-color: green;
        width: 55.3rem;
        margin-left: -2rem;
        margin-top: -8rem;
        position: fixed;
        top: 7.9rem;
    }
        .obj_article_details .row {
        margin-left: -1.143rem;
        margin-right: -2.143rem;
        width: 105%;
        margin-top: -2rem;
    }
        .obj_article_details .authors li {
        margin-bottom: 0.4rem;
        padding: 10px;
        font-size: 12px;
    }
    .obj_article_details .authors {
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 89%;
        margin-top: -2.7rem;
        margin-left: -6rem;
        color: green;
    }
        .obj_article_details .item.published {
        border-bottom: none;
        box-shadow: none;
        position: absolute;
        top: 5.9rem;
        left: 2.6rem;
        background: transparent;
    }
        .obj_article_details .entry_details .item.galleys {
        box-shadow: none;
        text-align: center;
        position: absolute;
        top: 9.2rem;
        left: 4rem;
    }
    .obj_article_details .entry_details .item.copyright {
        background: rgba(242, 242, 242);
        box-shadow: none;
        width: 9.9rem;
        position: absolute;
        height: 39rem;
        left: 4rem;
        font-size: 11px;
        top: 31.5rem;
}
    .obj_article_details .page_title {
        text-align: justify;
        font-family: 'Libre Franklin';
        width: 55rem;
        font-size: 22px;
        position: absolute;
        top: 4.4rem;
    }
        .obj_article_details .item.citation {
        position: absolute;
        width: 9.9rem;
        font-size: 10px;
        left: 4rem;
        top: 75rem;
    }
        .obj_article_details .entry_details .item.citation .value {
        padding-top: 1.45rem;
        padding-left: 1rem;
        border-radius: 3px;
    }
  .item.copyright p{
    padding: 0.7rem;
  }
   .item.copyright a{
    padding-left: 2rem;
  }
.section .obj_article_summary .meta{
  font-size: 11px;
}
.obj_article_details .item.issue {
        position: absolute;
        width: 9.9rem;
        left: 4rem;
        top: 13rem;
    }
.obj_article_details .entry_details .item.issue .value {
        padding-top: 1.45rem;
        padding-left: 1rem;
        border-radius: 3px;
    }
     .obj_article_details .entry_details .citation_display{
    font-size: 10px;
  }
.obj_article_details .entry_details .sub_item.citation_display {
    padding: 0;
    margin-bottom: 0;
}

  .homepage_about{
    margin-top: -19.5rem;
    margin-left: 0.5rem;
    font-size: 13px;
  }
  .homepage_image{
    visibility: hidden;
    max-width: 32%;
    position: relative;
    top: 1.5rem;
  }
   .current_issue{
    margin-top: -4.6rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 925px) {
  .pkp_structure_main{
    padding-top: 3rem;
    padding-left: 3rem;
    width: 73%;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
  .homepage_about{
    margin-top: -15.5rem;
    margin-left: 0rem;
    font-size: 12px;
  }
   .current_issue{
    margin-top: -4rem;
  }
  .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 23.38rem;
        left: 9rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 23.38rem;
        left: 9rem;
        font-size: 12px;
     }
  .homepage_about p{
    line-height: 1.6;
  }
      .obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: 0rem;
        margin-top: 0;
        padding: 0rem;
        font-size: 15px;
        font-weight: 600;
        line-height: 2.143rem;
        color: #191919;
        border-bottom: 3px solid #016312;
    }
    .page.page_article .cmp_breadcrumbs {
        padding: .7rem;
        padding-left: 1rem;
        padding-right: 10rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: .93rem;
        background-color: green;
        width: 50rem;
        margin-left: -2rem;
        margin-top: -8rem;
        position: fixed;
        top: 7.9rem;
    }
        .obj_article_details .page_title {
        text-align: justify;
        font-family: 'Libre Franklin';
        width: 48rem;
        font-size: 20px;
        position: absolute;
        top: 4.4rem;
    }
        .obj_article_details .item.keywords {
        width: 37rem;
        padding-right: 0rem;
    }
    .obj_article_details .row {
        margin-left: -1.143rem;
        margin-right: -2.143rem;
        width: 89%;
        margin-top: -2rem;
    }
    .obj_article_details .item.abstract {
        width: 39rem;
        position: relative;
        font-size: 11px;
    }
}
@media only screen and (max-width: 790px) {
  .pkp_structure_main{
    padding-top: 3rem;
    padding-left: 3rem;
    width: 73%;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_main {
        padding-top: 11rem;
        padding-left: 5rem;
        padding-bottom: 38rem;
        width: 50rem;
        border-right: none;
    }
        .page.page_article .cmp_breadcrumbs {
        padding: .7rem;
        padding-left: 1rem;
        padding-right: 1rem;
        font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: .93rem;
        background-color: green;
        width: 47rem;
        margin-left: -2rem;
        margin-top: -8rem;
        position: fixed;
        top: 7.9rem;
    }
.pkp_page_index .current_issue .current_issue_title{
 margin-top: -0.5rem;
 font-weight: 600;
}
.obj_issue_toc .sections h3{    
    font-weight: 1000;
    margin-top: 1rem;  
    display: inline-block;
    color: #191919;
}
.pkp_page_index .current_issue .sections{
    margin-top: -1rem
  }
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
    .obj_article_details .authors {
        font-family: 'Libre Franklin';
        display: flex;
        flex-direction: row;
        width: 83%;
        margin-top: -2.7rem;
        margin-left: -6rem;
        color: green;
    }
    .obj_article_details {
        margin-top: 2rem;
        width: 48rem;
    }
        .obj_article_details .page_title {
        text-align: justify;
        font-family: 'Libre Franklin';
        width: 42rem;
        font-size: 18px;
        position: absolute;
        top: 4.4rem;
    }
    .obj_article_details .item.keywords {
        width: 32rem;
        padding-right: 0rem;
    }
.section .obj_article_summary .meta{
  font-size: 11px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 20.7rem;
        left: 8.5rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 20.7rem;
        left: 8.5rem;
        font-size: 12px;
     }
.section .obj_article_summary .meta .authors{
  font-size: 11px;
  width: 99%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.obj_article_details .item.abstract {
        width: 34rem;
        position: relative;
        font-size: 11px;
    }
  .homepage_about{
        margin-top: -15rem;
        margin-left: 0rem;
        font-size: 12px;
  }
   .current_issue{
    margin-top: -3rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) { 
  .pkp_structure_main{
    padding-top: 4rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
    width: 90%;
}
 .pkp_page_issue.pkp_op_view.has_site_logo .obj_issue_toc .cover{
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
        position: absolute;
        visibility: hidden;
  }
.pkp_page_index .current_issue .current_issue_title{
 margin-top: -0.5rem;
 font-weight: 600;
}
.obj_issue_toc .sections h3{    
    font-weight: 1000;
    margin-top: 1rem;  
    display: inline-block;
    color: #191919;
}
.pkp_page_index .current_issue .sections{
    margin-top: -1rem
  }
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.section .obj_article_summary .meta{
  font-size: 11px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 21.1rem;
        left: 9rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 21.1rem;
        left: 9rem;
        font-size: 12px;
     }
.section .obj_article_summary .meta .authors{
  font-size: 11px;
  width: 99%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_about{
        margin-top: -19rem;
        margin-left: 0rem;
        font-size: 12px;
  }
   .current_issue{
    margin-top: -3rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 725px) {
  .pkp_structure_main{
    padding-top: 4rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
    width: 90%;
}
.pkp_page_index .current_issue .current_issue_title{
 margin-top: -0.5rem;
 font-weight: 600;
}
.obj_issue_toc .sections h3{    
    font-weight: 1000;
    margin-top: 1rem;  
    display: inline-block;
    color: #191919;
}
.pkp_page_index .current_issue .sections{
    margin-top: -1rem
  }
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.section .obj_article_summary .meta{
  font-size: 11px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 21.2rem;
        left: 9rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 21.2rem;
        left: 9rem;
        font-size: 12px;
     }
.section .obj_article_summary .meta .authors{
  font-size: 11px;
  width: 99%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_about{
        margin-top: -17.1rem;
        margin-left: 0rem;
        font-size: 12px;
  }
   .current_issue{
    margin-top: -3rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 529px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 19.35rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 19.35rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 665px) {
  .pkp_structure_main{
    padding-top: 4rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
    width: 90%;
}
.pkp_page_index .current_issue .current_issue_title{
 margin-top: -0.5rem;
 font-weight: 600;
}
.obj_issue_toc .sections h3{    
    font-weight: 1000;
    margin-top: 1rem;  
    display: inline-block;
    color: #191919;
}
.pkp_page_index .current_issue .sections{
    margin-top: -1rem
  }
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.section .obj_article_summary .meta{
  font-size: 11px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 18.8rem;
        left: 9.5rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 18.8rem;
        left: 9.5rem;
        font-size: 12px;
     }
.section .obj_article_summary .meta .authors{
  font-size: 11px;
  width: 99%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_about{
        margin-top: -17.1rem;
        margin-left: 0rem;
        font-size: 12px;
  }
   .current_issue{
    margin-top: -3rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 550px) {
  .pkp_structure_main{
    padding-top: 4rem;
    padding-left: 3rem;
    padding-bottom: 2rem;
    width: 90%;
}
.pkp_page_index .current_issue .current_issue_title{
 margin-top: -0.5rem;
 font-weight: 600;
}
.obj_issue_toc .sections h3{    
    font-weight: 1000;
    margin-top: 1rem;  
    display: inline-block;
    color: #191919;
}
.pkp_page_index .current_issue .sections{
    margin-top: -1rem
  }
.section .obj_article_summary .title{
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}
.section .obj_article_summary .meta{
  font-size: 11px;
}
.pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 20rem;
        left: 9.5rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more:hover{
        color: #65bf67;
        position: absolute;
        top: 20rem;
        left: 9.5rem;
        font-size: 12px;
     }
.section .obj_article_summary .meta .authors{
  font-size: 11px;
  width: 99%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
  .homepage_about{
        margin-top: -17.1rem;
        margin-left: 0rem;
        font-size: 12px;
  }
   .current_issue{
    margin-top: -3rem;
  }
  .homepage_about p{
    line-height: 1.6;
  }
}
@media only screen and (max-width: 540px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 19.7rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 19.7rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 525px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 19.3rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 19.3rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 523px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 20.6rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 20.6rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 505px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 21.1rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 21.1rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .homepage_about {
        margin-top: -16.1rem;
        margin-left: 0rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 501px) {
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 20.9rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 20.9rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .homepage_about {
        margin-top: -16.1rem;
        margin-left: 0rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 425px) {
    .homepage_about {
        margin-top: -14.1rem;
        margin-left: 0rem;
        font-size: 12px;
    }
  .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 25.2rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 25.2rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 411px) {
  .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 24.8rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 24.8rem;
        left: 9.5rem;
        font-size: 12px;
    }
}
@media only screen and (max-width: 375px) {
    .homepage_about {
        margin-top: -12rem;
        margin-left: 0rem;
        font-size: 12px;
    }
    .pkp_page_index .current_issue .read_more {
        color: #191919;
        position: absolute;
        top: 27.15rem;
        left: 9.5rem;
        font-size: 12px;
    }
     .pkp_page_index .current_issue .read_more:hover {
        color: #65bf67;
        position: absolute;
        top: 27.15rem;
        left: 9.5rem;
        font-size: 12px;
    }
}

/*================================NAV BAR================================*/
@media only screen and (max-width: 2300px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 38px;
    padding-right: 12px;
}
}
@media only screen and (max-width: 1875px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 10px;
    padding-right: 25px;
}

.pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_primary.pkp_nav_list li{
    padding-left: 10px;
    padding-right: 25px;
    visibility: hidden;
}
}
@media only screen and (max-width: 1700px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 10px;
    padding-right: 25px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_primary.pkp_nav_list li{
    padding-left: 10px;
    padding-right: 25px;
    visibility: hidden;
}
}
@media only screen and (max-width: 1521px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 11px;
    padding-right: 25px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_primary.pkp_nav_list li{
     padding-left: 11px;
    padding-right: 25px;
    visibility: hidden;
}
}
@media only screen and (max-width: 1440px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 11px;
    padding-right: 25px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_primary.pkp_nav_list li{
     padding-left: 11px;
    padding-right: 25px;
    visibility: hidden;
}
}
@media only screen and (max-width: 1295px) {
.pkp_navigation_primary{
    max-width: 100%;
}
}
@media only screen and (max-width: 1200px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 11px;
    padding-right: 25px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_navigation_primary.pkp_nav_list li{
     padding-left: 11px;
    padding-right: 25px;
    visibility: hidden;
}
}
@media only screen and (max-width: 991px) {
.pkp_navigation_primary.pkp_nav_list li{
    padding-left: 11px;
    padding-right: 35px;
}
.pkp_navigation_search_wrapper
 {
    margin-top: 0rem;
    padding-top: 0rem;
    border-top: none;
}
.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: green;
    left: 0;
    padding: .714rem;
    z-index: 9999;
}

}



/*============================STRUCTURE PAGE============================*/
@media only screen and (max-width: 2300px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1900px;
}
}
@media only screen and (max-width: 1875px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1700px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1700px;
    height: auto;
}
}
@media only screen and (max-width: 1700px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1500px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1500px;
    height: auto;
}
}
@media only screen and (max-width: 1521px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1300px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1300px;
    height: auto;
}
}
@media only screen and (max-width: 1320px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1150px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1150px;
    height: auto;
}
}
@media only screen and (max-width: 1200px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 1000px;
    max-height: auto;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 1000px;
    height: auto;
}
}
@media only screen and (max-width: 1024px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 900px;
    max-height: auto;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 900px;
    height: auto;
}
}
@media only screen and (max-width: 925px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 770px;
    max-height: auto;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
    margin-top: 5px;
    max-width: 770px;
    height: auto;
}
}
@media only screen and (max-width: 790px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 700px;
    max-height: auto;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_page {
        margin-top: 5px;
        max-width: 700px;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 700px;
    height: auto;
}
}
@media only screen and (max-width: 725px) {
  .pkp_structure_page {
    margin-top: 5px;
    max-width: 640px;
    height: auto;
}
}
@media only screen and (max-width: 665px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: auto;
}
}
@media only screen and (max-width: 565px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 75rem;
}
}
@media only screen and (max-width: 550px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 76rem;
}
}
@media only screen and (max-width: 505px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 78rem;
}
}
@media only screen and (max-width: 501px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 77rem;
}
}
@media only screen and (max-width: 425px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 85rem;
}
}
@media only screen and (max-width: 375px) {
  .pkp_structure_page {
      margin-top: 40px;
      max-width: 555px;
      height: 88rem;
}
}

/*==========================LOGO AND NAV BAR==========================*/
@media only screen and (max-width: 2300px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1900px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1875px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1700px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1700px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1500px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1521px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1300px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1320px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1150px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1200px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 1000px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
}
@media only screen and (max-width: 1024px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 900px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
    .pkp_navigation_primary_row {
        padding-left: 2.143rem;
        padding-right: 2.143rem;
        height: 3rem;
    }
}
@media only screen and (max-width: 991px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 900px;
    position: fixed;
    z-index: 10;
    top: 0;
}
    .pkp_navigation_primary_row {
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }
.pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 25px;
    border-bottom: none;
    text-indent: -9999px;
    overflow: hidden;
}
.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 90%;
    height: 4px;
    background: white;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
    margin-right: 0px;
    padding-right: 0;
    width: auto;
    border: none;
    margin-top: 0;
    justify-content: center;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
    background: green;
}
.pkp_site_name .is_img img{
visibility: hidden;
}
}
@media only screen and (max-width: 925px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 770px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
.pkp_site_name .is_img img{
visibility: hidden;
}
}
@media only screen and (max-width: 790px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 700px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    max-height: 120px;
}
.pkp_site_name .is_img img{
visibility: hidden;
}
}
@media only screen and (max-width: 767px) {
  .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 700px;
    position: fixed;
    z-index: 10;
    top: 0;
}
 .pkp_site_name_wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 50rem;
    max-height: 120px;
}
.pkp_site_name .is_img img{
visibility: hidden;
}
}
@media only screen and (max-width: 725px) {
   .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper{
    width: 652px;
    position: fixed;
    z-index: 10;
    top: 0;
} 
  .pkp_site_name_wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 45.75rem;
        max-height: 120px;
    }
}
@media only screen and (max-width: 665px) {
    .pkp_site_name_wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 39.65rem;
        max-height: 120px;
    }
        .pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
        width: 495px;
        position: fixed;
        z-index: 10;
        top: 0;
    }
}

/*=================================SIDEBAR=================================*/
@media only screen and (max-width: 1875px) {
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 24rem;
    height: auto;
    margin-top: 11rem;
}
  .pkp_structure_sidebar {
    float: right;
    width: 340px;
    height: auto;
    margin-top: 11rem;
}
}
@media only screen and (max-width: 1700px) {
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
    height: auto;
    margin-top: 11rem;
}
 .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 21.2rem;
    height: auto;
    margin-top: 11rem;
}
}
@media only screen and (max-width: 1521px) {
 .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
    float: right;
    width: 22.8rem;
    height: auto;
    margin-top: 11rem;
}
.pkp_structure_sidebar {
    float: right;
    width: 22.8rem;
    height: auto;
    margin-top: 11rem;
}

}
@media only screen and (max-width: 1320px) {
  .pkp_structure_sidebar {
    float: right;
    width: 310px;
    height: auto;
    margin-top: 11rem;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
        float: right;
        width: 22rem;
        height: auto;
        margin-top: 11rem;
    }
}
@media only screen and (max-width: 1200px) {
  .pkp_structure_sidebar {
    float: right;
    width: 17.8rem;
    height: auto;
    margin-top: 11rem;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar {
      float: right;
      width: 170px;
      height: auto;
      margin-top: -47.4rem;
    }
}
@media only screen and (max-width: 1024px) {
  .pkp_structure_sidebar {
    float: right;
    width: 252px;
    height: auto;
    margin-top: 11rem;
}
}
@media only screen and (max-width: 991px) {
  .pkp_structure_sidebar {
    float: right;
    width: 256px;
    height: auto;
    margin-top: -54rem;
}
}
@media only screen and (max-width: 925px) {
  .pkp_structure_sidebar {
    float: right;
    width: 217px;
    height: auto;
    margin-top: -55rem;
}
}
@media only screen and (max-width: 790px) {
  .pkp_structure_sidebar {
    float: right;
    width: 198px;
    height: auto;
    margin-top: -53rem;
}
}
@media only screen and (max-width: 767px) {
  .pkp_structure_sidebar {
        float: right;
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -59.9rem;
        z-index: 10;
        right: 3rem;
}
}
@media only screen and (max-width: 665px) {
  .pkp_structure_sidebar {
        float: right;
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -59.9rem;
        z-index: 10;
        right: 4rem;
}
}
@media only screen and (max-width: 565px) {
  .pkp_structure_sidebar {
        float: right;
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -59.9rem;
        z-index: 10;
        right: 1rem;
}
}
@media only screen and (max-width: 550px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -61.2rem;
        z-index: 10;
        right: 0rem;
}
}
@media only screen and (max-width: 540px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -60.9rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 529px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -60.5rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 525px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -60.5rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 523px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -61.8rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 505px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -62.2rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 501px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -62.2rem;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 425px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -66.5rem;;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 411px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -66rem;;
        z-index: 10;
        right: 0rem;
    }
}
@media only screen and (max-width: 375px) {
  .pkp_structure_sidebar {
        position: fixed;
        width: 140px;
        height: auto;
        margin-top: -68.5rem;;
        z-index: 10;
        right: 0rem;
    }
}


/*===============================SEARCH AND LOGIN/USER===============================*/
@media only screen and (max-width: 1875px) {
.pkp_navigation_user_wrapper{
    top: 3.1rem;
    right: 0;
    left: 88rem;
    width: auto;
    transform: none;  
}
}
@media only screen and (max-width: 1700px) {
.pkp_navigation_user_wrapper{
    top: 3.1rem;
    right: 0;
    left: 76.5rem;
    width: auto;
    transform: none;   
}
}
@media only screen and (max-width: 1521px) {
.pkp_navigation_user_wrapper{
    top: 3.1rem;
    right: 0;
    left: 65em;
    width: auto;
    transform: none;    
}
}
@media only screen and (max-width: 1320px) {
.pkp_navigation_user_wrapper{
    top: 3.1rem;
    right: 0;
    left: 57rem;
    width: auto;
    transform: none;    
}
}
@media only screen and (max-width: 1200px) {
.pkp_navigation_user_wrapper{
    top: 3.1rem;
    left: 48rem;
    width: auto;
    transform: none;   
}
}
@media only screen and (max-width: 1024px) {
.pkp_navigation_user_wrapper{
    top: 2rem;
    right: 0;
    left: 42rem;
    width: auto;
    transform: none; 
}
}
@media only screen and (max-width: 991px) {
.pkp_navigation_user_wrapper{
    width: auto;
    transform: none; 
    margin-top: 17rem;
}
.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper{
         width: auto;
        padding-top: 9px;
        background: green;
        margin-left: -2.2rem;
        height: 3rem;
}
.pkp_navigation_user_wrapper .profile a{
  color: white;
  font-weight: 500;
}
}



/*===========================MAKE SUBMISSION BUTTON===========================*/
@media only screen and (max-width: 1875px) {
   .pkp_block.block_make_submission{
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 50px;
    padding-right: 51px;
    color: white;
    border-radius: 0px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 50px;
    padding-right: 51px;
    border-radius: 0px;
    color: white;
}
}
@media only screen and (max-width: 1700px) {
   .pkp_block.block_make_submission{
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 33px;
    padding-right: 30px;
    
    border-radius: 0px;
    color: white;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 30px;
    padding-right: 29px;
    border-radius: 0px;
    color: white;
}
}
@media only screen and (max-width: 1521px) {
  .pkp_block.block_make_submission{
    padding: 1rem;
  }
  .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 39px;
    padding-right: 38px;
    border-radius: 0px;
    color: white;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 42px;
    padding-right: 41px;
    border-radius: 0px;
    color: white;
}
}
@media only screen and (max-width: 1320px) {
   .pkp_block.block_make_submission{
    padding-left: 9px;
    padding-right: 0px;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a{
    background-color: green;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 0px;
    color: white;
}
}
@media only screen and (max-width: 1200px) {
   .pkp_block.block_make_submission{
    padding: 1rem;
  }
   .pkp_structure_sidebar .block_make_submission a{
      padding-left: 28px;
      padding-right: 25px;
      font-size: 10px;
   }
   .pkp_page_article.pkp_op_view.has_site_logo .pkp_block.block_make_submission{
    padding: 0rem;
  }
     .pkp_page_article.pkp_op_view.has_site_logo  .pkp_structure_sidebar .block_make_submission a {
        padding-left: 6px;
        padding-right: 7px;
        font-size: 9px;
    }
}
@media only screen and (max-width: 1024px) {
   .pkp_structure_sidebar .block_make_submission a{
      padding-left: 55px;
      padding-right: 56px;
      font-size: 10px;
   }
  .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission{
     padding: 0rem;
     position: absolute;
     left: 4rem;
     top: 22.6rem;
   }
   .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a {
        padding-left: 7px;
        padding-right: 8px;
        font-size: 8px;
    }
}
@media only screen and (max-width: 991px)  {
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission a {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 10px;
    }
    .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_sidebar .block_make_submission {
        padding: 0rem;
        position: absolute;
        left: 4rem;
        top: 13.6rem;
    }
}
@media only screen and (max-width: 925px) {
   .pkp_structure_sidebar .block_make_submission a{
      padding-left: 31px;
        padding-right: 30px;
        font-size: 11px;
   }
}
@media only screen and (max-width: 790px) {
   .pkp_structure_sidebar .block_make_submission a{
      padding-left: 28px;
      padding-right: 28px;
      font-size: 10px;
   }
}
@media only screen and (max-width: 767px) {
   .pkp_structure_sidebar .block_make_submission a{
      padding-left: 0px;
      padding-right: 0px;
      font-size: 10px;
   }
   .cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
       display: inline-block;
       padding: 0 1em;
       line-height: calc(2.143rem - 2px);
       box-shadow: none;
}
}


/*====================FOOTER RESPONSIVENESS====================*/
@media only screen and (max-width: 1875px) {
.pkp_footer_content{
    width: 85%;
    padding-left: 2rem;
    margin-left: 7rem;
}
 .pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_footer_wrapper{
    margin-top: 46rem;
    height: 18rem;
 }
}
@media only screen and (max-width: 1200px) {
.pkp_footer_content{
    width: 85%;
    padding-left: 11rem;
    margin-left: -2rem;
}
}
@media only screen and (max-width: 1024px) {
.pkp_footer_content{
    width: 85%;
    padding-left: 11rem;
    margin-left: -2rem;
}
.pkp_page_article.pkp_op_view.has_site_logo .pkp_structure_footer_wrapper {
        margin-top: 84rem;
        height: 18rem;
    }
}
@media only screen and (max-width: 991px) {
   .pkp_footer_content{
   width: 103%;
  padding-left: 0rem;
}
}
@media only screen and (max-width: 925px) {
  .pkp_footer_content{
  width: 55rem;
  padding-left: 5rem;
}
}
@media only screen and (max-width: 790px) {
.pkp_footer_content{
  width: 96%;
  padding-left: 6rem;
}
}
@media only screen and (max-width: 767px) {
.pkp_footer_content{
  width: 104%;
  padding-left: 5rem;
}
.pkp_structure_footer {
    text-align: center;
    height: 25rem;
}
.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #ddd;
    border-bottom: none;
}
}
@media only screen and (max-width: 725px) {
.pkp_footer_content{
  width: 106%;
  padding-left: 3rem;
}
.pkp_structure_footer {
    text-align: center;
    height: 20rem;
}
.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #ddd;
    border-bottom: none;
}
  .pkp_footer_content .tr_footer_title{
      font-size: 10px;
     }
     .pkp_footer_content tr{
      font-size: 8.5px;
     }
}
@media only screen and (max-width: 665px) {
.pkp_footer_content{
  padding-left: 3rem;
}
.pkp_structure_footer {
    text-align: center;
    height: 20rem;
}
.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0);
    border-top: 1px solid #ddd;
    border-bottom: none;
}
  .pkp_footer_content .tr_footer_title{
      font-size: 12px;
     }
}