/**
 *
 * Open Journal Systems
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Designed by Ahmad Nasukha for Al-Uslub Journal UIN SUTHA Jambi
 * 
 * Credits:
 * Background pattern from subtlepatterns.com
 *
 **/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
.journals ul .body .description a {
    display: inline;
}

@import url('https://fonts.googleapis.com/css?family=Sunflower:300');

html,
body,
* {
    font-family: Sunflower, helvetica, calibri;
}

/* body {
    background-image: url(https://img.freepik.com/free-vector/round-frame-simple-template-background_1159-26655.jpg);
    background-size: 250px;
} */

a {
    color: #0d2455;
}

a:hover {
    color: #0d0dcb;
}

.cmp_button_wire,
.obj_galley_link {
    background: #184c06;
    border: 1px solid #0d2455;
    color: #fff;
}

.obj_article_summary {
    border: 1px solid #527d48;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 3px 3px #184c06;
}

.pkp_site_name {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    margin-bottom: -15px;
    margin-top: -15px;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding: 0;
}

.pkp_navigation_user_wrapper .pkp_navigation_user {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal;
}

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile {
    font-family: Sunflower, helvetica, calibri;
    background: #0a5388;
    color: #fff
}


/* warna back tombol atas */

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile>a {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal !important;
    padding-right: 20px;
    color: #fff
}

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile>ul.dropdown-menu {
    border-radius: 0 !important;
}

.pkp_navigation_user_wrapper .pkp_navigation_user>li.profile>ul.dropdown-menu>li>a {
    font-family: Sunflower, helvetica, calibri;
    font-weight: normal !important;
}

.pkp_navigation_user {
    border-bottom: none solid #fff;
}


/*warna background menu atas */

.pkp_navigation_user>li>a,
.pkp_navigation_user>li.in_focus>a,
.pkp_navigation_user>li>a:hover,
.pkp_navigation_user>li>a:focus {
    color: #fff;
}

.pkp_navigation_primary_row {
    background: linear-gradient(to bottom, #fff 0%, #f4c60f 50%, #fbbd2a 51%, #fff 100%) !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li {
    padding: 0 !important;
    margin: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    margin: 0 !important;
    padding: 0 10px !important;
    line-height: 40px !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    font-family: Sunflower, helvetica, calibri;
    color: #FFFFFF !important;
    font-weight: normal !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    background: rgba(0, 0, 0, .3) !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li a:hover {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
    background: #48e1da !important
}


/*warna background sub menu */

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .35) !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul li:last-child {
    border-bottom: none !important;
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,
.pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    font-family: Sunflower, helvetica, calibri;
    color: #373935 !important;
    font-weight: normal !important
}

.pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {
    font-family: Sunflower, helvetica, calibri;
}

.pkp_structure_page {
    margin: auto;
    width: 1162px;
    padding-bottom: 0 !important;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    background: #fff;
}

.pkp_structure_content {
    padding-top: 0;
}

.pkp_structure_sidebar .pkp_block .title {
    font-family: Sunflower, helvetica, calibri;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Sunflower, helvetica, calibri;
}

@media (max-width: 1000px) {
    .pkp_structure_page {
        margin: auto;
        width: 100%;
    }
}

.cmp_breadcrumbs {
    padding: .25rem 0
}

.cmp_breadcrumbs ol li:hover {
    cursor: pointer;
    background: #1a4b06;
    color: #fff !important
}

.cmp_breadcrumbs ol li:hover a:after,
.cmp_breadcrumbs ol li:hover span:after {
    border-left-color: #1a4b06;
    color: #fff
}

.cmp_breadcrumbs ol li.current {
    background: #1a4b06;
    color: #fff !important
}

.cmp_breadcrumbs ol li.current a:after,
.cmp_breadcrumbs ol li.current span:after {
    border-left-color: #1a4b06;
    color: #fff
}

.cmp_breadcrumbs ol {
    list-style: none;
    display: inline-table;
    margin-bottom: 2px
}

.cmp_breadcrumbs ol li {
    display: inline-flex;
    background: #F3F5FA;
    padding: 10px 10px 10px 23px;
    position: relative;
    margin: 0 10px 10px 0
}

.cmp_breadcrumbs ol li:first-child {
    padding: 10px 10px 10px 15px
}

.cmp_breadcrumbs ol li:last-child {
    background-color: #1a4b06
}

.cmp_breadcrumbs ol li:hover a,
.cmp_breadcrumbs ol li:hover span {
    color: #ffffff
}

.cmp_breadcrumbs ol li:first-child a:before,
.cmp_breadcrumbs ol li:first-child span:before {
    display: none
}

.cmp_breadcrumbs ol li:last-child a:after,
.cmp_breadcrumbs ol li:last-child span:after {
    display: none
}

.cmp_breadcrumbs ol li a,
.cmp_breadcrumbs ol li span {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87)
}

.cmp_breadcrumbs ol li a:after,
.cmp_breadcrumbs ol li span:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #f3f5fa;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1
}

.cmp_breadcrumbs ol li a:before,
.cmp_breadcrumbs ol li span:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0
}

.cmp_breadcrumbs ol li span.separator {
    display: none
}

.cmp_breadcrumbs ol li.current a,
.cmp_breadcrumbs ol li.current span {
    color: #ffffff;
    font-weight: bold
}

.pkp_block {
    margin: 0 !important
}

#customblock-Sidebar_menu.pkp_block {
    margin: 0 !important;
    padding: 0 !important
}

#customblock-Sidebar_menu.pkp_block ul,
#customblock-Sidebar_menu.pkp_block ul li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

#customblock-Sidebar_menu.pkp_block ul li {
    background: #bcd2e7 !important;
    border-bottom: solid 1px rgba(255, 255, 255, .4)
}

#customblock-Sidebar_menu.pkp_block ul li:last-child {
    border-bottom: none
}

#customblock-Sidebar_menu.pkp_block ul li a {
    background: #bcd2e7 !important;
    display: block;
    line-height: 40px;
    padding: 0 10px 0 20px;
    color: #FFFFFF;
}

.pkp_block.block_make_submission .content {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important
}

.pkp_block.block_make_submission .content a {
    background: #bcd2e7;
    line-height: 40px;
    font-family: Sunflower, helvetica, calibri;
    color: #FFFFFF
}

.pkp_block.block_make_submission .content a:hover {
    background: rgba(0, 0, 0, 0.25) !important;
    color: #333333
}


/* awal tambahan */

.pkp_block .content ul,
.pkp_page_index .journals ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pkp_caret {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border: .25rem solid transparent;
    vertical-align: middle
}

.pkp_caret_down {
    border-top: .375rem solid
}

.pkp_caret_right {
    border-left: .375rem solid
}

.pkp_screen_reader,
.cmp_skip_to_content a,
.pkp_page_index .journals h2,
.pkp_page_index .cmp_announcements h2,
.page_register .context_optin .roles legend,
.pkp_page_index .journals h2 {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px
}

.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1rem;
    height: auto;
    line-height: normal;
    padding: 1rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

.pkp_helpers_clear:before,
.pkp_helpers_clear:after {
    content: " ";
    display: table
}

.pkp_helpers_clear:after {
    clear: both
}

.pkp_help_link {
    display: inline-block;
    padding: .25rem 0;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    box-shadow: none;
    color: #4b7d92;
    z-index: 3
}

.pkp_help_link:hover,
.pkp_help_link:focus {
    color: #6298ae
}

.pkp_help_link:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #4b7d92;
    border-radius: 3px
}

.pkp_help_tab,
.pkp_help_modal {
    position: absolute;
    top: -2rem;
    right: 2rem;
    padding: .5rem 1em;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.pkp_help_modal {
    top: 0.5rem;
    padding: 0.5rem;
    right: 3rem;
    border: none
}

.pkp_uploadedFile_summary {
    font-size: .93rem;
    line-height: 1.43rem
}

.pkp_uploadedFile_summary .filename .display {
    line-height: 2rem
}

.pkp_uploadedFile_summary .filename .edit {
    line-height: 1.43rem
}

.pkp_uploadedFile_summary .details {
    margin-top: 0.5rem;
    color: rgba(0, 0, 0, 0.54)
}

.pkp_uploadedFile_summary .details>span {
    margin-left: 2rem
}

.pkp_uploadedFile_summary .details>span:first-child {
    margin-left: 0
}

.pkp_uploadedFile_summary .details>span:before {
    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);
    padding-right: 0.25em;
    color: #aaa
}

.pkp_uploadedFile_summary .pixels:before {
    content: "\f108"
}

.pkp_uploadedFile_summary .print {
    margin-left: 2rem
}

.pkp_uploadedFile_summary .print:before {
    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);
    padding-right: 0.25em;
    color: #aaa;
    content: "\f02f"
}

.pkp_uploadedFile_summary .type:before {
    content: "\f016"
}

.pkp_uploadedFile_summary .type.pdf:before {
    content: "\f1c1"
}

.pkp_uploadedFile_summary .type.doc:before,
.pkp_uploadedFile_summary .type.docx:before {
    content: "\f1c2"
}

.pkp_uploadedFile_summary .type.xls:before,
.pkp_uploadedFile_summary .type.xlsx:before {
    content: "\f1c3"
}

.pkp_uploadedFile_summary .file_size:before {
    content: "\f0a0"
}

.pkp_helpers_invisible {
    visibility: hidden
}

.pkp_helpers_display_none {
    display: none !important
}

.pkp_helpers_align_left {
    float: left
}

.pkp_helpers_align_right {
    float: right
}

.pkp_helpers_text_left {
    text-align: left
}

.pkp_helpers_text_right {
    text-align: right
}

.pkp_helpers_text_center {
    text-align: center
}

.pkp_helpers_text_justify {
    text-align: justify
}

.pkp_helpers_title_padding {
    padding: 5px !important
}

.pkp_helpers_image_left {
    float: left;
    margin: 4px 10px 4px 0
}

.pkp_helpers_image_right {
    float: right;
    margin: 4px 0 4px 10px
}

.pkp_helpers_container_center {
    margin: 0 auto
}

.pkp_helpers_debug,
.pkp_helpers_debug div {
    border: 1px dashed #f00;
    padding: 2px
}

.pkp_helpers_flatlist {
    margin: 0;
    padding: 0
}

.pkp_helpers_flatlist li {
    float: left;
    position: relative
}

.pkp_helpers_bulletlist li {
    list-style: disc
}

.pkp_helpers_icon_link_valign {
    line-height: 24px
}

.pkp_helpers_moveicon {
    cursor: move
}

.pkp_helpers_full {
    width: 100%
}

.pkp_helpers_half {
    width: 50%
}

.pkp_helpers_third {
    width: 33%
}

.pkp_helpers_quarter {
    width: 25%
}

.pkp_helpers_fifth {
    width: 20%
}

.pkp_helpers_threeQuarter {
    width: 75%
}

.pkp_helpers_underline:after {
    border-bottom: 2px solid #fff;
    content: " ";
    display: block
}

.pkp_helpers_dotted_underline {
    border-bottom: 1px dotted #999
}

.pkp_helpers_black_bg {
    background-color: black
}

.pkp_helpers_text_warn {
    color: #d00a6c
}

.pkp_helpers_text_primary {
    color: black
}

.NMI_TYPE_CUSTOM_EDIT {
    display: none
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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: #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: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    color: #4b7d92;
    text-decoration: none
}

.cmp_button:hover,
.cmp_button:focus,
.page_search .submit button:hover,
.page_search .submit button:focus {
    box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.1)
}

.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #4b7d92;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #4b7d92;
    text-decoration: none
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #4b7d92;
    color: #fff
}

.cmp_article_list>li {
    margin-bottom: 2.143rem
}

.cmp_article_list>li:before,
.cmp_article_list>li:after {
    content: " ";
    display: table
}

