.pkp_brand_footer {
    display: none
}

.pkp_structure_footer_wrapper {
    background: #dcdcdc
}

.pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left
}

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height:200px
    }
}

.pkp_site_name {
    padding-top: 5px;
    padding-bottom: 2px
}

.obj_article_details .abstract {
    text-align: justify
}

.obj_article_details .author_bios {
    text-align: justify
}

.obj_article_details .references {
    text-align: justify
}

.pkp_structure_main p {
    text-align: justify
}

.pkp_block .title {
    background-image: linear-gradient(#245273,#3674a1);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0,0,0,.3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation
}

.pkp_block .content ul li {
    padding: 5px 5px 5px 15px
}

.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;
    background: #245273;
    border: 1px solid rgba(0,0,0,.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    text-decoration: none;
    color: #fff
}

h1 {
    display: block;
    font-size: 2.3em;
    margin-top: .67em;
    margin-bottom: .67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #245273
}

h2 {
    display: block;
    font-size: 2em;
    margin-top: .67em;
    margin-bottom: .67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #245273
}

h4 {
    display: block;
    font-size: 2em;
    margin-top: .67em;
    margin-bottom: .67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #245273
}

.obj_article_summary>.title a {
    text-decoration: none
}

a {
    color: #000
}

a:hover {
    color: #3e3e3e
}

.pkp_navigation_primary>li:first-child a {
    margin-left: 1em
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: -3rem
}

.obj_issue_toc .articles {
    margin-top: calc(0.143rem + 0.43rem)
}

.pkp_block {
    padding: 10px 15px 10px 15px
}

.obj_issue_summary .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey
}

.obj_issue_toc .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey
}

.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #38b8c6;
    text-decoration: none
}

.vertical-menu {
    width: 100%
}

.vertical-menu a {
    background-color: #f0f0f0;
    color: #000;
    display: block;
    padding: 6px;
    text-decoration: none
}

.vertical-menu a:hover {
    background-color: #ccc
}

.vertical-menu a.active {
    background-image: linear-gradient(#245273,#3674a1);
    color: #fff
}