.pkp_site_name .is_img img {
	max-height:100%;
}
/*.pkp_block {
   line-height: 20px;
	padding:18px;   
   }*/
    
.journal-description {
	text-align: justify;
}

.pkp_structure_main {
    text-align: justify;
}

.obj_article_details .item {
    padding: 30px;
    text-align: justify;
}
.page_contact .address {
font-size:14px;
}
.has_site_logo .pkp_site_name {
text-align: center;
}
.page_submissions .submission_checklist ul {
    margin: 0px;
    padding: 20px;
    list-style: circle;
    font-size: 14px;
    border: 0px solid #ddd;
    border-bottom: none;
 }
 
 .page_submissions .submission_checklist li {
    padding: 0px 0px 5px 10px;
    border-bottom: 0px solid #ddd;
    font-size: 14px;
    
}
.page_submissions .submission_checklist li:before {
    content: none;
 }
 
.dropdown {
  position: relative;
  display: inline-block;
        padding: 0px 20px 0px 20px;
    margin:0px;
  width:100%;
  background-color: #00316a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  padding: 12px 16px;
  z-index: 0;
  padding:20px;

 
}

.dropdown:hover .dropdown-content {
  display: block;
  z-index:0;
  position:relative;
  text-align:center;
  
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #4b7d92;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 25px;
}

.SGHlogo {
    max-width: 100%;
    width: 150px;
    height: 150px;
}

.ccby {
    max-width: 100%;
    width: 97px;
    height: 35px;
}
.openaccess {
    max-width: 100%;
    width: 97px;
    height: 35px;
}

a:hover, a:focus {
    color: #00316a;
    text-decoration: underline;
}

a {
    color: #00316a;
    text-decoration: none;
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before {
    color: #00316a;
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
    background: #00316a;
    color: #fff;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #00316a;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 25px;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #00316a;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0,0,0,0.54);
}

.panel-default>.panel-heading, .pkp_block .title {
    color: #fff !important;
    border-bottom: 1px solid #00316a !important;
    background: linear-gradient(135deg, #00316a 7%, #00316a 3%, #00316a 3%, #00316a 12%, #00316a 54%, #0f59ae 85%, #0f59ae 120%) !important;
}

/*.pkp_block .title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #f7bc4a;
    font-weight: 700;
    text-transform: uppercase;
}*/

/*.pkp_block .title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #00316a;
    color: #fff;
    border: none;
}*/

/*.pkp_block .title {
display: inline-block;
padding: 0 1em;
background: #eee;
border: 1px solid rgba(0,0,0,0.4);
border-top-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
font-size: 13px;
line-height: 28px;
font-weight: 700;
color: #4b7d92;
text-decoration: none;
}*/

.pkp_block .title {
    font-family: "Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 700;
    display: inline-block;
    background: #00316a;
    padding: 5px 56px;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 4px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-weight: bold;
    text-transform: uppercase;
    color: #fffff;
    font-size: 12px;
    width: 100%;
}

.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #219dab;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase;
}
.pkp_brand_footer {
    display:none;
}

.page_search .submit button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f002";
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
    text-align: center;
    background: #00316a;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.2);
    color: #fff;
}


.pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left;
}


img {
    max-width: 100%;
    /*width: auto;*/
    height: auto;
}

-----------------------------------

.accordion li {
  list-style: none;
  margin: 0;
}

.accordion-trigger {
  margin: 1px 0 0;
  padding: 2px 15px;
  background: #DDD;
  transition: .2s ease-in;
}

.accordion-trigger:hover {
  cursor: pointer;
  background: #DADADA;
}

.accordion-content {
  background: #ECECEC;
  padding: 5px 15px;
  margin: 0;
}
--------------------------------------------------
/* Define colors and fonts */
@violetness: #7E4386;
@dark-gray: #252525;
@med-gray: #333333;
@light-gray: #444444;
@lighter-gray: #B8BCBB;
@white: #ffffff;
@open-sans: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;

/**
 * SET COLORS AND FONTS
 */
@border-color: @dark-gray;
@label-font: @open-sans;
@label-color: @white;
@label-color-hover: @white;
@label-background: @med-gray;
@label-background-hover: @light-gray;
@label-size: 19px;
@content-font: @open-sans;
@content-color: @light-gray;
@content-background: @white;
@content-size: 19px;

/**
* IGNORE: just centering and font pretty-ing
*/
body { font-family: 'Open Sans', Helvetica, Arial, Verdana, sans-serif; font-weight: 200; } ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, input, section { font-weight: 200; } 
#content { width: 75%; position: relative; left: 0px; height: 100%; }

/**
 * Define Accordion outside elements 
 *
*/
.ac-container {
    width: 720px;
  overflow: hidden;
    margin: 10px auto 30px auto;
  color: #444444;
  /*background: #00316a;*/
  padding: 10px;
    text-align: left;
}
.ac-container label{ 
  font-famimly: 'Open Sans', Helvetica, Arial, Verdana, sans-serif;
  overflow: hidden; 
  color: #ffffff; 
  cursor: pointer; 
  background: #00316a; 
  margin:6px 0px 0px 0px; 
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
   /* height: 30px ;*/
  line-height: 33px ;
    font-size: 14px;
}
.ac-container label:hover{
    background: #044fa6;
  color: #ffffff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #044fa6;
    color: #ffffff;
  margin: 6px 0px 0px 0px;
  font-size: 16px;
  padding: 5px 20px;
  font-weight: 400;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(https://tympanus.net/Tutorials/CSS3Accordion/images/arrow_down.png) no-repeat center center;    
}
.ac-container input:checked + label:hover:after{
    background-image: url(https://tympanus.net/Tutorials/CSS3Accordion/images/arrow_up.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: #ffffff;
    overflow: hidden;
    height: 0px;
    position: relative;

    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
  margin: 3px;
  padding: 10px;
    display: block;
}
.ac-container input:checked ~ article{
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-short{
    height: auto;
}
.ac-container input:checked ~ article.ac-tall{
    height: auto;
}
.ac-container input:checked ~ article.ac-grande{
    height: auto;
}
.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;*/
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #00316a;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgba(0,0,0,0.1);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background: #00316a;
}