.cmp_article_list>li:after {
    clear: both
}

.cmp_form fieldset {
    margin: 0 0 1.43rem;
    padding: 0;
    border: none
}

.cmp_form legend {
    margin-bottom: .714rem;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem
}

.cmp_form .fields>div {
    position: relative;
    padding-bottom: 2.143rem
}

.cmp_form .fields>div .error {
    position: absolute;
    left: 0.5em;
    bottom: 11px;
    padding: 0 .5em;
    background: #a80000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: .93rem;
    line-height: 1.43rem;
    font-weight: 700;
    color: #fff
}

.cmp_form label {
    display: block;
    cursor: pointer
}

.cmp_form .label {
    display: block;
    font-size: .93rem;
    font-weight: 400;
    font-style: italic
}

.cmp_form .label .required {
    color: #a80000
}

.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
    padding: 0 .5em;
    width: 100%;
    height: calc(2.143rem - 2px);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px)
}

.cmp_form textarea {
    width: 100%;
    height: 8em
}

.cmp_form .pkp_form_error {
    margin-bottom: .714rem;
    border-radius: 3px;
    padding: 0 .5em;
    font-weight: 700;
    font-size: .93rem;
    background: #a80000;
    color: #fff
}

.cmp_form label>input[type="checkbox"],
.cmp_form label>input[type="radio"] {
    margin-right: 0.25em
}

.cmp_form .buttons:before,
.cmp_form .buttons:after {
    content: " ";
    display: table
}

.cmp_form .buttons:after {
    clear: both
}

.cmp_form .buttons a {
    font-size: .93rem;
    line-height: 2.143rem;
    margin-left: 1em
}

.cmp_form .description {
    margin-top: 0;
    font-size: .75rem;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 0.54)
}

@media (min-width:480px) {
    .cmp_form input[type="text"],
    .cmp_form input[type="email"],
    .cmp_form input[type="password"],
    .cmp_form input[type="url"],
    .cmp_form input[type="tel"],
    .cmp_form select {
        max-width: 20em
    }
}

.cmp_pagination {
    text-align: right
}

.cmp_pagination:before,
.cmp_pagination:after {
    content: " ";
    display: table
}

.cmp_pagination:after {
    clear: both
}

.cmp_pagination .prev {
    float: left;
    margin-right: 0.5em;
    text-decoration: none
}

.cmp_pagination .prev:before {
    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: "\f177";
    margin-right: 0.5em
}

.cmp_pagination .next {
    margin-left: 0.5em;
    text-decoration: none
}

.cmp_pagination .next: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: "\f178";
    margin-left: 0.5em
}

.cmp_edit_link {
    display: inline-block;
    margin-left: 1em;
    font-size: .93rem;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none
}

.cmp_edit_link:before {
    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: "\f040"
}

.cmp_search_filter {
    margin-bottom: .714rem;
    font-size: .93rem
}

.cmp_search_filter:last-child {
    margin-bottom: 0
}

.cmp_search_filter label {
    font-style: italic
}

.cmp_search_filter .delete {
    color: #a80000
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    margin-bottom: 2.857rem;
    background: #ddd;
    border-left: .357rem solid #4b7d92;
    font-size: 1rem;
    line-height: 1.43rem
}

.cmp_notification .success {
    border-color: #00b24e
}

.cmp_notification .no {
    border-color: #a80000
}

.cmp_breadcrumbs {
    display: inline-block
}

.cmp_breadcrumbs ol {
    margin-bottom: 2.143rem;
    padding: .357rem 0;
    line-height: 1.43rem;
    font-size: .93rem
}

.cmp_breadcrumbs li {
    display: inline-block
}

.cmp_breadcrumbs a {
    display: inline-block;
    text-decoration: none
}

.cmp_breadcrumbs .separator {
    color: rgba(0, 0, 0, 0.54);
    padding: 0 .5em
}

.cmp_breadcrumbs .current {
    color: rgba(0, 0, 0, 0.54)
}

.cmp_breadcrumbs .current h1 {
    margin: 0;
    font-family: "Baloo Tamma 2", "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 400
}

.cmp_back_link {
    margin-top: 1.43rem
}

.cmp_announcements {
    margin-left: -0.714rem;
    margin-right: -0.714rem
}

.cmp_announcements>li {
    padding: 2.143rem .714rem;
    border-bottom: 1px solid #ddd
}

.cmp_announcements>li:last-child {
    border-bottom: none
}

@media (min-width:480px) {
    .cmp_announcements {
        margin-left: -1.43rem;
        margin-right: -1.43rem
    }
    .cmp_announcements>li {
        padding-left: 1.43rem;
        padding-right: 1.43rem
    }
}

@media (min-width:992px) {
    .cmp_announcements {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
    .cmp_announcements>li {
        padding-left: 2.143rem;
        padding-right: 2.143rem
    }
}

.cmp_skip_to_content a {
    display: block;
    padding: 1em;
    z-index: 99999;
    background: #fff;
    transform: translateX(-50%)
}

.cmp_skip_to_content a:focus {
    clip: auto;
    top: 0;
    left: 50%;
    color: #4b7d92
}

.cmp_table {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse
}

.cmp_table th,
.cmp_table td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ddd
}

.cmp_table th {
    font-weight: 700
}

html,
body {
    font-family: "Baloo Tamma 2", "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);
    background: #fff
}

a {
    color: #4b7d92
}

a:hover,
a:focus {
    color: #6298ae
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: .714rem;
    padding-right: .714rem
}

.pkp_site_name_wrapper:before,
.pkp_navigation_primary_wrapper:before,
.pkp_navigation_user:before,
.pkp_search_mobile:before,
.pkp_structure_content:before,
.pkp_structure_footer:before,
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
    content: " ";
    display: table
}

.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
    clear: both
}

@media (min-width:768px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 728px;
        padding: 0
    }
}

@media (min-width:992px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 952px
    }
}

@media (min-width:1200px) {
    .pkp_site_name_wrapper,
    .pkp_navigation_primary_wrapper,
    .pkp_navigation_user,
    .pkp_search_mobile,
    .pkp_structure_content,
    .pkp_structure_footer {
        width: 1160px
    }
}

.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
    width: auto
}

.has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: .714rem
}

.has_site_logo .pkp_head_wrapper:before,
.has_site_logo .pkp_head_wrapper:after {
    content: " ";
    display: table
}

.has_site_logo .pkp_head_wrapper:after {
    clear: both
}

@media (min-width:768px) {
    .has_site_logo .pkp_head_wrapper {
        width: 728px;
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:992px) {
    .has_site_logo .pkp_head_wrapper {
        width: 952px
    }
}

@media (min-width:1200px) {
    .has_site_logo .pkp_head_wrapper {
        width: 1160px
    }
}

.pkp_structure_main {
    padding: .714rem
}

@media (min-width:480px) {
    .pkp_structure_main {
        padding: 1.43rem
    }
}

@media (min-width:768px) {
    .pkp_structure_main:before,
    .pkp_structure_main:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #ddd
    }
    .pkp_structure_main:after {
        left: 728px
    }
}

@media (min-width:992px) {
    .pkp_structure_content {
        padding-top: 2.143rem
    }
    .pkp_structure_sidebar {
        float: right;
        width: 300px;
    }
    .pkp_structure_main {
        float: left;
        padding: 0 2.143rem 6.429rem;
        width: 652px
    }
    .pkp_structure_main:after {
        left: 652px
    }
}

@media (min-width:1200px) {
    .pkp_structure_main {
        width: 860px
    }
    .pkp_structure_main:after {
        left: 860px
    }
}

@media (min-width:992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2.857rem
    }
    .pkp_structure_main:first-child:last-child:before {
        left: 150px
    }
    .pkp_structure_main:first-child:last-child:after {
        left: auto;
        right: 150px
    }
}

img {
    max-width: 100%;
    width: auto;
    height: auto
}

.pkp_structure_head {
    background-color: #3584f3;
    border-bottom: 1px solid #ddd
}

.pkp_head_wrapper {
    position: relative
}

.pkp_site_name_wrapper {
    height: 2.857rem
}

@media (min-width:992px) {
    .pkp_site_name_wrapper {
        height: auto
    }
}

.pkp_site_name {
    position: absolute;
    left: 2.857rem;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: .714rem;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem
}

.pkp_site_name>a {
    padding-top: .714rem;
    padding-bottom: .714rem
}

.pkp_site_name>a:focus {
    outline: 0
}

.pkp_site_name .is_img {
    display: inline-block;
    margin-top: .357rem;
    margin-bottom: .357rem;
    padding: 0
}

.pkp_site_name .is_img:focus {
    outline: 1px solid #fff
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 4.250rem;
    max-width: 100%;
    width: auto;
    height: auto
}

.pkp_site_name .is_text {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.857rem;
    color: #fff;
    text-decoration: none
}

.pkp_site_name .is_text:focus {
    text-decoration: underline
}

.pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0
}

.pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #3584f3;
    left: 0;
    padding: .714rem;
    z-index: 9999
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 0;
    margin-left: 0
}

.pkp_site_nav_menu ul ul {
    padding-left: 0.5rem
}

.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 0;
    color: #fff;
    text-decoration: none
}

.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
    color: #fff;
    text-decoration: underline
}

.pkp_site_nav_menu #siteNav {
    position: absolute;
    top: 0;
    height: 0
}

