

@media (max-width: 767px){
details > summary {
  padding: 4px;
  margin-left: 0px;
  width: 100%;
  background-color: #14a651;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
}


@media (min-width: 768px) and (max-width: 991px) {
details > summary {
  padding: 4px;
  margin-left: 20px;
  width: 90%;
  background-color: #14a651;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  cursor: pointer;
}
}


@media (min-width: 992px) and (max-width: 1199px) {
details > summary {
  padding: 4px;
  margin-left: 30px;
  width: 85%;
  background-color: #14a651;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
  cursor: pointer;
}
}

@media (min-width: 1200px) {
details > summary {
  padding: 4px;
  margin-left: 30px;
  width: 90%;
  background-color: #14a651;
  border: none;
  box-shadow: 1px 1px 2px #bbbbbb;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: bold;
  cursor: pointer;
}
}



details > p {
  background-color: #eeeeee;
  padding: 4px;
  margin: 0;
  box-shadow: 1px 1px 2px #bbbbbb;
}

.pkp_brand_footer{
	display:none;
}

.item.author_bios {
display: none;
}



.obj_article_summary>.title {
    font-size: 16px;
}

.obj_article_summary .meta {
    color: #004a24
}


.pkp_structure_main p {
font-size: 16px;
text-align: justify;
}


a {
    color: #14a651
}

a:hover,a:focus {
    color: #006b34
}

.pkp_page_index .current_issue h2 {
    border-bottom: 3px solid #ff4040;
    color: #14a651;
}


.obj_issue_toc .galleys>h2,.obj_issue_toc .section>h2,.obj_issue_toc .galleys>h3,.obj_issue_toc .section>h3 {
    text-transform: uppercase;
  font-weight: bold;
    color: #ff2929
}

.pkp_block .title {
      border-bottom: 3px solid #ff4040;
  
    color: #14a651;
}

.cmp_manuscript_button,.block_make_submission a,.obj_galley_link {
 text-align: center;
}

.obj_article_details .authors .orcid_icon {
    width: 1.2rem;
    height: 1.43rem;
  margin-bottom: 0em;
}


.orcid_icon {
	display: inline-block;
	margin-right: 0.0em;
    margin-left: 0.1em;
  margin-bottom: .9em;
	width: .9rem;
	height: .9rem;
	vertical-align: center;
}

.obj_article_details>.page_title {
  color: #14a651;
  padding-bottom: 1rem;
}

.name {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: bold;
	color: #004a24;
  line-height: 2.2rem;
  
}


.obj_article_details .main_entry .label {
 border-bottom: 3px solid #ff4040;
    color: #14a651;
}