.pkp_brand_footer img {
	max-height:0px;
}
body, p, h1, h2, h3, h4, li {
  color:#666;
  font-size:0.95em;
  }
  .pkp_navigation_primary_row {
    background: #000000;

#navigationPrimary a:hover, #navigationPrimary a:focus, .pkp_navigation_search_wrapper a:hover, .pkp_navigation_search_wrapper a:focus {
  color:#fff;
}
#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}
#navigationPrimary a, .pkp_navigation_search_wrapper a  {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
	font-weight: bold;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    padding-bottom: 10px;
    border-bottom: none;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.pkp_site_name .is_img img {
	display: block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
}


.pkp_page_index .additional_content {
	    border-top: 0px solid #ddd;

}
@media (min-width: 480px)
css?name=stylesheet:1
.pkp_page_index .additional_content {
    padding-left: 20px;
    padding-right: 20px;
}

.obj_article_details .item.doi .label, .obj_article_details .item.keywords .label {
    font-size: 15px;
}
.obj_article_details .main_entry .label {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #4ab2cc;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
}


.obj_article_details .entry_details .galleys_links > li a {
    display: block;
}
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #000000;
    color: #fff;
    border: none;
}

/* Removes author Biography from each article landing page*/
.item.author_bios{
display: none;
}

/* custom styling for current issue h3 section titles. Added Feb 2022*/
.obj_issue_toc > .sections > .section > h3, .obj_issue_toc > .galleys > h3 {
        left: 0px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0.5em;
				font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
				font-weight: 700;
        border-bottom: 3px solid #4e8abe;
				margin-bottom: 0;
}

/* keeps abstract text from crowding the heading */
 .pkp_structure_main .page.page_article .obj_article_details .row .main_entry .item.abstract h2 {
          margin-right: 100%;
      }