.pkp_navigation_user.pkp_navigation_user {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.pkp_navigation_user .task_count {
    display: inline-block;
    width: 1.43rem;
    height: 1.43rem;
    margin-left: 0.5em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.43rem;
    text-align: center;
    font-size: 0.857rem;
    position: relative;
    top: 0.3rem
}

.pkp_navigation_user>li>a .task_count {
    display: none
}

.pkp_navigation_user>li>ul a .task_count {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

.pkp_navigation_user>li>ul a:hover .task_count,
.pkp_navigation_user>li>ul a:focus .task_count {
    background: rgba(0, 0, 0, 0.87)
}

.pkp_navigation_search_wrapper {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

@media (min-width:992px) {
    .pkp_head_wrapper {
        padding-top: 4.286rem
    }
    .pkp_site_nav_toggle {
        display: none
    }
    .pkp_site_name {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        padding: 0;
        white-space: normal;
        font-size: 2em;
        background: transparent;
        overflow: visible
    }
    .pkp_site_name .is_text {
        font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: 1.714rem;
        line-height: 2.143rem
    }
    .pkp_site_name .is_img img {
        max-height: 750px
    }
    .pkp_site_nav_menu {
        display: block;
        position: static;
        top: auto;
        padding: 0
    }
    .pkp_site_nav_menu ul ul {
        padding-left: 0
    }
    .has_site_logo .pkp_head_wrapper {
        padding-top: 2.143rem
    }
    .pkp_nav_list {
        margin: 0;
        padding: 0;
        list-style: none
    }
    .pkp_nav_list li {
        position: relative;
        display: inline-block
    }
    .pkp_nav_list a {
        display: inline-block;
        padding-left: .714rem;
        padding-right: .714rem;
        text-decoration: none;
        padding-top: .357rem;
        padding-bottom: .357rem
    }
    .pkp_nav_list a:hover,
    .pkp_nav_list a:focus {
        text-decoration: none
    }
    .pkp_nav_list ul {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1000;
        width: 15em;
        margin: 0;
        padding: 0;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
    }
    .pkp_nav_list ul li {
        display: block
    }
    .pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #4b7d92
    }
    .pkp_nav_list ul a:hover,
    .pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: #4b7d92;
        color: #4b7d92
    }
    .pkp_nav_list ul li:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px
    }
    .pkp_nav_list ul li:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px
    }
    .pkp_nav_list>li:hover ul {
        left: 0
    }
    .pkp_nav_list [aria-haspopup]:after {
        position: relative;
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        margin-left: 0.25em;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        vertical-align: middle;
        overflow: hidden
    }
    .pkp_navigation_primary {
        text-align: center
    }
    .pkp_navigation_primary>li>a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none
    }
    .pkp_navigation_primary>li>a:hover {
        color: #fff;
        outline: 0;
        border-color: #fff
    }
    .pkp_navigation_primary>li>a:focus {
        background: #fff;
        color: #3584f3;
        outline: 0
    }
    .pkp_navigation_primary>li:first-child a {
        margin-left: -0.5em
    }
    .pkp_navigation_primary>li:last-child a {
        margin-right: -0.5em
    }
    .pkp_navigation_primary>li:hover ul {
        left: 1rem
    }
    .pkp_navigation_primary ul a {
        padding-top: .714rem;
        padding-bottom: .714rem
    }
    .pkp_navigation_primary [aria-haspopup]:hover {
        border-color: transparent
    }
    .pkp_navigation_primary .dropdown-menu a:focus,
    .pkp_navigation_primary .dropdown-menu a:hover {
        border-color: #4b7d92
    }
    .dropdown-menu {
        display: none
    }
    .dropdown-menu.show {
        display: block
    }
    [data-toggle="dropdown"]:hover+.dropdown-menu,
    .dropdown-menu:hover {
        display: block
    }
    .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: 0;
        border-top: none;
        z-index: 1000
    }
    .pkp_navigation_user {
        text-align: right;
        font-size: .93rem;
        padding-right: 1.43rem
    }
    .pkp_navigation_user.pkp_navigation_user {
        margin: 0;
        padding: 0;
        border: none
    }
    .pkp_navigation_user li {
        text-align: left
    }
    .pkp_navigation_user a {
        padding-top: .357rem;
        padding-bottom: .357rem;
        line-height: 1.43rem
    }
    .pkp_navigation_user>li>a:focus {
        outline: 0;
        background: #fff;
        color: #3584f3
    }
    .pkp_navigation_user ul {
        width: 10em
    }
    .pkp_navigation_user>li:hover ul {
        right: 0;
        left: auto
    }
    .pkp_navigation_user>li:last-child>a {
        margin-right: -0.714rem
    }
    .pkp_navigation_user>li>a .task_count {
        display: inline-block
    }
    .pkp_navigation_user>li>a:focus .task_count {
        background: #3584f3;
        color: #fff
    }
    .pkp_navigation_user>li>ul a .task_count {
        display: none
    }
    .pkp_navigation_search_wrapper {
        float: right;
        margin: 0;
        padding: 0;
        border: none
    }
    .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: #fff;
        text-decoration: none
    }
    .pkp_navigation_search_wrapper a:hover {
        color: #fff;
        outline: 0;
        border-color: #fff;
        text-decoration: none
    }
    .pkp_navigation_search_wrapper a:focus {
        background: #fff;
        color: #3584f3;
        outline: 0;
        text-decoration: none
    }
}

@media (min-width:992px) and (min-width:992px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 80%;
        text-align: left
    }
}

.pkp_structure_main h1 {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
    font-weight: 700
}

.pkp_structure_main h2 {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.285rem;
    line-height: 2.143rem;
    font-weight: 700
}

.pkp_structure_main h3 {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    line-height: 1.43rem;
    font-weight: 700
}

.pkp_structure_main h4 {
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 700
}

.pkp_structure_main h5 {
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 400
}

.pkp_structure_main h6 {
    font-size: .93rem;
    line-height: 1.43rem;
    font-weight: 700
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
    margin: 2.857rem 0 1.43rem
}

.pkp_structure_main h5,
.pkp_structure_main h6 {
    margin: 1.43rem 0
}

.pkp_structure_main p {
    line-height: 1.785rem;
    margin: 1.43rem 0
}

.pkp_structure_main p:last-child {
    margin-bottom: 0
}

.pkp_structure_main .page h1 {
    margin-top: 0
}

.pkp_structure_main .page>.cmp_edit_link {
    float: right;
    padding: .357rem 0;
    line-height: 2.143rem
}

.pkp_structure_main .page .monograph_count {
    float: right;
    padding: .714rem 0;
    font-size: .93rem;
    color: rgba(0, 0, 0, 0.54)
}

.pkp_structure_main .page .about_section {
    color: rgba(0, 0, 0, 0.54);
    line-height: 2.143rem
}

.pkp_structure_main .page .about_section:before,
.pkp_structure_main .page .about_section:after {
    content: " ";
    display: table
}

.pkp_structure_main .page .about_section:after {
    clear: both
}

.pkp_structure_main .page .about_section .cover {
    float: right;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%
}

.pkp_structure_main .page .about_section .cover img {
    display: block;
    margin: 0 auto
}

.pkp_structure_main .page .about_section .description p:first-child {
    margin-top: 0
}

.pkp_structure_main .page .about_section .description p:last-child {
    margin-bottom: 0
}

@media (min-width:480px) {
    .pkp_structure_main .page .about_section {
        font-size: 1.143rem;
        font-style: italic
    }
}

.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.857rem;
    height: 2.857rem;
    border: 0;
    background: none;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
    z-index: 999
}

.pkp_site_nav_toggle:focus {
    outline: 1px dotted #fff;
    box-shadow: none
}

.pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid #fff;
    text-indent: -9999px;
    overflow: hidden
}

.pkp_site_nav_toggle>span:before,
.pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff
}

.pkp_site_nav_toggle>span:before {
    top: 0
}

.pkp_site_nav_toggle>span:after {
    top: 8px
}

.pkp_site_nav_toggle--transform>span {
    border-bottom: 0;
    overflow: visible
}

.pkp_site_nav_toggle--transform>span:before {
    top: 7px;
    transform: rotate(-405deg) translateY(1px) translateX(-2px);
    -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px)
}

.pkp_site_nav_toggle--transform>span:after {
    top: 14px;
    transform: rotate(405deg) translateY(-3px) translateX(-4px);
    -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px)
}

.pkp_site_nav_menu {
    display: none
}

.pkp_site_nav_menu--isOpen {
    display: block
}

body.navIsOpen .siteHeader__details {
    right: 0
}

body.navIsOpen .siteHeader__screen {
    display: block;
    opacity: 0.5
}

body.navIsOpen .siteHeader__navToggleIcon>span:first-child {
    transform: rotate(45deg);
    top: 18px
}

body.navIsOpen .siteHeader__navToggleIcon>span:nth-child(2) {
    opacity: 0
}

body.navIsOpen .siteHeader__navToggleIcon>span:last-child {
    transform: rotate(-45deg);
    top: 18px
}

@media (min-width:992px) {
    .pkp_site_nav_menu {
        display: block
    }
}

.pkp_page_index .journals {
    margin-top: 2.143rem
}

.pkp_page_index .journals>ul>li {
    margin: 2.143rem 0
}

.pkp_page_index .journals img {
    display: block;
    max-height: 20em
}

.pkp_page_index .journals h3 {
    margin: .714rem 0;
    font-size: 1rem;
    font-weight: 700
}

.pkp_page_index .journals h3 a {
    text-decoration: none
}

.pkp_page_index .journals p {
    margin: .714rem 0
}

.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0 .714rem .714rem 0
}

@media (min-width:768px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -1.43rem;
        padding: 1.43rem;
        border-top: 1px solid #ddd
    }
    .pkp_page_index .journals>ul>li:before,
    .pkp_page_index .journals>ul>li:after {
        content: " ";
        display: table
    }
    .pkp_page_index .journals>ul>li:after {
        clear: both
    }
    .pkp_page_index .journals .thumb {
        float: left;
        width: 25%;
        padding-right: 1.43rem
    }
    .pkp_page_index .journals .thumb+.body {
        float: right;
        width: 75%
    }
}

@media (min-width:992px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -2.143rem;
        padding: 2.143rem
    }
    .pkp_page_index .journals .thumb {
        padding-right: 2.143rem
    }
}

.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
    margin-left: -0.714rem;
    margin-right: -0.714rem
}

@media (min-width:480px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -1.43rem;
        margin-right: -1.43rem
    }
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image {
        margin-top: 1 autorem
    }
}

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 2.143rem
}

.pkp_page_index .homepage_about h2 {
    margin-top: -0.714rem
}

.pkp_page_index .cmp_announcements {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.pkp_page_index .cmp_announcements:before,
.pkp_page_index .cmp_announcements:after {
    content: " ";
    display: table
}

.pkp_page_index .cmp_announcements:after {
    clear: both
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding: 2.143rem .714rem
}

.pkp_page_index .cmp_announcements .more {
    position: relative
}

.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding: .714rem
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: .93rem
}

@media (min-width:480px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary,
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left: 1.43rem;
        padding-right: 1.43rem
    }
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        float: left;
        width: 65%
    }
    .pkp_page_index .cmp_announcements>.obj_announcement_summary:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        border-left: 1px solid #ddd
    }
    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 35%;
        padding-top: 1.43rem;
        padding-bottom: 1.43rem
    }
    .pkp_page_index .cmp_announcements .more:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        border-left: 1px solid #ddd
    }
}

@media (min-width:992px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary,
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left: 2.143rem;
        padding-right: 2.143rem
    }
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 1.43rem 0;
    font-weight: 700
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #4b7d92;
    text-decoration: none;
    margin-bottom: 1.43rem
}

.pkp_page_index .current_issue .read_more: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: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #6298ae
}

@media (min-width:768px) {
    .pkp_page_index .current_issue .section:last-child {
        margin-bottom: 0
    }
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #ddd
}

@media (min-width:480px) {
    .pkp_page_index .additional_content {
        padding-left: 1.43rem;
        padding-right: 1.43rem
    }
}

@media (min-width:992px) {
    .pkp_page_index .additional_content {
        padding-left: 2.143rem;
        padding-right: 2.143rem
    }
}

.pkp_page_index .additional_content>p:first-child {
    margin-top: 0
}

.pkp_page_index .additional_content>p:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements+.additional_content {
        border-top: none
    }
}

.page_catalog_category .article_count {
    float: right;
    padding: .714rem 0;
    font-size: .93rem;
    color: rgba(0, 0, 0, 0.54)
}

.page_catalog_category .about_section .cover {
    float: right;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%
}

.page_catalog_category .subcategories li {
    padding-top: .357rem;
    padding-bottom: .357rem
}

.page_catalog_category .subcategories a {
    text-decoration: none
}

