@media (min-width:380px) {
.pkp_site_name .is_text {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.857rem;
    color: #fff;
    text-decoration: none;
}
}
@media (min-width:768px) {
.pkp_site_name .is_text {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 2.857rem;
    color: #fff;
    text-decoration: none;
}
}
@media (min-width:992px) {
.pkp_site_name .is_text {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.857rem;
    color: #fff;
    text-decoration: none;
}
}
.pkp_block .title {
display: inline-block;
font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
font-size: 18px;
font-weight: 700;
line-height: 20px;
color: white;
background-color: #00136f;
width: 100%;
padding: 5px 5px 5px 5px;
}
@media (min-width:768px) {
 .pkp_page_index .cmp_announcements>.obj_announcement_summary {
  float:left;
  width:60%;
}
.pkp_page_index .cmp_announcements .more {
    float: right;
    width: 40%;
    padding-top: 20px;
    padding-bottom: 20px;
}
}
.pkp_head_wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
}
}
@media (min-width:768px) {
.pkp_head_wrapper {
	    padding-top: 10px;
	    padding-bottom: 10px;
}
}
@media (min-width:380px) {
.pkp_head_wrapper {
	    padding-top: 10px;
	    padding-bottom: 10px;
}
}
@media (min-width:768px) {
 .pkp_site_name {
  text-align:left;
  padding-bottom: 0px;
  }
}
@media (min-width:992px) {
 .pkp_site_name {
  text-align:left;
  margin-top: 30px;
 }
}
@media (min-width:380px) {
.pkp_navigation_user_wrapper {
 width:105%;
 background-color: green;
 padding-left: 20px;
 margin-left:-20px;
 }
}
@media (min-width:768px) {
.pkp_navigation_user_wrapper {
 width:105%;
 margin-left:-30px;
 background-color: green;
 }
}
@media (min-width:992px) {
.pkp_navigation_user_wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-left: .714rem;
	padding-right: .714rem;
	text-align: right;
	padding-top: 0;
	margin-top: 0px;
	border-top: none;
	z-index: 1000;
}
}
.obj_article_details .abstract {
	text-align:justify;
	font-family: Georgia, suns-serif;
}
.obj_article_details .item {
    text-align: justify;
    font-family: Georgia, suns-serif;
}
.pkp_footer_content {
    float: left;
    display:inline-block;
	text-align: center;
}
.pkp_brand_footer {
    padding: 30px;
    display: inline-block;
	text-align: center;
}

a {
    color: #00136f;
}
.pkp_block {
    padding-left: 10px;
    margin-top: -15px;
    padding-bottom: 20px;
}
@media (min-width:380px) {
.pkp_block {
	    padding-left: 20px;
}
@media (min-width:768px) {
.pkp_block {
	    padding-left: 20px;
}
.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}
.cmp_button_wire, .obj_galley_link {
	display: inline-block;
	padding: 0 1em;
	background: #fff;
	border: 1px solid #00136f;
	border-radius: 3px;
	font-size: .93rem;
	line-height: calc(2.143rem - 2px);
	color: #00136f;
	text-decoration: none;
}
