.pkp_brand_footer img {
	max-height:80px;
}
body, p, h1, h2, h3, h4, li {
  color:#666;
  font-size:1.025em;
}

/* Fix navigation menu */

#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#666;
}

#navigationPrimary a {
  font-weight: bold;
  font-size: 16px;
}
 #navigationPrimary ul a {
        text-transform: none;
       color:#666;
 }
#navigationPrimary a:focus {
	  background:none;

}

/* Fix logo for desktop and other dispaly */
	@media (min-width: 992px) {
   .pkp_site_name .is_img img {
 display:block;
 max-height:180px;
 max-width:100%;
 width:auto;
 height:auto;
}
.pkp_site_name {
    padding-top: 47px;
    padding-bottom: 5px;
}

element.style {
}
.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;
}
element.style {
}
.obj_article_details .item.keywords .label {
    font-size: 16px;
	display: block;
    padding: 0 0 5px;
    border-bottom: none;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
	line-height: 23px;
	
}
.obj_article_details .main_entry .item .label {
    margin: 0 0 20px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
	line-height: 23px;

}
.obj_article_details .main_entry .label {
    display: block;
    padding: 0 0 5px;
    border-bottom: 1px solid #FF914D;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
}
.obj_article_details .authors, .obj_article_details .doi {
    /* font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; */
}
}
.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: #2B5F89;
    color: #fff;
    border: none;
}
element.style {
}
.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: 16px;
    color: rgba(0,0,0,0.54);
    font-weight: 700;
    text-transform: uppercase;
}


 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 10px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

.boxed {
  border: 1px #ff914d ;
}
		
/* Fix the search in the navigation */	
		.pkp_navigation_search_wrapper a {
 font-size:16px;
 font-weight:600;
 text-transform:uppercase;
      padding-bottom:6px;
  border-bottom-width:4px;
			color: #666;
 }
 .pkp_navigation_search_wrapper a:hover,
 .pkp_navigation_search_wrapper a:focus {
     background:none;
     color: #4b7d92;
    }
.pkp_head_wrapper .fa-search::before {
  color: #ff914d;
}
		 /* user menu formatting */
.pkp_nav_list ul a {
	color: #000000;
    border-left:none;
}
  .pkp_navigation_user_wrapper ul a:focus {
background:none;
      color: #000000;
 }

 /* fix line above additional content on mobile site */
.pkp_page_index .additional_content {
	padding: .714rem 0 .714rem;
	border-top: none;
}