@media (min-width:768px) {
    .page_catalog_category .subcategories {
        position: relative;
        margin-top: 4.286rem;
        margin-left: -1.43rem;
        margin-right: -1.43rem;
        padding: 2.143rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .page_catalog_category .subcategories h2 {
        position: absolute;
        top: -15px;
        left: 1.43rem;
        margin: 0;
        padding-left: .714rem;
        padding-right: .714rem;
        line-height: 2.143rem;
        background: #fff;
        color: rgba(0, 0, 0, 0.54)
    }
}

@media (min-width:992px) {
    .page_catalog_category .subcategories {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
}

@media (min-width:768px) {
    .page_catalog_category .cmp_article_list {
        padding-top: 1.43rem
    }
    .page_catalog_category h2.title {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        left: -2000px
    }
    .page_catalog_category h2.title:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #000;
        display: block;
        font-size: 1rem;
        height: auto;
        line-height: normal;
        padding: 1rem;
        position: absolute;
        left: 0.5rem;
        top: 0.5rem;
        text-decoration: none;
        width: auto;
        z-index: 100000
    }
}

@media (min-width:992px) {
    .page_catalog_category .cmp_article_list {
        padding-top: 2.143rem
    }
}

.page_contact .address,
.page_contact .phone,
.page_contact .email {
    margin-top: .714rem;
    margin-bottom: .714rem;
    font-size: .93rem
}

.page_contact .address {
    margin-top: 0
}

.page_contact .address p {
    margin: 0
}

.page_contact .label {
    display: block;
    font-weight: 700
}

.page_contact .contact.support {
    margin-top: 2.857rem
}

@media (min-width:768px) {
    .page_contact .contact_section:before,
    .page_contact .contact_section:after {
        content: " ";
        display: table
    }
    .page_contact .contact_section:after {
        clear: both
    }
    .page_contact .contact {
        float: left;
        width: 50%
    }
    .page_contact .contact.primary {
        padding-right: 1.43rem
    }
    .page_contact .contact.support {
        margin-top: 0
    }
}

.page_issue_archive .issues_archive {
    margin-left: -0.714rem;
    margin-right: -0.714rem;
    border-top: 1px solid #ddd
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem .714rem;
    border-bottom: 1px solid #ddd
}

@media (min-width:480px) {
    .page_issue_archive .issues_archive {
        margin-left: -1.43rem;
        margin-right: -1.43rem
    }
    .page_issue_archive .issues_archive>li {
        padding-left: 1.43rem;
        padding-right: 1.43rem
    }
}

@media (min-width:992px) {
    .page_issue_archive .issues_archive {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
    .page_issue_archive .issues_archive>li {
        padding-left: 2.143rem;
        padding-right: 2.143rem
    }
}

.page_issue_archive .cmp_pagination {
    margin-top: 1.43rem
}

.page_login .login {
    margin-bottom: 0;
    max-width: 17em
}

.page_login .login input[type="text"],
.page_login .login input[type="password"] {
    width: 100%
}

.page_login .password a {
    font-size: .93rem;
    font-style: normal
}

.page_login .remember {
    padding-bottom: 0
}

.page_login .remember .label {
    display: inline;
    font-style: normal
}

.page_login .buttons button {
    float: right
}

.page_login .buttons a {
    float: right;
    margin-right: 1em;
    margin-left: 0
}

.page_lost_password .lost_password {
    margin-bottom: 0;
    max-width: 17em
}

.page_lost_password .lost_password input[type="text"] {
    width: 100%
}

.page_lost_password .pkp_form_error {
    margin: 1.43rem 0;
    padding: .714rem;
    background: #a80000;
    color: #fff;
    font-size: .93rem;
    font-weight: 700
}

.page_lost_password .buttons:before,
.page_lost_password .buttons:after {
    content: " ";
    display: table
}

.page_lost_password .buttons:after {
    clear: both
}

.page_lost_password .buttons button {
    float: right
}

.page_lost_password .buttons a {
    float: right;
    font-size: .93rem;
    line-height: 2.143rem;
    margin-right: 1em
}

.page_register .required_label {
    font-size: .93rem;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.54);
    margin-bottom: 1.43rem
}

.page_register .consent {
    margin-bottom: 0
}

.page_register .fields .reviewer_interests {
    max-height: 0;
    padding-bottom: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s
}

.page_register .fields .reviewer_interests.is_visible {
    max-height: 400px;
    overflow: visible;
    padding-bottom: 2.143rem;
    opacity: 1
}

.page_register .context_optin .contexts>li {
    margin-bottom: 1em
}

.page_register .context_optin .contexts>li:last-child {
    margin-bottom: 0
}

.page_register .context_optin .roles {
    padding: .357rem 0;
    margin-bottom: 0
}

.page_register .context_optin .roles label {
    display: inline-block;
    margin-right: 1em;
    font-size: .93rem;
    line-height: 1.43rem
}

.page_register .context_optin .context_privacy {
    position: absolute;
    left: -9999px;
    padding: .357rem 0;
    font-size: .93rem;
    line-height: 1.43rem
}

.page_register .context_optin .context_privacy_visible {
    position: relative;
    left: auto
}

.page_register #formErrors {
    margin: 1.43rem 0;
    padding: .714rem;
    background: #a80000;
    color: #fff
}

.page_register #formErrors .pkp_form_error {
    padding: 0;
    font-size: .93rem;
    font-weight: bold;
    line-height: 1.43rem
}

.page_register #formErrors .pkp_form_error_list {
    margin: 0;
    padding-left: 1.43rem;
    font-size: .93rem;
    line-height: 1.43rem
}

.page_register #formErrors .pkp_form_error_list a {
    color: #fff
}

@media (min-width:768px) {
    .page_register .identity li {
        display: inline-block;
        padding-right: 1em;
        max-width: 13em
    }
}

@media (min-width:1200px) {
    .page_register .identity li {
        max-width: 17em
    }
}

.pkp_op_register .ui-helper-hidden-accessible {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px
}

.pkp_op_register .ui-helper-hidden-accessible:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1rem;
    height: auto;
    line-height: normal;
    padding: .714rem;
    position: absolute;
    left: .357rem;
    top: .357rem;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

.pkp_op_register .ui-autocomplete {
    position: absolute !important
}

.page_search .search_input .query {
    width: 100%;
    max-width: 100%;
    height: calc(2.857rem - 2px);
    font-size: 1.285rem;
    line-height: calc(2.857rem - 2px)
}

.page_search .search_advanced {
    border: 1px solid #ddd;
    padding: 0 1.43rem 1.43rem
}

.page_search .search_advanced legend {
    padding: .714rem 1.43rem;
    margin: 0;
    font-weight: 400
}

.page_search .search_advanced label {
    font-size: 1rem;
    font-style: normal
}

.page_search .date_range legend {
    padding: 0;
    font-size: 1rem
}

.page_search .date_range label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px
}

.page_search .date_range label:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1rem;
    height: auto;
    line-height: normal;
    padding: 1rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

.page_search .date_range select+label+select {
    margin-left: 0.25em
}

.page_search .date_range [name*="Year"] {
    width: 6em
}

.page_search .date_range [name*="Day"] {
    width: 4em
}

.page_search .date_range [name*="Month"] {
    width: 10em
}

.page_search .submit {
    text-align: right
}

.page_search .submit button {
    position: relative;
    padding-right: 3.2145rem;
    border-right: none;
    padding-right: 1em;
    padding-left: 3.2145rem;
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    border-left: 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: 2.143rem;
    height: 2.143rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 2.143rem;
    text-align: center;
    background: #4b7d92;
    box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.2);
    color: #fff
}

.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
    box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.2);
    background: #6298ae
}

.page_search .submit button:after {
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.page_search .submit button:after {
    right: auto;
    left: 0
}

.page_search .search_results {
    margin: 2.857rem 0;
    padding: 0;
    list-style: none
}

.page_search .search_results .obj_article_summary {
    margin: 1.43rem 0
}

.page_search .cmp_pagination {
    margin-top: 1.43rem;
    font-size: .93rem;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.54);
    text-align: right
}

.page_search .cmp_pagination a {
    padding-left: 0.5em;
    padding-right: 0.5em
}

@media (min-width:768px) {
    .page_search .search_advanced:before,
    .page_search .search_advanced:after {
        content: " ";
        display: table
    }
    .page_search .search_advanced:after {
        clear: both
    }
    .page_search .date_range {
        float: left;
        width: 50%
    }
    .page_search .date_range .to fieldset {
        margin-bottom: 0
    }
    .page_search .author {
        float: right;
        width: 50%
    }
}

.page_section .section_description {
    margin-bottom: 2em
}

.page_submissions .submission_sections ul,
.page_submissions .submission_checklist ul {
    margin: 1.43rem 0 0;
    padding: 0;
    list-style: none;
    font-size: .93rem;
    border: none
}

.page_submissions .submission_sections li,
.page_submissions .submission_checklist li {
    position: relative;
    border-bottom: none
}

.page_submissions .submission_sections h3 {
    margin-top: 0
}

.page_submissions .submission_sections .cmp_notification {
    margin-bottom: 0
}

.page_submissions .submission_checklist li {
    padding: 1.43rem
}

.page_submissions .submission_checklist li .fa {
    top: 50%;
    left: .357rem;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 1.285rem;
    color: #00b24e
}

@media (min-width:480px) {
    .page_submissions .submission_sections li .fa {
        top: 22px;
        left: calc(1.43rem - 3px)
    }
    .page_submissions .submission_sections ul,
    .page_submissions .submission_checklist ul {
        border: 1px solid #ddd;
        border-bottom: none
    }
    .page_submissions .submission_sections li,
    .page_submissions .submission_checklist li {
        padding: 1.43rem 1.43rem 1.43rem 2.857rem;
        border-bottom: 1px solid #ddd
    }
    .page_submissions .submission_sections li .fa,
    .page_submissions .submission_checklist li .fa {
        left: 1.43rem
    }
}

.header_view {
    z-index: 2;
    position: relative;
    background: #4b7d92
}

.header_view a {
    line-height: 2.143rem;
    text-decoration: none
}

.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    background: #fff;
    color: #4b7d92;
    text-align: center
}

.header_view .return:before {
    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: "\f060"
}

.header_view .return:hover,
.header_view .return:focus {
    background: #6298ae;
    color: #fff
}

.header_view .title {
    display: block;
    padding-left: 2.857rem;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .93rem;
    color: #fff
}

.header_view .title:hover,
.header_view .title:focus {
    background: #6298ae
}

.header_view .download {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 2.143rem;
    background: #fff;
    text-align: center
}

.header_view .download:hover,
.header_view .download:focus {
    background: #6298ae;
    color: #fff
}

.header_view .download:before {
    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: "\f019"
}

.header_view .download .label {
    display: none
}

@media (min-width:768px) {
    .header_view .title {
        font-size: 1rem
    }
    .header_view .download {
        width: auto;
        padding: 0 1.43rem
    }
    .header_view .download .label {
        display: inline-block
    }
    .header_view .download .pkp_screen_reader,
    .header_view .download .pkp_page_index .cmp_announcements h2 {
        display: none
    }
}

.galley_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 2.143rem;
    border: none
}

.galley_view.galley_view_with_notice iframe {
    padding-top: 6.429rem
}

.galley_view .galley_view_notice {
    position: absolute;
    top: 2.143rem;
    width: 100%;
    height: 4.286rem;
    background: #a80000
}

.galley_view .galley_view_notice_message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    text-align: center
}

.galley_view .galley_view_notice_message a {
    color: #fff;
    text-decoration: underline
}

.obj_announcement_full h1 {
    margin: 0
}

.obj_announcement_full .date {
    margin: 16px 0;
    color: rgba(0, 0, 0, 0.54)
}

.obj_announcement_full .date:before {
    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: "\f073";
    margin-right: 0.5em;
    color: #ddd
}

.obj_announcement_full .description {
    margin-top: 2.857rem
}

.obj_announcement_full .description p:first-child {
    margin-top: 0
}

.obj_announcement_full .description p:last-child {
    margin-bottom: 0
}

.obj_announcement_summary h2,
.obj_announcement_summary h3,
.obj_announcement_summary h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.43rem
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
    text-decoration: none
}

.obj_announcement_summary .date {
    font-size: .93rem;
    line-height: 1.785rem;
    color: rgba(0, 0, 0, 0.54)
}

.obj_announcement_summary .date:before {
    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: "\f073";
    margin-right: 0.5em;
    font-size: 1rem;
    color: #ddd
}

.obj_announcement_summary .summary {
    font-size: .93rem;
    line-height: 1.43rem;
    margin-top: .714rem
}

.obj_announcement_summary .summary p:first-child {
    margin-top: 0
}

.obj_announcement_summary .summary p:last-child {
    margin-bottom: 0
}

.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: #4b7d92;
    text-decoration: none
}

.obj_announcement_summary .read_more: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: "\f054";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #6298ae
}

.obj_article_details>.page_title {
    margin: 0
}

.obj_article_details>.subtitle {
    margin: 0;
    font-size: 1rem;
    line-height: 2.143rem;
    font-weight: 400
}

.obj_article_details .row {
    margin-top: 2.143rem
}

.obj_article_details .item {
    padding-top: 1.43rem;
    padding-bottom: 1.43rem
}

.obj_article_details .item>*:first-child {
    margin-top: 0
}

.obj_article_details .item>*:last-child {
    margin-bottom: 0
}

.obj_article_details .sub_item {
    margin-bottom: 1.43rem
}

.obj_article_details .sub_item:last-child {
    margin-bottom: 0
}

.obj_article_details .main_entry .item .label {
    margin: 0 0 1.43rem;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700
}

.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
    display: inline;
    font-size: 1rem
}

.obj_article_details .main_entry .sub_item .label {
    font-size: 1rem
}

.obj_article_details .authors li {
    margin-bottom: .714rem
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block
}

.obj_article_details .authors .orcid {
    display: block;
    font-size: .75rem;
    line-height: 1.43rem
}

.obj_article_details .authors .orcid a {
    vertical-align: middle
}

.obj_article_details .authors .orcid_icon {
    width: 1.43rem;
    height: 1.43rem
}

.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: rgba(0, 0, 0, 0.54)
}

.obj_article_details .author_bios .sub_item .label {
    margin-bottom: 0
}

.obj_article_details .author_bios .sub_item .value>p:first-child {
    margin-top: 0
}

.obj_article_details .item.doi,
.obj_article_details .item.keywords {
    padding-top: 0
}

.obj_article_details .galleys_links li {
    display: inline-block
}

.obj_article_details .supplementary_galleys_links {
    margin-top: .714rem
}

.obj_article_details .copyright {
    font-size: .93rem;
    line-height: 1.43rem
}

.obj_article_details .copyright a[rel="license"]+p {
    margin-top: 0
}

.obj_article_details .entry_details {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
    border-top: 1px solid #ddd
}

.obj_article_details .entry_details .item {
    padding: 1.43rem;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word
}

.obj_article_details .entry_details .item:last-child {
    border-bottom: none
}

.obj_article_details .entry_details .item .label {
    margin: 0;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54)
}

.obj_article_details .categories {
    margin: 0;
    padding: 0;
    list-style: none
}

.obj_article_details .versions ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.obj_article_details .citation_display .value {
    font-size: .75rem
}

.obj_article_details .citation_display .csl-left-margin {
    display: none
}

.obj_article_details .citation_display [aria-hidden="true"] {
    display: none
}

.obj_article_details .citation_display .citation_formats {
    margin-top: 1em;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 3px
}

.obj_article_details .citation_display .citation_formats_button {
    position: relative;
    background: transparent;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    padding: 0 1em;
    width: 100%;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
    text-align: left
}

.obj_article_details .citation_display .citation_formats_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: "\f0d7";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%)
}

.obj_article_details .citation_display .citation_formats_button[aria-expanded="true"]:after {
    content: "\f0d8"
}

.obj_article_details .citation_display .citation_formats_button:focus {
    background: #ddd;
    outline: 0
}

.obj_article_details .citation_display .citation_formats_styles {
    margin: 0;
    padding: 0;
    list-style: none
}

.obj_article_details .citation_display .citation_formats_styles a {
    display: block;
    padding: .5em 1em;
    border-bottom: 1px solid #ddd;
    text-decoration: none
}

.obj_article_details .citation_display .citation_formats_styles a:focus {
    background: #ddd;
    outline: 0
}

.obj_article_details .citation_display .citation_formats_styles li:last-child a {
    border-bottom: none
}

.obj_article_details .citation_display .citation_formats_list .label {
    padding: 1em 1em .25em 1em
}

.obj_article_details .citation_display .citation_formats_styles+.label {
    border-top: 1px solid #ddd
}

.obj_article_details .citation_display span {
    margin-right: 0.5em
}

@media (min-width:480px) {
    .obj_article_details .entry_details {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
}

@media (min-width:768px) {
    .obj_article_details .row {
        margin-left: -1.43rem;
        margin-right: -1.43rem;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd
    }
    .obj_article_details .main_entry {
        float: left;
        width: 428px;
        border-right: 1px solid #ddd
    }
    .obj_article_details .item {
        padding: 1.43rem
    }
    .obj_article_details .item .label {
        margin: 0 0 1.43rem;
        font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: 1.143rem;
        font-weight: 700
    }
    .obj_article_details .item.doi .label,
    .obj_article_details .item.keywords .label {
        display: inline;
        font-size: 1rem
    }
    .obj_article_details .entry_details {
        float: left;
        width: 300px;
        margin: 0 0 0 -1px;
        border-top: none;
        border-left: 1px solid #ddd
    }
    .obj_article_details .entry_details .item {
        margin-right: -1px;
        border-bottom: 1px solid #ddd
    }
    .obj_article_details .entry_details .item:last-child {
        border-bottom: none
    }
}

@media (min-width:992px) {
    .obj_article_details .row {
        margin-left: -2.143rem;
        margin-right: -2.143rem
    }
    .obj_article_details .main_entry {
        width: 352px
    }
    .obj_article_details .item {
        padding: 2.143rem
    }
}

@media (min-width:1200px) {
    .obj_article_details .main_entry {
        width: 560px
    }
}

.obj_article_summary:before,
.obj_article_summary:after {
    content: " ";
    display: table
}

.obj_article_summary:after {
    clear: both
}

.obj_article_summary .cover {
    display: block;
    margin-bottom: 1.43rem
}

.obj_article_summary .cover img {
    display: block;
    max-height: 250px;
    width: auto
}

.obj_article_summary>.title {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 700;
    border-bottom: none;
    margin: 0
}

.obj_article_summary>.title a {
    text-decoration: none
}

.obj_article_summary .subtitle {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54)
}

.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem
}

.obj_article_summary .pages,
.obj_article_summary .published {
    color: rgba(0, 0, 0, 0.54)
}

.obj_article_summary .galleys_links {
    margin-top: .714rem
}

.obj_article_summary .galleys_links li {
    display: inline-block;
    margin-right: 1em
}

.obj_article_summary .galleys_links li:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .obj_article_summary .authors {
        padding-right: 5em
    }
    .obj_article_summary .pages {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2.143rem
    }
    .obj_article_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 1.43rem
    }
}

@media (min-width:992px) {
    .obj_article_summary .cover {
        margin-right: 2.143rem;
        margin-bottom: 2.143rem
    }
    .obj_article_summary .cover img {
        max-height: none
    }
}

.obj_galley_link:before {
    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: "\f0f6";
    margin-right: 0.25em
}

.obj_galley_link.pdf:before {
    content: "\f1c1"
}

.obj_galley_link.restricted {
    border-color: #d00a6c;
    color: #d00a6c
}

.obj_galley_link.restricted:before {
    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: "\f023";
    color: #d00a6c
}

.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
    background: #d00a6c;
    color: #fff
}

.obj_galley_link.restricted:hover:before,
.obj_galley_link.restricted:focus:before {
    color: #fff
}

.obj_galley_link_supplementary {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #4b7d92;
    text-decoration: none;
    padding-right: 0;
    padding-left: 1.43rem
}

.obj_galley_link_supplementary: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: "\f0f6";
    position: absolute;
    top: 2px;
    right: 0;
    width: 2.143rem;
    height: 2.143rem;
    line-height: 2.143rem;
    text-align: center
}

.obj_galley_link_supplementary:hover,
.obj_galley_link_supplementary:focus {
    color: #6298ae
}

.obj_galley_link_supplementary:after {
    right: auto;
    left: 0;
    text-align: left
}

.obj_issue_summary h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 400
}

.obj_issue_summary .cover {
    display: block;
    margin-bottom: 1.43rem
}

.obj_issue_summary .cover img {
    display: block;
    width: auto;
    max-height: 250px
}

.obj_issue_summary .title {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-decoration: none
}

.obj_issue_summary .series {
    margin-bottom: .357rem;
    color: rgba(0, 0, 0, 0.54)
}

.obj_issue_summary .description {
    font-size: .93rem;
    line-height: 1.43rem
}

.obj_issue_summary .description p:first-child {
    margin-top: 0
}

.obj_issue_summary .description p:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .obj_issue_summary:before,
    .obj_issue_summary:after {
        content: " ";
        display: table
    }
    .obj_issue_summary:after {
        clear: both
    }
    .obj_issue_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        margin-right: 1.43rem
    }
    .obj_issue_summary .cover img {
        max-height: auto
    }
}

.obj_issue_toc .cover {
    display: block;
    margin-bottom: 1.43rem
}

.obj_issue_toc .cover img {
    display: block;
    max-height: 250px;
    width: auto
}

.obj_issue_toc .description>*:first-child {
    margin-top: 0
}

.obj_issue_toc .description>*:last-child {
    margin-bottom: 0
}

.obj_issue_toc .pub_id {
    margin: 1.43rem 0
}

.obj_issue_toc .pub_id .type {
    font-weight: 700
}

.obj_issue_toc .published {
    margin: 1.43rem 0
}

.obj_issue_toc .published .label {
    font-weight: 700
}

.obj_issue_toc .articles {
    margin-top: calc(2.143rem + 1.43rem)
}

.obj_issue_toc h2+.articles,
.obj_issue_toc h3+.articles {
    margin-top: 0
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 4.286rem
}

.obj_issue_toc .section:last-child .articles>li:last-child {
    margin-bottom: 0
}

.obj_issue_toc .galleys_links {
    margin-top: .714rem
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 1em
}

.obj_issue_toc .galleys_links li:last-child {
    margin-right: 0
}

@media (min-width:768px) {
    .obj_issue_toc .heading:before,
    .obj_issue_toc .heading:after {
        content: " ";
        display: table
    }
    .obj_issue_toc .heading:after {
        clear: both
    }
    .obj_issue_toc .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 1.43rem
    }
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
        position: relative;
        margin: 2.143rem -1.43rem;
        padding: 2.143rem
    }
    .obj_issue_toc .galleys:before,
    .obj_issue_toc .section:before {
        content: '';
        position: absolute;
        top: 45px;
        left: 0;
        width: 100%;
        border-top: 1px solid #ddd
    }
    .obj_issue_toc .galleys>h2,
    .obj_issue_toc .section>h2,
    .obj_issue_toc .galleys>h3,
    .obj_issue_toc .section>h3 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 1.0715rem;
        background: #fff;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgba(0, 0, 0, 0.54)
    }
}

@media (min-width:992px) {
    .obj_issue_toc .galleys,
    .obj_issue_toc .section {
        margin: 2.143rem -2.143rem
    }
    .obj_issue_toc .cover {
        margin-right: 2.143rem;
        margin-bottom: 2.143rem
    }
    .obj_issue_toc .cover img {
        max-height: none
    }
}

.pkp_block {
    padding: 2.143rem 1.43rem;
    font-size: 1rem;
    line-height: 1.43rem
}

.pkp_block .title {
    display: block;
    margin-bottom: .714rem;
    margin-top: 0;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.54)
}

.pkp_block .content ul li {
    line-height: 1.43rem;
    padding: .357rem 0
}

.pkp_block .content p {
    line-height: 1.785rem
}

.pkp_block .content p:first-child {
    margin-top: 0
}

.pkp_block .content p:last-child {
    margin-bottom: 0
}

.pkp_block a {
    text-decoration: none
}

@media (min-width:992px) {
    .pkp_block {
        padding: 2.143rem
    }
}

.block_browse {
    font-size: .93rem
}

.block_browse .has_submenu {
    margin-top: 1.43rem;
    font-size: .93rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54)
}

.block_browse .has_submenu ul {
    margin-top: calc(.357rem - 1px);
    padding-top: .357rem;
    font-weight: 400
}

.block_browse .is_sub {
    margin-left: .714rem
}

.block_browse .current a {
    padding-left: 0.5em;
    border-left: 4px solid #ddd;
    color: rgba(0, 0, 0, 0.54);
    cursor: text
}

.block_information a,
.block_language_toggle a {
    font-size: .93rem
}

.block_subscription .subscription_name {
    margin-bottom: 0;
    font-weight: 700
}

.block_subscription .subscription_membership {
    margin-top: 0
}

.pkp_structure_footer_wrapper {
    background: #ddd
}

.pkp_structure_footer {
    text-align: center
}

.pkp_footer_content {
    padding: 2.143rem;
    text-align: left
}

.pkp_brand_footer {
    padding: 2.143rem
}

.pkp_brand_footer:before,
.pkp_brand_footer:after {
    content: " ";
    display: table
}

.pkp_brand_footer:after {
    clear: both
}

.pkp_brand_footer a {
    float: right;
    display: block;
    max-width: 150px
}

body[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed
}

@media (min-width:768px) {
    body[dir="rtl"] .pkp_structure_main:before {
        left: auto;
        right: 0
    }
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 728px
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .pkp_structure_main {
        float: right
    }
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 652px
    }
    body[dir="rtl"] .pkp_structure_sidebar {
        float: left
    }
}

@media (min-width:1200px) {
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 860px
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .pkp_site_name {
        text-align: right
    }
}

body[dir="rtl"] .pkp_navigation_primary ul {
    text-align: right
}

body[dir="rtl"] .pkp_navigation_user {
    text-align: left
}

body[dir="rtl"] .pkp_navigation_user li {
    text-align: right
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search {
    right: auto;
    left: 0;
    text-align: left
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    border-left: none;
    border-right: 1px solid #ddd
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    padding-right: 0.5em;
    padding-left: 180px
}

body[dir="rtl"] .pkp_screen_reader,
body[dir="rtl"] .cmp_skip_to_content a,
body[dir="rtl"] .pkp_page_index .journals h2,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2,
body[dir="rtl"] .page_register .context_optin .roles legend,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2 {
    left: auto;
    right: -2000px
}

body[dir="rtl"] .pkp_screen_reader:focus,
body[dir="rtl"] .cmp_skip_to_content a:focus,
body[dir="rtl"] .pkp_page_index .journals h2:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,
body[dir="rtl"] .page_register .context_optin .roles legend:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus {
    right: 50%
}

body[dir="rtl"] .obj_announcement_summary .date:before {
    margin-right: 0;
    margin-left: 0.5em
}

body[dir="rtl"] .obj_issue_toc .galleys_links li {
    margin-right: inherit;
    margin-left: 1em
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_issue_toc .galleys h2,
    body[dir="rtl"] .obj_issue_toc .section h2 {
        left: auto;
        right: 1.0715rem
    }
    body[dir="rtl"] .obj_issue_toc .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .obj_issue_toc .cover {
        margin-right: inherit;
        margin-left: 2.143rem
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_issue_summary .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_article_summary {
        padding-right: 0;
        padding-left: 5em
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .galleys h2,
    body[dir="rtl"] .section h2 {
        left: auto;
        right: 1.0715rem
    }
    body[dir="rtl"] .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .cover {
        margin-right: inherit;
        margin-left: 2.143rem
    }
}

html,
body {
    background: #ddd font-family: "Noto Serif", "Times New Roman", serif;
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

@media (min-width:1200px) {
    .pkp_structure_page {
        margin-top: 2.143rem;
        margin-bottom: 2.143rem
    }
}

.obj_issue_toc .section>h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    background: #3584f3 !important;
    border-bottom: 3px solid #f88c3f;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff !important;
    width: 100%
}

.obj_article_summary>.galleys_links a {
    color: white;
    text-align: center;
    text-decoration: none;
    background: #3584f3 !important
}

.obj_article_summary>.galleys_links :hover {
    text-decoration: none;
    border-radius: 2px !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #3584f3
}

.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
    border-bottom: 1.43rem solid #3584f3
}

.pkp_structure_main:before,
.pkp_structure_main:after {
    display: none
}

.pkp_structure_content {
    padding-top: 0
}

@media (min-width:992px) {
    .pkp_structure_sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        border-left: 1px solid #ddd
    }
    .pkp_structure_sidebar>* {
        /*! position:relative; */
    }
}

@media (min-width:992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 2.857rem;
        width: auto;
        padding: 5px
    }
    .pkp_structure_main:first-child:last-child:before {
        left: 150px
    }
    .pkp_structure_main:first-child:last-child:after {
        left: auto;
        right: 150px
    }
}

@media (min-width:992px) {
    .pkp_structure_main:first-child:last-child {
        float: none;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 4px;
        width: auto;
        padding: 5px
    }
}

@media (min-width:991px) {
    .cmp_breadcrumbs ol li {
        display: none
    }
}

.cmp_manuscript_button,
.block_make_submission a,
.obj_galley_link {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #3584f3;
    color: #fff;
    border: none
}

.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
    background: #f88c3f
}

.cmp_pagination {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}

.cmp_pagination a {
    font-weight: 700;
    text-transform: uppercase
}

.cmp_pagination .prev:before {
    content: "\f053"
}

.cmp_pagination .next:after {
    content: "\f054"
}

.cmp_announcements {
    border: none
}

.cmp_announcements>li {
    border-bottom: none
}

.cmp_announcements .obj_announcement_summary h2,
.cmp_announcements .obj_announcement_summary h3,
.cmp_announcements .obj_announcement_summary h4,
.cmp_announcements .date,
.cmp_announcements .read_more {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 700
}

.cmp_announcements .read_more {
    text-transform: uppercase
}

.cmp_announcements .date {
    font-weight: 400
}

.cmp_announcements .date:before {
    color: #f88c3f
}

.cmp_notification {
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.custom-button {
    border: 1px solid #e5e7eb;
    cursor: pointer;
    letter-spacing: 0.2125rem;
    line-height: 1;
    overflow: hidden;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: background 5s cubic-bezier(.19, 1, .22, 1), border 1s cubic-bezier(.19, 1, .22, 1), color .6s cubic-bezier(.19, 1, .22, 1);
    user-select: none;
    width: max-content
}

.custom-button .mask {
    background-color: #1f2937;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100px;
    position: absolute;
    transform: translate3d(-120%, -50px, 0) rotate3d(0, 0, 1, 45deg);
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    width: 200px
}

.custom-button .shift {
    display: inline-block;
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    vertical-align: text-top
}

.custom-button:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #1f2937;
    box-shadow: 0 0 5px rgba(255, 245, 245, 0.8);
    transition: background 0s
}

.custom-button:hover a {
    color: #1f2937
}

.custom-button:hover .mask {
    background-color: #1f2937;
    transform: translate3d(120%, -100px, 0) rotate3d(0, 0, 1, 90deg)
}

.custom-button:hover .shift {
    transform: translateX(5px)
}

.custom-button:active {
    background-color: #1f2937
}

.custom-button:active a {
    color: #202020
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0
}

.pkp_site_name_wrapper {
    padding-left: 2.143rem;
    padding-right: 2.143rem
}

.pkp_site_name .is_text {
    font-size: 1rem;
    text-transform: uppercase
}

@media (min-width:992px) {
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        padding-top: 1.071rem;
        padding-bottom: 1.071rem
    }
    .pkp_site_name .is_text {
        font-size: 1.285rem
    }
}

@media (min-width:992px) {
    .pkp_navigation_primary_row {
        background: #3584f3;
        padding-left: 2.143rem;
        padding-right: 2.143rem
    }
}

.pkp_navigation_primary_wrapper {
    width: auto
}

.pkp_navigation_primary_row {
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
    padding-left: 20px;
    font-size: 1.12em;
    padding-top: 5px;
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
    height: 46px
}

#navigationPrimary a {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 700;
    text-transform: uppercase
}

#navigationPrimary>li>a {
    padding-bottom: 6px
}

#navigationPrimary>li>a:hover,
#navigationPrimary>li>a:focus {
    border: unset;
    background-color: transparent
}

#navigationPrimary>[aria-haspopup]>a:hover,
#navigationPrimary>[aria-haspopup]>a:focus {
    border-color: transparent
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #3584f3
}

@media (min-width:992px) {
    #navigationPrimary a {
        color: rgba(0, 0, 0, 0.54)
    }
    #navigationPrimary a:hover,
    #navigationPrimary a:focus {
        color: #3584f3
    }
    #navigationPrimary ul {
        background: #3584f3
    }
    #navigationPrimary ul a {
        color: #fff
    }
    #navigationPrimary ul a:hover,
    #navigationPrimary ul a:focus {
        border-color: transparent
    }
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    padding-bottom: .714rem;
    border-bottom: none;
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    color: #3584f3;
    font-weight: 700;
    text-transform: uppercase
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
    color: #4b7d92
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before {
    color: #f88c3f
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:focus {
    color: #f88c3f
}

.pkp_head_wrapper .pkp_search.is_open {
    min-width: 50%
}

.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    border-left: 1px solid #ddd
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
    background: #f88c3f;
    color: #fff
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:focus {
    border-bottom: transparent
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:before {
    color: #fff
}

ul.dropdown-menu {
    margin-top: -5px
}

.pkp_nav_list li.profile ul li {
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 0
}

.pkp_nav_list .profile {
    padding: 3px 1px 2px 3px;
    border: 1px solid #e6dfdf;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 8px;
    font-size: 16px;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
    box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, 0.2);
    margin-left: 8px
}

.pkp_navigation_user_wrapper a {
    font-family: "Baloo Tamma 2", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 700
}

@media (min-width:992px) {
    .pkp_navigation_user_wrapper {
        top: 13px;
        right: 0;
        left: auto;
        width: 25%;
        transform: none;
        padding-right: 2.143rem
    }
    .pkp_navigation_user_wrapper a {
        color: rgba(0, 0, 0, 0.54)
    }
    .pkp_navigation_user_wrapper ul a:hover,
    .pkp_navigation_user_wrapper ul a:focus {
        border-color: #3584f3;
        background-color: transparent
    }
    .pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 0;
        padding-right: 0;
        width: auto
    }
}

.pkp_navigation_search_wrapper a {
    color: #474747
}

.pkp_navigation_search_wrapper a:hover {
    color: #f88c3f
}

@media (max-width:768px) {
    .pkp_site_nav_menu {
        background: #3584f3;
        color: black;
        border-color: transparent
    }
    .pkp_site_nav_menu ul li a {
        color: black
    }
}

.issn {
    position: absolute;
    right: 35px;
    top: 80px;
    left: auto;
    text-align: right
}

.issn a {
    font-size: 16px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), 0px 0px 2px #000;
    text-align: right
}

.issn a:hover {
    color: #f88c3f
}

html,
body {
    height: 100% !important;
    font-family: "Baloo Tamma 2", cursive;
    color: #474747;
    /* background-image:repeating-linear-gradient(135deg, rgba(181,181,181,0.09) 0px, rgba(181,181,181,0.09) 1px, transparent 1px, transparent 11px),repeating-linear-gradient(45deg, rgba(181,181,181,0.09) 0px, rgba(181,181,181,0.09) 1px, transparent 1px, transparent 11px),linear-gradient(90deg, #f8f8f8, #f8f8f8)
    background-image: url(https://img.freepik.com/free-vector/round-frame-simple-template-background_1159-26655.jpg) */
    background: url(https://img.freepik.com/free-vector/round-frame-simple-template-background_1159-26655.jpg);
    background-size: 250px;
}

.pkp_structure_main h1,
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2,
.pkp_block .title,
.obj_article_summary>.title a,
.current_issue h2,
.pkp_page_index .cmp_announcements h2,
.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a,
.obj_article_details .main_entry .item .label,
.obj_article_details .entry_details .item .label,
.obj_issue_summary .title,
.pkp_structure_main h3 {
    font-family: "Baloo Tamma 2", cursive
}

a {
    color: #474747;
    text-decoration: none
}

a :hover {
    color: #f88c3f;
    text-decoration: none;
    text-shadow: 1px 1px #b5b2b2 91
}

.pkp_structure_main p {
    text-align: justify
}

.grid {
    display: grid
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.mb-4 {
    margin-bottom: 1rem
}

.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.pkp_brand_footer {
    background: #bebebe;
    display: none
}

.pkp_footer_content {
    background: #ffffff;
    color: #000000;
    padding: 10px;
    text-align: left
}

.pkp_footer_content a {
    text-decoration: none;
    color: #222222
}

.pkp_footer_content a:hover {
    text-decoration: none;
    color: #f88c3f
}

.pkp_structure_footer_wrapper {
    display: grid;
    background: #a8a8a8
}

.pkp_structure_footer {
    background: #d6d6d6
}

.pkp_footer_content .footer {
    background: #ffffff;
    text-align: left;
    border-bottom: 1px solid #eee
}

.pkp_footer_content ul {
    list-style: none;
    margin-top: 1px;
    padding-left: 0px
}

.pkp_footer_content h4 {
    margin: 4px 4px 4px 0px
}

.pkp_footer_content .logo img {
    float: right
}

.pkp_footer_content .copyright {
    text-align: center
}

.footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.copyright a {
    font-weight: 700
}

@media (max-width:480px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }
}

.cmp_breadcrumbs {
    padding: .25rem 0
}

.cmp_breadcrumbs ol li:hover {
    cursor: pointer;
    background: #3584f3;
    color: #fff !important
}

.cmp_breadcrumbs ol li:hover a:after,
.cmp_breadcrumbs ol li:hover span:after {
    border-left-color: #3584f3;
    color: #fff
}

.cmp_breadcrumbs ol li.current {
    background: #3584f3;
    color: #fff !important
}

.cmp_breadcrumbs ol li.current a:after,
.cmp_breadcrumbs ol li.current span:after {
    border-left-color: #3584f3;
    color: #fff
}

.cmp_breadcrumbs ol {
    list-style: none;
    display: inline-table;
    margin-bottom: 2px
}

.cmp_breadcrumbs ol li {
    display: inline-flex;
    background: #F3F5FA;
    padding: 10px 10px 10px 23px;
    position: relative;
    margin: 0 10px 10px 0
}

.cmp_breadcrumbs ol li:first-child {
    padding: 10px 10px 10px 15px
}

.cmp_breadcrumbs ol li:last-child {
    background-color: #3584f3
}

.cmp_breadcrumbs ol li:hover a,
.cmp_breadcrumbs ol li:hover span {
    color: #ffffff
}

.cmp_breadcrumbs ol li:first-child a:before,
.cmp_breadcrumbs ol li:first-child span:before {
    display: none
}

.cmp_breadcrumbs ol li:last-child a:after,
.cmp_breadcrumbs ol li:last-child span:after {
    display: none
}

.cmp_breadcrumbs ol li a,
.cmp_breadcrumbs ol li span {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.87)
}

.cmp_breadcrumbs ol li a:after,
.cmp_breadcrumbs ol li span:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #f3f5fa;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1
}

.cmp_breadcrumbs ol li a:before,
.cmp_breadcrumbs ol li span:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0
}

.cmp_breadcrumbs ol li span.separator {
    display: none
}

.cmp_breadcrumbs ol li.current a,
.cmp_breadcrumbs ol li.current span {
    color: #ffffff;
    font-weight: bold
}


/* identifikasi tambah */

.pkp_block .title {
    display: block;
    padding-bottom: 0.5em;
    background: #3584f3 !important;
    border-bottom: 3px solid #f88c3f;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px !important
}

.pkp_block ul>li a:hover {
    background: color-mix(in srgb, #3584f3 50%, #fff) !important
}

@media screen and (max-width:991px) {
    .pkp_block img {
        margin-left: auto;
        margin-right: auto
    }
}

.block_make_submission a {
    background-color: #3584f3
}

.block_make_submission a {
    color: white;
    width: 100%;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none
}

.pkp_block {
    overflow: hidden;
    border-radius: 2px !important;
    background: white !important;
    box-shadow: 0 10px 10px -5px;
    padding: 1px !important;
    margin: 10px 12px !important;
}

.pkp_block .content {
    background-color: #ffffff
}

.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #f4f4f2
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    background-color: #f1f1f1;
    display: block
}

.pkp_block ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.pkp_block ul>li a {
    color: #495464;
    padding: .75rem 1rem;
    display: flex
}

.pkp_block ul>li a img {
    justify-content: space-between
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #002353;
    color: white !important
}

.pkp_block ul>li em {
    box-sizing: border-box;
    display: inline-block;
    font: 1.09em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0px 15px 0px -10px;
    border-right: 1px solid #e7e5e5;
    width: 35px;
    padding-left: 10px
}

.pkp_block .title {
    text-align: center;
    border-radius: 0px !important;
    padding: 10px 9px !important;
    margin-top: 0 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.43rem !important;
    color: white !important
}

.pkp_block table {
    width: 100% !important
}

#customblock-indexed-in p {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 5px;
    justify-content: space-evenly
}

#customblock-indexed-in p img {
    max-width: 124px
}


/* end tambahan */

.obj_article_summary .item.stats .abstract,
.obj_article_summary .item.stats .galley {
    position: relative;
}

.obj_article_summary .item.stats .abstract {
    margin-left: 20px;
    margin-right: 10px;
}

.obj_article_summary .item.stats .galley {
    margin-left: 25px;
}

.obj_article_summary .item.stats .abstract:before {
    content: "\f080";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}

.obj_article_summary .item.stats .galley:before {
    content: "\f1c1";
    font-family: FontAwesome;
    left: -15px;
    position: absolute;
    top: 0;
}


/* Menata ulang layout statistik agar sejajar */

.obj_article_summary .galleys_links,
.obj_article_summary .item.stats {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}


/* 1. Menambahkan Ikon Pengguna (Users) sebelum nama penulis */


/* Menggunakan FontAwesome yang sudah di-import */


/* 1. Menambahkan Ikon Pengguna (Users) sebelum nama penulis */

.obj_article_summary .authors::before {
    font-family: FontAwesome !important;
    content: "\f0c0";
    /* Kode ikon untuk grup pengguna */
    margin-right: 7px;
    color: #555;
}


/* 2. Menambahkan Ikon Halaman sebelum nomor halaman */

.obj_article_summary .pages::before {
    font-family: FontAwesome !important;
    content: "\f0f6";
    /* Kode ikon untuk file/dokumen */
    margin-right: 7px;
    color: #555;
}


/* 3. Menambahkan Ikon dan Teks "Abstract views" */

.obj_article_summary .item.stats .abstract::before {
    font-family: FontAwesome !important;
    content: "\f080 Abstract views: ";
    /* Kode ikon grafik */
    font-weight: normal;
    color: #555;
}


/* 4. Menambahkan Ikon dan Teks "Downloaded" */

.obj_article_summary .item.stats .galley a::before {
    font-family: FontAwesome !important;
    content: "\f019 Downloaded: ";
    /* Kode ikon download */
    font-weight: normal;
    color: #555;
}

/* --- KODE UNTUK IKON DOI (GAMBAR KUSTOM) DI ARTICLE SUMMARY --- */

/* 1. Sembunyikan teks "DOI:" yang ada di dalam tag <strong> */

.doiInSummary strong {
    display: none !important;
}

/* 2. Tambahkan gambar ikon dari web Anda sebelum link DOI */

.doiInSummary a::before {
    content: url('https://e-journal.lp2m.uinjambi.ac.id/ojp/public/journals/24/icon-doi.png');
    margin-right: 8px;
    /* Jarak antara ikon dan link DOI */
    vertical-align: middle;
    /* Memastikan ikon sejajar dengan teks link */
}


/* --- Kode Tambahan (biarkan seperti sebelumnya) --- */

.obj_article_summary .galleys_links,
.obj_article_summary .item.stats {
    display: inline-block !important;
    margin-right: 15px !important;
    vertical-align: middle !important;
}

.obj_article_summary .item.stats .galley a .label {
    display: none !important;
}

.obj_article_summary .item.stats .abstract,
.obj_article_summary .item.stats .galley {
    margin-left: 0 !important;
}


/* ============================================= */


/* == IKON PADA HALAMAN DETAIL ARTIKEL == */


/* ============================================= */


/* 1. Menambahkan ikon PENGGUNA sebelum nama penulis */

.obj_article_details .authors .name::before {
    font-family: FontAwesome !important;
    content: "\f007";
    /* Kode ikon untuk fa-user */
    margin-right: 8px;
    /* Memberi jarak antara ikon dan teks */
    color: #555;
}


/* 2. Menambahkan ikon KAMPUS sebelum nama institusi */

.obj_article_details .authors .affiliation::before {
    font-family: FontAwesome !important;
    content: "\f19c";
    /* Kode ikon untuk fa-university */
    margin-right: 8px;
    color: #555;
}


/* Mengganti teks "DOI" dengan gambar ikon di HALAMAN DETAIL ARTIKEL */

.obj_article_details .item.doi .label {
    background: url(https://e-journal.lp2m.uinjambi.ac.id/ojp/public/journals/24/icon-doi.png) left center no-repeat;
    width: 25px !important;
    height: 24px !important;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    /* Tambahan agar layout rapi */
}

.pkp_structure_footer_wrapper {
    border-bottom: none !important;
}

.pkp_block {
    padding: 15px 10px;
}

#customblock-Tools .content>.content div {
    width: 80% !important;
    margin: auto;
}

#customblock-Tools .content>.content div a img {
    width: 100% !important;
}

#customblock-Visitor_statistics .content>.content .supercounter,
#customblock-Visitor_statistics .content>.content .statcounter {
    text-align: center;
}

.sidebar-block {
    background: #bcd2e7;
    padding: 5px 2px 5px 10px;
    color: #fff;
    margin: 10px -10px;
}

.cmp_announcements .obj_announcement_summary.full_width {
    width: 100% !important;
}

.cmp_announcements .obj_announcement_summary .summary p {
    line-height: 1.3em;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}

.pkp_structure_footer .pkp_footer_content {
    background: #f0f8fb;
    padding: 10px !important;
}

.pkp_structure_footer .pkp_footer_content p {
    margin: 0
}

.pkp_structure_footer .pkp_brand_footer {
    background: linear-gradient(135deg, #efba5f 7%, #efba5f 3%, #efba5f 3%, #efba5f 12%, #efba5f 54%, #ad6f03 85%, #623f02 120%);
    height: auto !important;
    padding: 0;
}

.pkp_structure_footer .pkp_brand_footer img {
    width: 48px !important;
    height: auto;
}

.pkp_structure_footer .pkp_footer_content img {
    width: 88px;
    height: 31px;
}

.pkp_structure_footer .pkp_footer_content div.logo img {
    width: 65px;
    height: 65px;
}

.pkp_structure_footer .pkp_footer_content div.logo2 img {
    width: 88px;
    height: 31px;
}


/* Menghilangkan padding di sekitar header banner */

.pkp_structure_head .pkp_head_wrapper {
    padding: 0;
}


/* Memastikan gambar banner mengisi seluruh area */

.homepage_image img {
    width: 100%;
    display: block;
}


/* JATP stats row */

.jatp-stats {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
    color: #333;
    font-size: 14px;
}

.jatp-stats .jatp-ico {
    height: 16px;
    width: auto;
    vertical-align: middle;
    margin-right: 6px;
}

.jatp-stats .sep {
    color: #aaa;
    margin: 0 6px;
}


/* JATP: header full-bleed tanpa jarak */

.pkp_structure_head,
.pkp_structure_head .pkp_container,
.pkp_site_name_wrapper,
.pkp_site_name.is_img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.pkp_site_name_wrapper {
    line-height: 0;
    font-size: 0;
}


/* hilangin celah bawaan elemen inline */

.pkp_site_name_wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    /* gambar benar2 menempel */
}

.pkp_navigation_primary_wrapper {
    margin-top: 0 !important;
}


/* Header penuh di layar HP */

@media (max-width: 768px) {
    .pkp_site_name_wrapper,
    .pkp_structure_head,
    .pkp_structure_head .pkp_container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .pkp_site_name_wrapper img {
        width: 100% !important;
        /* isi penuh layar */
        height: auto !important;
        object-fit: cover;
        /* tetap proporsional */
        display: block;
    }
    /* Hilangkan ruang putih di atas dan bawah */
    .pkp_structure_head {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* =========================================================
   PATCH AMAN (NON-DESTRUKTIF) — OJS 3.1.2.4 Mobile Fixes
   Hanya berjalan di layar kecil; tidak mengubah gaya desktop.
   ========================================================= */
@media (max-width: 992px){

  /* 1) Header & logo: full lebar, proporsional, tanpa ruang kosong */
  .pkp_structure_head,
  .pkp_site_name_wrapper,
  .pkp_site_name,
  .pkp_site_name .is_img,
  .pkp_site_name .is_img a{
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
    max-width:100% !important;
  }
  .pkp_site_name .is_img img{
    display:block !important;
    width:100% !important;
    height:auto !important;    /* tinggi mengikuti proporsi logo */
    margin:0 !important;
    object-fit:contain;        /* tidak crop, jaga proporsi */
  }

  /* 2) Navigasi utama: ditumpuk rapi (tanpa mengubah warna/tema) */
  .pkp_navigation_primary,
  .pkp_navigation_primary .pkp_nav_list{
    display:block;
    padding:0;
    margin:0;
    width:100%;
  }
  .pkp_navigation_primary .pkp_nav_list > li{
    display:block;
    border-top:1px solid rgba(255,255,255,0.15); /* tetap halus, mengikuti tema */
  }
  .pkp_navigation_primary .pkp_nav_list > li > a{
    display:block;
    padding:12px 14px;
    text-decoration:none;
  }
  /* Submenu tampil di bawah induk tanpa posisi absolut */
  .pkp_navigation_primary .dropdown-menu{
    position:static !important;
    float:none;
    width:100%;
    border:0;
    box-shadow:none;
    padding:0;
    margin:0;
  }
  .pkp_navigation_primary .dropdown-menu a{
    display:block;
    padding:10px 26px;
  }

  /* 3) Konten & Sidebar: sidebar turun di bawah konten */
  .pkp_structure_content,
  .pkp_structure_main,
  .pkp_structure_sidebar{
    width:100% !important;
    float:none !important;
    padding:0 !important;
    margin:0 !important;
  }
  .pkp_structure_sidebar{ margin-top:16px !important; }

  /* 4) Daftar artikel: tombol galley lebih mudah diklik, tidak mengubah warna */
  .obj_article_summary .galleys_links{
    display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; padding-left:0;
  }
  .obj_article_summary .galleys_links li{
    list-style:none; display:flex; align-items:center; gap:6px;
  }
  .obj_article_summary .galleys_links a.obj_galley_link{
    display:inline-flex; align-items:center; gap:6px;
    padding:10px 14px; border-radius:8px; /* warna & border mengikuti tema lama */
  }
  .uslub-inline-stats{ display:inline-flex; align-items:center; gap:6px; font-size:13px; margin-left:6px; }

  /* 5) Media: gambar & tabel tidak meluber */
  img{ max-width:100%; height:auto; }
  table{ width:100% !important; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }
}

/* Sentuhan kecil di ikon meta (aman untuk semua layar, tidak mengubah tema) */
.obj_article_summary .authors i.fa,
.obj_article_summary .pages i.fa{
  margin-right:6px; font-size:14px; vertical-align:middle;
}

/* =========================================================
   MOBILE PATCH — OJS 3.1.2.4 (≤ 992px)
   Tidak mengubah gaya desktop.
   ========================================================= */
@media (max-width: 992px){

  /* 1) Header & logo: full width, proporsional, tanpa ruang kosong */
  .pkp_structure_head,
  .pkp_structure_head .pkp_container,
  .pkp_site_name_wrapper,
  .pkp_site_name,
  .pkp_site_name .is_img,
  .pkp_site_name .is_img a{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    position:static !important;
    display:block !important;
    box-shadow:none !important;
    border:0 !important;
  }
  .pkp_site_name .is_img img{
    display:block !important;
    width:100% !important;
    height:auto !important;     /* tinggi mengikuti proporsi logo */
    margin:0 !important;
    object-fit:contain;         /* tanpa crop */
  }

  /* 2) Tombol user (Register / Login) tidak menimpa header */
  .pkp_navigation_user_wrapper,
  .pkp_navigation_user{
    position:static !important;
    float:none !important;
    width:100% !important;
    text-align:right;
    padding:8px 10px;
    margin:0;
  }
  .pkp_navigation_user > li{
    display:inline-block;
    margin-left:6px;
  }
  .pkp_navigation_user > li > a{
    padding:6px 10px;
    border-radius:8px;
  }

  /* 3) Menu utama jadi kolom, dropdown ikut turun */
  .pkp_navigation_primary_row,
  .pkp_navigation_primary_wrapper,
  .pkp_site_nav_menu{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
  }
  .pkp_navigation_primary,
  .pkp_navigation_primary .pkp_nav_list{
    display:block; margin:0; padding:0;
  }
  .pkp_navigation_primary .pkp_nav_list > li{
    display:block;
    border-top:1px solid rgba(0,0,0,.08);   /* garis halus antar item */
  }
  .pkp_navigation_primary .pkp_nav_list > li > a{
    display:block;
    padding:12px 14px;
    text-decoration:none;
  }
  .pkp_navigation_primary .dropdown-menu{
    position:static !important;
    float:none; width:100%;
    border:0; box-shadow:none; padding:0; margin:0;
  }
  .pkp_navigation_primary .dropdown-menu a{
    display:block; padding:10px 26px;
  }

  /* 4) Konten + sidebar menjadi satu kolom */
  .pkp_structure_content,
  .pkp_structure_main,
  .pkp_structure_sidebar{
    width:100% !important;
    float:none !important;
    padding:0 10px !important;
    margin:0 !important;
    box-sizing:border-box;
  }
  .pkp_structure_sidebar{ margin-top:16px !important; }

  /* 5) Daftar artikel: tombol galley mudah diklik + statistik rapi */
  .obj_article_summary .galleys_links{
    display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; padding-left:0;
  }
  .obj_article_summary .galleys_links li{
    list-style:none; display:flex; align-items:center; gap:6px;
  }
  .obj_article_summary .galleys_links a.obj_galley_link{
    display:inline-flex; align-items:center; gap:6px;
    padding:10px 14px; border-radius:8px;
  }
  .uslub-inline-stats{ display:inline-flex; align-items:center; gap:6px; font-size:13px; margin-left:6px; }

  /* 6) Media tidak meluber */
  img{ max-width:100%; height:auto; }
  table{ width:100% !important; display:block; overflow-x:auto; -webkit-overflow-scrolling:touch; }

  /* 7) Sedikit jarak di bawah menu ke konten pertama */
  .pkp_navigation_primary_wrapper + .pkp_structure_content{ margin-top:8px; }
}

/* Ikon meta tetap proporsional (aman untuk semua layar) */
.obj_article_summary .authors i.fa,
.obj_article_summary .pages i.fa{
  margin-right:6px; font-size:14px; vertical-align:middle;
}

/* =========================================
   Al-Uslub — MOBILE HEADER FIX (≤ 992px)
   ========================================= */
@media (max-width: 992px){

  /* --- 1) LOGO FULL-WIDTH & PROPORSIONAL --- */
  /* pastikan container tidak membatasi lebar */
  .pkp_structure_head,
  .pkp_structure_head .pkp_container,
  .pkp_site_name_wrapper,
  .pkp_site_name,
  .pkp_site_name .is_img,
  .pkp_site_name .is_img a{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    position:static !important;
    display:block !important;
  }
  /* gambar logo isi penuh, tinggi mengikuti proporsi aslinya */
  .pkp_site_name .is_img img{
    display:block !important;
    width:100% !important;
    max-width:100% !important;   /* override jika ada aturan img 200px */
    height:auto !important;
    margin:0 !important;
    object-fit:contain !important;
  }

  /* --- 2) TOMBOL REGISTER / LOGIN DIPERKECIL --- */
  .pkp_navigation_user_wrapper,
  .pkp_navigation_user{
    position:static !important;
    float:none !important;
    width:100% !important;
    text-align:right;
    padding:6px 10px 0;
    margin:0;
  }
  .pkp_navigation_user > li{
    display:inline-block;
    margin-left:6px;
  }
  /* kecilkan ukuran tombol tanpa ubah warna/tema */
  .pkp_navigation_user > li > a,
  .pkp_navigation_user .pkp_button{
    font-size:12px !important;
    line-height:1.2 !important;
    padding:6px 10px !important;
    border-radius:8px !important;
    min-width:unset !important;   /* hilangkan batas lebar minimal jika ada */
  }

  /* --- 3) RAPIKAN MENU & SEARCH DI BAWAHNYA --- */
  .pkp_navigation_primary_wrapper{ margin-top:0 !important; }
  .pkp_navigation_primary,
  .pkp_navigation_primary .pkp_nav_list{ display:block; margin:0; padding:0; }
  .pkp_navigation_primary .pkp_nav_list > li{
    display:block; border-top:1px solid rgba(0,0,0,.08);
  }
  .pkp_navigation_primary .pkp_nav_list > li > a{
    display:block; padding:12px 14px;
  }
  .pkp_navigation_primary .dropdown-menu{
    position:static !important; float:none; width:100%;
    border:0; box-shadow:none; padding:0; margin:0;
  }
  .pkp_navigation_primary .dropdown-menu a{ display:block; padding:10px 26px; }

  /* form search tidak ketindih & cukup lebar */
  .pkp_structure_head .pkp_search_mobile,
  .pkp_search_mobile .search_controls,
  .pkp_search_mobile input[type="text"]{
    width:100% !important;
    max-width:100% !important;
  }
}


/* FIXXXX LOGO HEADER*/
@media (max-width: 992px){
  .pkp_site_name, .pkp_site_name > a.is_img{display:block;width:100%!important;margin:0!important;padding:0!important}
  .pkp_site_name > a.is_img > img{width:100%!important;height:auto!important;display:block!important;margin:0!important;object-fit:contain!important}
  .pkp_site_name_wrapper{width:100%!important;max-width:100%!important;height:auto!important;padding:0!important;margin:0!important}
}

@media (min-width: 992px) {
    .has_site_logo .pkp_head_wrapper {
        padding-top: 30px;
    }
}
.pkp_site_name {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.pkp_site_name > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pkp_site_name > a:focus {
    outline: 0;
}
.pkp_site_name .is_img {
    display: contents;
}
.pkp_site_name .is_img:focus {
    box-shadow: 0 0 1px #fff;
}
.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}
.pkp_site_name .is_text {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.pkp_site_name .is_text:focus {
    text-decoration: underline;
}

/* TAMBAH EDIT  */

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        top: 25px;
        right: 0;
        left: auto;
        width: 25%;
        padding-right: 30px;
    }
    .pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 0;
        padding-right: 0;
        width: auto;
    }
}
.pkp_block .title {
    display: block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid rgb(11 71 82);
    font-weight: 700;
    text-transform: uppercase;
}
.pkp_page_index .homepage_image {
    margin-top: -1px;
}
.pkp_page_index .cmp_announcements {
    border: none;
}