/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,footer,header,nav,section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,input,optgroup,select,textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg)
    }
}

@-webkit-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg)
    }
}

@-moz-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg)
    }
}

@-o-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg)
    }
}

.pkp_button,.pkp_button_primary,.pkp_button_offset {
    display: inline-block;
    padding: 7px 10px;
    vertical-align: middle;
    background-color: #eee;
    background-image: linear-gradient(#eee, #ddd);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 1px 1px rgba(255,255,255,0.6);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: rgba(0,0,0,0.84);
    text-shadow: 0 2px 0 rgba(255,255,255,0.6);
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none
}

.pkp_button:hover,.pkp_button:focus {
    background-color: #fff;
    background-image: linear-gradient(#fff, #ddd);
    color: #000
}

.pkp_button:active {
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ccc)
}

.pkp_button[disabled],.pkp_button_primary[disabled],.pkp_button_offset[disabled] {
    opacity: 0.5;
    cursor: default
}

.pkp_button_primary {
    background-color: #0d7c3b;
    background-image: linear-gradient(#b31073, #0d7c3b);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 1px 1px rgba(255,255,255,0.4);
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    border-color: #0d7c3b
}

.pkp_button_primary:hover,.pkp_button_primary:focus {
    text-decoration: none;
    background-color: #0c9947;
    background-image: linear-gradient(#e21491, #6d0a46);
    color: #fff
}

.pkp_button_primary:active {
    background-color: #550837;
    background-image: linear-gradient(#9b0e64, #3e0628)
}

.pkp_button_offset {
    background-color: #d00a6c;
    background-image: linear-gradient(#f41985, #d00a6c);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1),inset 0 1px 1px rgba(255,255,255,0.4);
    color: #fff;
    text-shadow: 0 2px 0 rgba(0,0,0,0.2);
    border-color: #d00a6c
}

.pkp_button_offset:hover,.pkp_button_offset:focus {
    text-decoration: none;
    background-color: #b8095f;
    background-image: linear-gradient(#f64a9f, #b8095f);
    color: #fff
}

.pkp_button_offset:active {
    background-color: #9f0853;
    background-image: linear-gradient(#e80b79, #870646)
}

.pkp_button_link,.pkp_button_link_offset {
    display: inline-block;
    padding: 7px 10px;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #0d7c3b;
    text-shadow: 0 2px 0 rgba(255,255,255,0.6);
    cursor: pointer;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none
}

.pkp_button_link:hover,.pkp_button_link:focus,.pkp_button_link_offset:hover,.pkp_button_link_offset:focus {
    color: #8a8a8a
}

.pkp_button_link:active,.pkp_button_link_offset:active {
    color: #550837
}

.pkp_button_link[disabled],.pkp_button_link_offset[disabled] {
    opacity: 0.5;
    cursor: default
}

.pkp_button_link_offset {
    color: #d00a6c
}

.pkp_button_link_offset:hover,.pkp_button_link_offset:focus {
    color: #f64a9f
}

.pkp_button_link_offset:active {
    color: #b50e61
}

.pkp_spinner:after {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: pkp_spin .6s linear infinite;
    -moz-animation: pkp_spin .6s linear infinite;
    -ms-animation: pkp_spin .6s linear infinite;
    -o-animation: pkp_spin .6s linear infinite;
    animation: pkp_spin .6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #888;
    border-right: 1px solid transparent;
    border-top-color: rgba(0,0,0,0.5);
    border-left-color: rgba(0,0,0,0.5);
    content: '';
    opacity: 1
}

.pkp_loading {
    font-size: 12px;
    line-height: 10px
}

.pkp_loading .pkp_spinner {
    margin-right: 0.25em
}

.pkp_unstyled_list,.cmp_article_list,.cmp_form .tagit,.ui-autocomplete,.cmp_breadcrumbs ol,.cmp_announcements,.pkp_page_index .journals ul,.page_issue_archive .issues_archive,.page_register .context_optin .contexts,.obj_article_details .authors,.obj_article_details .galleys_links,.obj_article_summary .galleys_links,.obj_issue_toc .articles,.obj_issue_toc .galleys_links,.pkp_block .content ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.pkp_caret {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    vertical-align: middle
}

.pkp_caret_down {
    border-top: 6px solid
}

.pkp_caret_right {
    border-left: 6px 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 {
    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: 16px;
    height: auto;
    line-height: normal;
    padding: 10px;
    position: absolute;
    left: 5px;
    top: 5px;
    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: 4px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    box-shadow: none;
    color: #0d7c3b;
    z-index: 3
}

.pkp_help_link:hover,.pkp_help_link:focus {
    color: #b31073
}

.pkp_help_link:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #0d7c3b;
    border-radius: 3px
}

.pkp_help_tab,.pkp_help_modal {
    position: absolute;
    top: -20px;
    right: 20px;
    padding: 5px 1em;
    background: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.pkp_help_modal {
    top: 20px;
    right: 40px
}

.pkp_uploadedFile_summary {
    font-size: 12px;
    line-height: 10px
}

.pkp_uploadedFile_summary .filename .display {
    line-height: 20px
}

.pkp_uploadedFile_summary .filename .edit {
    line-height: 10px
}

.pkp_uploadedFile_summary .details {
    margin-top: 5px;
    color: rgba(0,0,0,0.54)
}

.pkp_uploadedFile_summary .details>span {
    margin-left: 20px
}

.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: 20px
}

.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
}

.pkp_controllers_extrasOnDemand {
    display: inline-block
}

.pkp_controllers_extrasOnDemand>a {
    position: relative;
    display: block;
    padding: 0 10px 0 40px;
    border: 1px solid #ddd;
    line-height: 30px;
    text-decoration: none
}

.pkp_controllers_extrasOnDemand>a .fa,.pkp_controllers_extrasOnDemand>a .page_submissions .submission_checklist li:before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-right: 1px solid #ddd
}

.pkp_controllers_extrasOnDemand>a .fa:before,.pkp_controllers_extrasOnDemand>a .page_submissions .submission_checklist li:before:before {
    display: inline-block;
    transition: transform .3s
}

.pkp_controllers_extrasOnDemand>.container {
    padding: 0 10px;
    max-height: 0;
    transition: padding .3s;
    overflow: hidden
}

.pkp_controllers_extrasOnDemand .toggleExtras-active {
    display: none
}

.pkp_controllers_extrasOnDemand.active .toggleExtras-active {
    display: block
}

.pkp_controllers_extrasOnDemand.active .toggleExtras-inactive {
    display: none
}

.pkp_controllers_extrasOnDemand.active>a .fa:before,.pkp_controllers_extrasOnDemand.active>a .page_submissions .submission_checklist li:before:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pkp_controllers_extrasOnDemand.active>.container {
    padding: 10px;
    max-height: none;
    border: 1px solid #ddd;
    border-top: none;
    overflow: auto
}

.pkp_controllers_extrasOnDemand>a:hover,.pkp_controllers_extrasOnDemand>a:focus,.pkp_controllers_extrasOnDemand.active>a {
    color: #fff;
    background: #0d7c3b;
    border-color: #0d7c3b
}

.pkp_controllers_extrasOnDemand>a:hover .fa,.pkp_controllers_extrasOnDemand>a:focus .fa,.pkp_controllers_extrasOnDemand.active>a .fa,.pkp_controllers_extrasOnDemand>a:hover .page_submissions .submission_checklist li:before,.pkp_controllers_extrasOnDemand>a:focus .page_submissions .submission_checklist li:before,.pkp_controllers_extrasOnDemand.active>a .page_submissions .submission_checklist li:before {
    border-color: rgba(255,255,255,0.2)
}

.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:10px; */
    /* padding-right:10px; */
    /* text-decoration:none; */
    padding-top: 5px;
    /* padding-bottom:5px; */
}

.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 a:hover,.pkp_nav_list ul a:focus {
        outline: 0;
        background: #ddd;
        border-color: #4bd891;
        color: #a0f7b3
    }

.pkp_nav_list ul li {
    display: block
}

.pkp_nav_list ul a {
    display: block;
    padding-left: 5px;
    border-left: 5px solid transparent
}

.pkp_nav_list ul a:hover,.pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #0d7c3b
}

.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
}

.dropdown-menu {
    display: none
}

.dropdown-menu.show {
    display: block
}

[data-toggle="dropdown"]:hover+.dropdown-menu,.dropdown-menu:hover {
    display: block
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.cmp_button,.cmp_form .buttons button,.pkp_head_wrapper .pkp_search 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: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #0d7c3b;
    text-decoration: none
}

.cmp_button:hover,.cmp_button:focus,.pkp_head_wrapper .pkp_search button:hover,.pkp_head_wrapper .pkp_search 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 #0d7c3b;
    border-radius: 3px;
    font-size: 12px;
    line-height: 28px;
    color: #0d7c3b;
    text-decoration: none
}

.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus {
    background: #0d7c3b;
    color: #fff
}

.cmp_article_list>li {
    margin-bottom: 15px;
    background-color: #f5f4f3;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all .3s ease-in-out;
}
.object-holder,.object-holder-hover {
    background-color: #fff;
    border-bottom: 3px solid #e4e4e4;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05),0 3px 5px 0 rgba(0,0,0,.1);
    padding: 1rem;
    position: relative;
    transition: all .3s ease-in-out;
    width: auto
}

.object-holder-hover:hover {
    box-shadow: rgba(0,0,0,.1) 0 4px 16px,rgba(0,0,0,.05) 0 8px 32px;
    border-color: #f0f0f0;
    border-bottom-color: #ffc107;
    transform: translateY(-3px);
    -webkit-transform: translatey(-3px);
    -moz-transform: translatey(-3px);
    transition: all .3s ease-in-out
}


.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 20px;
    padding: 0;
    border: none
}

.cmp_form legend {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px
}

.cmp_form .fields>div {
    position: relative;
    padding-bottom: 30px
}

.cmp_form .fields>div .error {
    position: absolute;
    left: 0.5em;
    bottom: 11px;
    padding: 0 .5em;
    background: #ff4040;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff
}

.cmp_form label {
    display: block;
    cursor: pointer
}

.cmp_form .label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: italic
}

.cmp_form .label .required {
    color: #ff4040
}

.cmp_form input[type="text"],.cmp_form input[type="email"],.cmp_form input[type="password"],.cmp_form input[type="url"],.cmp_form input[type="phone"],.cmp_form select,.cmp_form textarea,.cmp_form .tagit {
    padding: 0 .5em;
    width: 100%;
    height: 28px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 3px;
    font-size: 12px;
    line-height: 28px
}

.cmp_form textarea {
    width: 100%;
    height: 8em
}

.cmp_form .pkp_form_error {
    margin-bottom: 10px;
    border-radius: 3px;
    padding: 0 .5em;
    font-weight: 600;
    font-size: 12px;
    background: #ff4040;
    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: 12px;
    line-height: 30px;
    margin-left: 1em
}

.cmp_form .description {
    margin-top: 0;
    font-size: 12px;
    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="phone"],.cmp_form select,.cmp_form .tagit {
        max-width:20em
    }
}

.cmp_form .tagit {
    max-width: 100%;
    height: auto
}

.cmp_form .tagit:before,.cmp_form .tagit:after {
    content: " ";
    display: table
}

.cmp_form .tagit:after {
    clear: both
}

.cmp_form .tagit>li {
    display: inline-block
}

.cmp_form .tagit>li.tagit-choice {
    margin-right: 0.5em;
    padding-left: 0.5em;
    background: #ddd;
    border-radius: 3px;
    line-height: 20px
}

.cmp_form .tagit input[type="text"] {
    display: inline-block;
    border: none;
    width: inherit;
    line-height: 30px;
    height: 30px;
    vertical-align: top;
    padding: 0 .5em
}

.cmp_form .tagit-close {
    padding: 0 .5em;
    color: #ff4040
}

.ui-autocomplete {
    width: 20em;
    padding: 2px;
    border-radius: 3px;
    background: #666
}

.ui-autocomplete:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 1em;
    width: 0;
    height: 0;
    color: #666;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: middle
}

.ui-autocomplete>li {
    padding: 5px;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    cursor: pointer
}

.ui-autocomplete>li:hover,.ui-autocomplete>li:focus {
    background: #fff;
    color: rgba(0,0,0,0.87)
}

.cmp_pagination {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(0,0,0,0.54);
    text-align: right
}

.cmp_pagination a {
    padding-left: 0.5em;
    padding-right: 0.5em
}

.cmp_edit_link {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    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: 10px;
    font-size: 12px
}

.cmp_search_filter:last-child {
    margin-bottom: 0
}

.cmp_search_filter label {
    font-style: italic
}

.cmp_search_filter .delete {
    color: #ff4040
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    border-left: 20px solid #0d7c3b;
    font-size: 16px;
    line-height: 20px
}

.cmp_notification .success {
    border-color: #00b24e
}

.cmp_notification .no {
    border-color: #ff4040
}

.cmp_breadcrumbs {
    display: inline-block
}

.cmp_breadcrumbs ol {
    margin-bottom: 30px;
    padding: 5px 0;
    line-height: 20px;
    font-size: 12px
}

.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: "Muli",sans-serif;
    font-size: 12px;
    font-weight: 400
}

.cmp_back_link {
    margin-top: 20px
}

.cmp_announcements {
    margin-left: -10px;
    margin-right: -10px;
    color: #767676
}

.cmp_announcements>li {
    padding: 30px 10px;
    border-bottom: 1px solid #ddd
}

.cmp_announcements>li:last-child {
    border-bottom: none
}

@media (min-width: 480px) {
    .cmp_announcements {
        margin-left:-20px;
        margin-right: -20px
    }

    .cmp_announcements>li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .cmp_announcements {
        margin-left:-30px;
        margin-right: -30px
    }

    .cmp_announcements>li {
        padding-left: 30px;
        padding-right: 30px
    }
}

.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%
}

.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: 600
}

body {
    font-family: "poppins",sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background-image: url(https://jurnalanwar.com/public/site/bganwar2.jpg);
    background-attachment: fixed;
    background-repeat-y: no-repeat;
    background-repeat-x: repeat;

}

img {
    -ms-interpolation-mode: bicubic
}

a {
    color: #0d7c3b;
    text-decoration: none
}

a:hover,a:focus {
    color: #949494
}

.pkp_structure_content,.pkp_structure_footer {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

.pkp_structure_content:before,.pkp_structure_footer:before,.pkp_structure_content:after,.pkp_structure_footer:after {
    content: " ";
    display: table
}

.pkp_structure_content:after,.pkp_structure_footer:after {
    clear: both
}

@media (min-width: 768px) {
    .pkp_structure_content,.pkp_structure_footer {
        width:728px;
        padding: 0
    }
}

@media (min-width: 992px) {
    .pkp_structure_content,.pkp_structure_footer {
        width:952px
    }
}

@media (min-width: 1200px) {
    .pkp_structure_content,.pkp_structure_footer {
        width:1160px
    }
}

.pkp_navigation_primary_wrapper {
  width: 100vw !important;                     /* span full screen width */
  margin-left: calc(50% - 50vw) !important;    /* center it visually */
  background-color: #ffffff;                   /* your theme color */
  margin-top: 15px;
  position: relative;
  left: 0;
  right: 0;
  z-index: 10;
  border-top: 1px solid #002b5c;               /* optional border */
  border-bottom: 1px solid #b9b9b9;            /* optional border */
}

.pkp_structure_content {
    padding-bottom: 20px
}

.pkp_structure_sidebar {
    background: #f5f4f3
}

.pkp_structure_main {
    padding: 10px
}

@media (min-width: 480px) {
    .pkp_structure_main {
        padding:20px
    }
}

@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_sidebar {
        float:right;
        width: 300px
    }

    .pkp_structure_main {
        float: left;
        padding: 0 30px 90px;
        width: 652px
    }

    .pkp_structure_main:after {
        left: 652px
    }
}

@media (min-width: 1200px) {
    .pkp_structure_main {
        width:860px
    }

    .pkp_structure_main:after {
        left: 860px
    }
}

img {
    max-width: 100%;
    width: auto;
    height: auto
}

.pkp_structure_head {
    border: 1px solid #ddd;
    background: url("//jurnalanwar.com/public/site/bganwar.jpg") #666 no-repeat center center;
    height: 340px
}

.pkp_head_wrapper {
    padding-top: 0
}

.pkp_site_name {
    text-align: center;
    margin-top: 60px
}

.pkp_site_name>a:focus {
    outline: 0
}

.pkp_site_name .is_img:focus {
    box-shadow: 0 0 1px #fff
}

.pkp_site_name .is_img img {
    display: block;
    max-height: 100px;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 20px auto
}

.pkp_site_name .is_text {
    font-size: 26px;
    line-height: 30px;
    font-family: Muli,sans-serif;
    position: relative;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 900
}

@media (min-width: 480px) {
    .pkp_site_name .is_text {
        font-size:38px;
        line-height: 50px
    }
}

@media (min-width: 992px) {
    .pkp_site_name .is_text {
        font-size:50px
    }

    .pkp_site_name .is_img img {
        max-height: 120px;
        margin: 0 auto 30px auto
    }
}

.pkp_site_name_small {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px
}

@media (min-width: 992px) {
    .pkp_site_name_small {
        margin-top:20px
    }
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098D1;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-underline-from-center:hover:before,.hvr-underline-from-center:focus:before,.hvr-underline-from-center:active:before {
    left: 0;
    right: 0
}

.pkp_navigation_primary {
  display: flex;
  justify-content: center;   /* ⬅️ centers all menu items */
  align-items: center;
  list-style: none;
  margin: 0 auto;
  padding: 12px 0;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) and (min-width:992px) {
    .pkp_navigation_primary {
        display:inline-block;
        max-width: 100%;
        text-align: center
    }
}

.pkp_navigation_primary>li {
    border-right: 1px solid #ddd;
    margin-right: -5px;
    margin-left: 1px
}

.pkp_navigation_primary>li>a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    color: #333;
    font-weight: 600
}

.pkp_navigation_primary>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #05914f;
    height: 4px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.pkp_navigation_primary>li>a:hover:before,.pkp_navigation_primary>li>a:focus:before,.pkp_navigation_primary>li>a:active:before {
    left: 10px;
    right: 0
}

.pkp_navigation_primary li:last-child {
    border-right: none
}

.pkp_navigation_primary>li:hover ul {
    left: 14px
}

.pkp_navigation_primary [aria-haspopup]:hover {
    border-color: transparent
}

.pkp_navigation_primary ul {
    text-align: left;
    padding-left: 10px;
    color: #fff;
    background-color: #0c8442
}

.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff
}

.pkp_navigation_primary .dropdown-menu a:focus,.pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #fff;
    background-color: #0c843e
}

.pkp_head_wrapper .pkp_search {
    display: block;
    padding: 10px 0;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.pkp_head_wrapper .pkp_search button {
    width: 100%;
    margin-top: 10px
}

@media (min-width: 480px) {
    .pkp_head_wrapper .pkp_search button {
        width:auto;
        margin-top: 0
    }
}

.pkp_head_wrapper .pkp_search .search_controls {
    display: none;
    position: relative
}

.pkp_head_wrapper .pkp_search .search_controls a {
    text-decoration: none
}

.pkp_head_wrapper .pkp_search .search_prompt {
    transition: background-color .4s
}

.pkp_head_wrapper .pkp_search .search_prompt:before {
    content: "\f002"
}

.pkp_head_wrapper .pkp_search .search_cancel,.pkp_head_wrapper .pkp_search .search_loading {
    position: absolute;
    top: 10px;
    right: 100%;
    margin-right: 20px;
    text-align: center;
    color: rgba(0,0,0,0.54)
}

.pkp_head_wrapper .pkp_search .search_cancel:before {
    content: "\f00d";
    width: 20px;
    height: 20px;
    line-height: 20px
}

.pkp_head_wrapper .pkp_search .search_cancel:hover,.pkp_head_wrapper .pkp_search .search_cancel:focus {
    outline: none;
    border-radius: 50%;
    background: #ff4040;
    color: #fff
}

.pkp_head_wrapper .pkp_search .search_loading {
    display: none
}

.pkp_head_wrapper .pkp_search .search_loading:after {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    -webkit-animation: pkp_spin .6s linear infinite;
    -moz-animation: pkp_spin .6s linear infinite;
    -ms-animation: pkp_spin .6s linear infinite;
    -o-animation: pkp_spin .6s linear infinite;
    animation: pkp_spin .6s linear infinite;
    border-radius: 100%;
    border-top: 1px solid #888;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #888;
    border-right: 1px solid transparent;
    border-top-color: rgba(0,0,0,0.5);
    border-left-color: rgba(0,0,0,0.5);
    content: '';
    opacity: 1
}

@media (min-width: 992px) {
    .pkp_head_wrapper .pkp_search {
        position:absolute;
        top: 0;
        left: 70%;
        height: 40px;
        min-width: 100px;
        padding: 0;
        font-size: 16px;
        line-height: 20px;
        transition: min-width .4s;
        text-align: right;
        overflow-x: hidden
    }

    .pkp_head_wrapper .pkp_search button {
        position: absolute;
        top: 0;
        left: -9999px
    }

    .pkp_head_wrapper .pkp_search input[type="text"] {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        padding: 0;
        border: none
    }

    .pkp_head_wrapper .pkp_search .search_controls {
        display: inline-block
    }

    .pkp_head_wrapper .pkp_search .search_prompt {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        color: #fff;
        cursor: pointer
    }

    .pkp_head_wrapper .pkp_search .search_prompt:before {
        font-size: 18px;
        margin-right: 0.25em
    }

    .pkp_head_wrapper .pkp_search .search_prompt:hover,.pkp_head_wrapper .pkp_search .search_prompt:focus {
        outline: 0;
        padding-bottom: 8px;
        border-bottom: 2px solid #fff
    }

    .pkp_head_wrapper .pkp_search.is_open {
        min-width: 100%;
        background: #fff
    }

    .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
        width: 100%;
        max-width: 100%;
        line-height: 40px;
        height: 40px;
        top: 0;
        left: 0;
        padding-left: 0.5em;
        padding-right: 180px;
        border: none;
        border-bottom: 1px solid #ddd;
        font-size: 18px;
        background: #fff
    }

    .pkp_head_wrapper .pkp_search.is_open input[type="text"]:hover,.pkp_head_wrapper .pkp_search.is_open input[type="text"]:focus {
        outline: 0
    }

    .pkp_head_wrapper .pkp_search.is_open .search_prompt {
        padding-bottom: 9px;
        background: #fff;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        color: #0c8448
    }

    .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover,.pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
        border-bottom-color: #0c844c
    }

    .pkp_head_wrapper .pkp_search.is_searching input[type="text"] {
        opacity: 0.5
    }

    .pkp_head_wrapper .pkp_search.is_searching input[type="text"]:hover,.pkp_head_wrapper .pkp_search.is_searching input[type="text"]:focus {
        border-color: #fff
    }

    .pkp_head_wrapper .pkp_search.is_searching .search_prompt {
        background: #fff;
        border-left: 1px solid #ddd;
        color: #0c8d46
    }

    .pkp_head_wrapper .pkp_search.is_searching .search_prompt:hover,.pkp_head_wrapper .pkp_search.is_searching .search_prompt:focus {
        background: #fff;
        color: #10b333
    }

    .pkp_head_wrapper .pkp_search.is_searching .search_cancel {
        display: none
    }

    .pkp_head_wrapper .pkp_search.is_searching .search_loading {
        display: block
    }
}

.pkp_navigation_user_wrapper {
    background: -moz-linear-gradient(top, rgba(38,38,38,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(38,38,38,0.65) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(38,38,38,0.65) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6262626', endColorstr='#00000000', GradientType=0);
    position: absolute;
    margin-left: auto !important;
  margin-right: 0 !important;
  justify-content: flex-end !important;
  text-align: right !important;
}

.pkp_navigation_user {
    text-align: right;
    font-size: 16px;
    font-weight: 600;

}

.pkp_navigation_user .profile>a {
    text-align: left;
}

.pkp_navigation_user li {
    /* text-align:left; */
    border-right: 2px solid #333;
    text-align: right;
}

.pkp_navigation_user a {
    padding: 5px;
    line-height: 10px
}

.pkp_navigation_user>li>a:focus {
    outline: 0
}

.pkp_navigation_user ul {
    width: 10em
}

.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_user li:hover>ul,.pkp_navigation_user li:focus>ul,.pkp_navigation_user li.in_focus>ul {
    left: auto;
    right: 0
}

.pkp_navigation_user>li:last-child {
    border-right: none
}

.pkp_navigation_user>li:last-child a {
    padding-right: 0
}

.pkp_navigation_user [aria-expanded="true"]:before {
    border-width: 5px
}

.pkp_navigation_user .profile>a {
    text-align: right
}

.pkp_navigation_user .profile>a:after {
    display: none
}

.pkp_navigation_user .task_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    line-height: 20px;
    text-align: center;
    font-size: 12px
}

.pkp_navigation_user>li>ul a .task_count {
    background: #ddd
}

.pkp_navigation_user>li>ul a:hover .task_count,.pkp_navigation_user>li>ul a:focus .task_count {
    background: #fff
}

.pkp_navigation_user .has_tasks ul .task_count,.pkp_navigation_user .has_tasks ul a:hover .task_count,.pkp_navigation_user .has_tasks ul a:focus .task_count {
    background: #f00;
    color: #fff
}

.pkp_structure_main h1 {
    font-family: Muli,sans-serif;
    font-size: 38px;
    line-height: 30px;
    font-weight: 900
}

.pkp_structure_main h2 {
    font-family: Muli,sans-serif;
    font-size: 28px;
    line-height: 30px;
    font-weight: 900
}

.pkp_structure_main h3 {
    font-family: Muli,sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600
}

.pkp_structure_main h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.pkp_structure_main h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.pkp_structure_main h6 {
    font-size: 12px;
    line-height: 10px;
    font-weight: 600
}

.pkp_structure_main h1,.pkp_structure_main h2,.pkp_structure_main h3,.pkp_structure_main h4 {
    margin: 40px 0 20px
}

.pkp_structure_main h5,.pkp_structure_main h6 {
    margin: 20px 0
}

.pkp_structure_main p {
    line-height: 25px;
    margin: 20px 0
}

.pkp_structure_main p:last-child {
    margin-bottom: 0
}

.pkp_structure_main .page>.cmp_edit_link {
    float: right;
    padding: 5px 0;
    line-height: 30px
}

.pkp_structure_main .page .monograph_count {
    float: right;
    padding: 10px 0;
    font-size: 12px;
    color: rgba(0,0,0,0.54)
}

.pkp_structure_main .page .about_section {
    color: rgba(0,0,0,0.54);
    line-height: 30px
}

.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:18px;
        font-style: italic
    }
}

.pkp_page_index .journals {
    margin-top: 30px
}

.pkp_page_index .journals>ul>li {
    margin: 30px 0
}

.pkp_page_index .journals a,.pkp_page_index .journals img {
    display: block;
    max-height: 20em
}

.pkp_page_index .journals h3 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600
}

.pkp_page_index .journals h3 a {
    text-decoration: none
}

.pkp_page_index .journals p {
    margin: 10px 0
}

.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0 10px 10px 0
}

@media (min-width: 768px) {
    .pkp_page_index .journals>ul>li {
        margin:0 -20px;
        padding: 20px;
        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: 20px
    }

    .pkp_page_index .journals .thumb+.body {
        float: right;
        width: 75%
    }
}

@media (min-width: 992px) {
    .pkp_page_index .journals>ul>li {
        margin:0 -30px;
        padding: 30px
    }

    .pkp_page_index .journals .thumb {
        padding-right: 30px
    }
}

.pkp_page_index .homepage_image,.pkp_page_index .additional_content,.pkp_page_index .current_issue {
    margin-left: -10px;
    margin-right: -10px
}

@media (min-width: 480px) {
    .pkp_page_index .homepage_image,.pkp_page_index .additional_content,.pkp_page_index .current_issue {
        margin-left:-20px;
        margin-right: -20px
    }
}

@media (min-width: 992px) {
    .pkp_page_index .homepage_image,.pkp_page_index .additional_content,.pkp_page_index .current_issue {
        margin-left:-30px;
        margin-right: -30px
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
    clear: none
}

.pkp_page_index .cmp_announcements {
    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: 30px 10px
}

.pkp_page_index .cmp_announcements .more {
    position: relative
}

.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding: 10px
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: 12px
}

@media (min-width: 480px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary,.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left:20px;
        padding-right: 20px
    }
}

@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%
    }

    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 35%;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pkp_page_index .cmp_announcements .more:before {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%
    }
}

@media (min-width: 992px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary,.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
        padding-left:30px;
        padding-right: 30px
    }
}

.pkp_page_index .current_issue {
    border-top: 0px solid #ddd;
    padding: 10px 10px 0 10px
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 20px 0;
    color: #767676;
    text-transform: uppercase
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    color: #0d7c3b;
    text-decoration: none;
    margin-bottom: 20px
}

.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: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.pkp_page_index .current_issue .read_more:hover,.pkp_page_index .current_issue .read_more:focus {
    color: #10b346
}

@media (min-width: 768px) {
    .pkp_page_index .current_issue .section:last-child {
        margin-bottom:0
    }
}

@media (min-width: 480px) {
    .pkp_page_index .current_issue {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .pkp_page_index .current_issue {
        padding-left:30px;
        padding-right: 30px
    }
}

.pkp_page_index .additional_content {
    padding: 30px 10px 0 10px
}

@media (min-width: 480px) {
    .pkp_page_index .additional_content {
        padding-left:20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .pkp_page_index .additional_content {
        padding-left:30px;
        padding-right: 30px
    }
}

.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 {
        border-top:none
    }
}

.page_contact .address,.page_contact .phone,.page_contact .email {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px
}

.page_contact .address {
    margin-top: 0
}

.page_contact .address p {
    margin: 0
}

.page_contact .label {
    display: block;
    font-weight: 600
}

.page_contact .contact.support {
    margin-top: 40px
}

@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: 20px
    }

    .page_contact .contact.support {
        margin-top: 0
    }
}

.page_issue_archive .issues_archive {
    margin-left: -10px;
    margin-right: -10px;
    border-top: 1px solid #ddd
}

.page_issue_archive .issues_archive>li {
    padding: 30px 10px;
    border-bottom: 1px solid #ddd
}

@media (min-width: 480px) {
    .page_issue_archive .issues_archive {
        margin-left:-20px;
        margin-right: -20px
    }

    .page_issue_archive .issues_archive>li {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (min-width: 992px) {
    .page_issue_archive .issues_archive {
        margin-left:-30px;
        margin-right: -30px
    }

    .page_issue_archive .issues_archive>li {
        padding-left: 30px;
        padding-right: 30px
    }
}

.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: 12px;
    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: 20px 0;
    padding: 10px;
    background: #ff4040;
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.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: 12px;
    line-height: 30px;
    margin-right: 1em
}

.page_register .required_label {
    font-size: 12px;
    line-height: 10px;
    color: rgba(0,0,0,0.54);
    margin-bottom: 20px
}

.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: 30px;
    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: 5px 0
}

.page_register .context_optin .roles label {
    display: inline-block;
    margin-right: 1em;
    font-size: 12px;
    line-height: 10px
}

.page_register #formErrors {
    margin: 20px 0;
    padding: 10px;
    background: #ff4040;
    color: #fff
}

.page_register #formErrors .pkp_form_error {
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 10px
}

.page_register #formErrors .pkp_form_error_list {
    margin: 0;
    padding-left: 20px;
    font-size: 12px;
    line-height: 10px
}

.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
    }
}

.page_search .search_input .query {
    width: 100%;
    max-width: 100%;
    height: 38px;
    font-size: 28px;
    line-height: 38px
}

.page_search .search_advanced {
    border: 1px solid #ddd;
    padding: 0 20px 20px
}

.page_search .search_advanced:before,.page_search .search_advanced:after {
    content: " ";
    display: table
}

.page_search .search_advanced:after {
    clear: both
}

.page_search .search_advanced legend {
    padding: 10px 20px;
    margin: 0;
    font-weight: 400;
    color: rgba(0,0,0,0.54)
}

.page_search .date_range {
    float: left;
    width: 50%
}

.page_search .date_range .from {
    margin-bottom: 20px
}

.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 .author {
    width: 50%: float: right
}

.page_search .submit {
    text-align: right
}

.page_search .submit button {
    position: relative;
    padding-right: 45px;
    border-right: none;
    padding-right: 1em;
    padding-left: 45px;
    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: 30px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
    text-align: center;
    background: #0c843e;
    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: #0b923f
}

.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: 40px 0
}

.page_search .search_results .obj_article_summary {
    padding: 20px 0
}

.page_submissions .submission_checklist ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
    border: 1px solid #ddd;
    border-bottom: none
}

.page_submissions .submission_checklist li {
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #ddd
}

@media (min-width: 480px) {
    .page_submissions .submission_checklist li {
        padding:20px 20px 20px 40px
    }

    .page_submissions .submission_checklist li:before {
        content: "\f00c";
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 28px;
        color: #00b24e
    }
}

.header_view {
    z-index: 2;
    position: relative;
    background: #b31073
}

.header_view a {
    line-height: 30px;
    text-decoration: none
}

.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #10b34e;
    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: #099755;
    color: #fff
}

.header_view .title {
    display: block;
    padding-left: 40px;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #fff
}

.header_view .title:hover,.header_view .title:focus {
    background: #0c8442
}

.header_view .download {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background: #fff;
    text-align: center
}

.header_view .download:hover,.header_view .download:focus {
    background: #0c8442;
    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:16px
    }

    .header_view .download {
        width: auto;
        padding: 0 20px
    }

    .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: 30px;
    border: none
}

.obj_announcement_full h1 {
    margin: 30px 0 0 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: 40px
}

.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: 18px;
    line-height: 20px
}

.obj_announcement_summary h2 a,.obj_announcement_summary h3 a,.obj_announcement_summary h4 a {
    text-decoration: none
}

.obj_announcement_summary .date {
    font-size: 12px;
    line-height: 25px;
    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: 16px;
    color: #ddd
}

.obj_announcement_summary .summary {
    font-size: 16px;
    line-height: 10px;
    margin-top: 10px
}

.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: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    color: #0d7c3b;
    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: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.obj_announcement_summary .read_more:hover,.obj_announcement_summary .read_more:focus {
    color: #10b346
}

.obj_article_details>.page_title {
    margin: 0;
    line-height: 50px
}

.obj_article_details>.subtitle {
    margin: 0;
    font-size: 28px;
    line-height: 30px;
    font-weight: 400
}

.obj_article_details .row {
    margin-top: 30px
}

.obj_article_details .item {
    padding-top: 20px;
    padding-bottom: 20px
}

.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: 20px
}

.obj_article_details .sub_item:last-child {
    margin-bottom: 0
}

.obj_article_details .main_entry .item .label {
    margin: 0 0 20px;
    font-family: Muli,sans-serif;
    font-size: 18px;
    font-weight: 600
}

.obj_article_details .authors li {
    margin-bottom: 10px
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block
}

.obj_article_details .authors .orcid {
    display: block;
    font-size: 12px;
    line-height: 20px
}

.obj_article_details .authors .orcid a {
    vertical-align: middle
}

.obj_article_details .authors .orcid_icon {
    width: 20px;
    height: 20px
}

.obj_article_details .authors .affiliation {
    font-size: 12px;
    color: rgba(0,0,0,0.54)
}

.obj_article_details .item.doi {
    padding-top: 0
}

.obj_article_details .item.doi .label {
    font-size: 12px
}

.obj_article_details .galleys_links li {
    display: inline-block
}

.obj_article_details .copyright {
    font-size: 12px;
    line-height: 10px
}

.obj_article_details .copyright a[rel="license"]+p {
    margin-top: 0
}

.obj_article_details .entry_details {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ddd
}

.obj_article_details .entry_details .item {
    padding: 20px;
    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 {
    font-family: Muli,sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    letter-spacing: 2px;
    text-transform: uppercase
}

.obj_article_details .entry_details .item .value {
    font-size: 14px;
    color: #767676
}

.obj_article_details .citation_display .value {
    font-size: 12px
}

.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: Muli,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:-30px;
        margin-right: -30px
    }
}

@media (min-width: 480px) {
    .obj_article_details .entry_details {
        margin-left:-30px;
        margin-right: -30px
    }
}

@media (min-width: 768px) {
    .obj_article_details .row {
        margin-left:-20px;
        margin-right: -20px;
        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: 20px
    }

    .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:-30px;
        margin-right: -30px
    }

    .obj_article_details .main_entry {
        width: 352px
    }

    .obj_article_details .item {
        padding: 30px
    }
}

@media (min-width: 1200px) {
    .obj_article_details .main_entry {
        width:560px
    }
}

.obj_article_summary {
    margin-bottom: 30px
}

.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: 20px
}

.obj_article_summary .cover img {
    display: block;
    max-height: 250px;
    width: auto
}

.obj_article_summary>.title {
    font-family: Poppins,sans-serif;
    font-size: 17px;
    line-height: 20px;
    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: 300;
    color: rgba(0,0,0,0.54)
}

.obj_article_summary .meta {
    position: relative;
    padding-top: 5px;
    font-size: 12px;
    line-height: 20px
}

.obj_article_summary .pages,.obj_article_summary .published {
    color: rgba(0,0,0,0.54)
}

.obj_article_summary .galleys_links {
    margin-top: 10px
}

.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: 30px
    }

    .obj_article_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .obj_article_summary .cover {
        margin-right:30px;
        margin-bottom: 30px
    }

    .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: #059943;
    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: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    color: #0c843e;
    text-decoration: none;
    padding-right: 0;
    padding-left: 20px
}

.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: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.obj_galley_link_supplementary:hover,.obj_galley_link_supplementary:focus {
    color: #b31073
}

.obj_galley_link_supplementary:after {
    right: auto;
    left: 0;
    text-align: left
}

.obj_issue_summary h2 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.obj_issue_summary .cover {
    display: block;
    margin-bottom: 20px
}

.obj_issue_summary .cover img {
    display: block;
    width: auto;
    max-height: 250px
}

.obj_issue_summary .title {
    font-family: Muli,sans-serif;
    font-weight: 600;
    text-decoration: none
}

.obj_issue_summary .series {
    margin-bottom: 5px;
    color: rgba(0,0,0,0.54)
}

.obj_issue_summary .description {
    font-size: 14px;
    line-height: 20px
}

.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: 20px
    }

    .obj_issue_summary .cover img {
        max-height: auto
    }
}

.page_issue h1 {
    line-height: 50px
}

.obj_issue_toc h3 {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px
}

.obj_issue_toc .cover {
    display: block;
    margin-bottom: 20px
}

.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: 20px 0
}

.obj_issue_toc .pub_id .type {
    font-weight: 600
}

.obj_issue_toc .published {
    margin: 20px 0
}

.obj_issue_toc .published .label {
    font-weight: 600
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 1em
}

.obj_issue_toc .galleys_links li:last-child {
    margin-right: 0
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 60px
}

.obj_issue_toc .section:last-child .articles>li:last-child {
    margin-bottom: 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: 20px
    }

    .obj_issue_toc .galleys,.obj_issue_toc .section {
        position: relative;
        margin: 20px -20px 10px -20px;
        padding: 30px 30px 10px 30px
    }

    .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 {
        display: inline-block;
        position: relative;
        left: -15px;
        margin-top: 0;
        padding: 0 15px;
        background: #057c2d;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 400;
        color: rgb(255, 255, 255)
    }
        .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: #057c2d;
        font-size: 1.143rem;
        font-weight: 400;
        line-height: 2.143rem;
        color: rgb(255, 255, 255)
    }
}


@media (min-width: 992px) {
    .obj_issue_toc .galleys,.obj_issue_toc .section {
        margin:20px -30px 10px -30px
    }

    .obj_issue_toc .cover {
        margin-right: 30px;
        margin-bottom: 30px
    }

    .obj_issue_toc .cover img {
        max-height: none
    }
}

.pkp_block {
    padding: 30px 20px;
    clear: both;
    font-size: 16px;
    line-height: 20px;
    color: #707070;
    border-bottom: 1px solid #ddd
}

.pkp_block .title {
    display: block;
    margin-bottom: 10px;
    font-family: Muli,sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 2px
}

.pkp_block .content ul li {
    line-height: 20px;
    padding: 5px 0
}

.pkp_block .content p {
    line-height: 25px
}

.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:30px
    }
}

.block_information a,.block_language_toggle a {
    font-size: 12px
}

.pkp_structure_footer_wrapper {
    background: #1e1c28;
    padding-bottom: 40px
}

.pkp_structure_footer {
    text-align: center
}

.pkp_footer_content {
    color: #858585;
    font-weight: 600;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #36343d
}

.footer_journalfi {
    padding: 20px;
    width: 150px;
    clear: both;
    margin: 0 auto
}

.footer_journalfi img {
    height: 45px;
    width: auto
}

@media (min-width: 768px) {
    .footer_journalfi {
        clear:none;
        float: right;
        margin: 0
    }
}

.accessibility_tsv {
    clear: both;
    text-align: center;
    margin: 10px
}

.accessibility_tsv a {
    color: #fff;
    font-size: 18px
}

.pkp_brand_footer {
    clear: both;
    margin: 0 auto;
    padding: 20px;
    width: 150px
}

.pkp_brand_footer a {
    display: block;
    max-width: 300px;
    margin: 0 auto
}

@media (min-width: 768px) {
    .pkp_brand_footer {
        float:right;
        clear: none;
        margin: 0
    }
}

.pkp_site_name {
    margin-top: 100px
}

.pkp_structure_head {
    background-size: cover
}
/* === FULL-WIDTH BUTTON IN SIDEBAR === */

/* Target buttons or links inside sidebar blocks */
.pkp_block button,
.pkp_block a.button,
.sidebar button,
.sidebar a.button {
  display: block;             /* ensures it acts like a block element */
  width: 100%;                /* full width of sidebar */
  box-sizing: border-box;     /* includes padding in width */
  text-align: left;         /* center text inside */
  background-color: #006627;  /* your brand color */
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;           /* spacing between buttons */
}

/* Hover effect */
.pkp_block button:hover,
.pkp_block a.button:hover,
.sidebar button:hover,
.sidebar a.button:hover {
  background-color: #8bfca7;
  color: #fff;
  text-decoration: none;
}
/* === FULL-WIDTH SIDEBAR BUTTON (ISOLATED) === */

/* Scope only to .sidebar-fullbutton — won't affect other blocks */
.sidebar-fullbutton {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* Make the link/button full-width */
.sidebar-fullbutton .button {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #006636;   /* your theme color */
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
  border-radius: 6px;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease;
}

/* Hover effect */
.sidebar-fullbutton .button:hover {
  background-color: #f2f3f3;
  text-decoration: none;
}

/* === JOURNAL DESCRIPTION STYLE (Default Theme) === */

.journal-description {
  background: #ffffff;             /* clean white background */
  padding: 2rem 2.5rem;            /* inner space */
  margin: 2rem auto;               /* spacing from top/bottom */
  border: 1px solid #e0e0e0;       /* light border */
  border-radius: 8px;              /* smooth corners */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* subtle shadow */
  max-width: 900px;                /* limit width for readability */
  line-height: 1.7;
  font-size: 1rem;
  color: #333;
}

/* Heading style */
.journal-description h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #003366;                 /* theme navy color */
  border-bottom: 3px solid #003366;
  padding-bottom: 0.3rem;
}

/* Paragraphs */
.journal-description p {
  margin-bottom: 1em;
  text-align: justify;            /* same as Studi Arab site */
}

/* Links */
.journal-description a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 500;
}

.journal-description a:hover {
  text-decoration: underline;
  color: #002b80;
}

/* === IMAGE LEFT + TEXT RIGHT (Responsive Layout) === */

.journal-description-with-image {
  display: flex;
  align-items: flex-start;
  gap: 20px;                 /* space between image and text */
  margin: 2rem auto;
  max-width: 900px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Image on left */
.journal-description-with-image img {
  width: 200px;              /* adjust size as needed */
  height: auto;
  border-radius: 6px;
  flex-shrink: 0;            /* prevents image from resizing oddly */
}

/* Text block */
.journal-description-with-image .journal-text {
  flex: 1;                   /* take remaining space */
  text-align: justify;
}

/* Heading */
.journal-description-with-image .journal-text h2 {
  color: #003366;
  font-size: 1.6rem;
  margin-top: 0;
  border-bottom: 3px solid #003366;
  padding-bottom: 0.3rem;
}

/* Responsive stacking for mobile */
@media (max-width: 768px) {
  .journal-description-with-image {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .journal-description-with-image img {
    width: 60%;
    margin-bottom: 1rem;
  }
  .journal-description-with-image .journal-text {
    text-align: justify;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.banner-section {
    text-align: left;
    color: #2f3542;
    display: block;
    min-height: 240px;
    background-image: linear-gradient(55deg,rgba(208,208,208,.03) 0,rgba(208,208,208,.03) 20%,rgba(55,55,55,.03) 20%,rgba(55,55,55,.03) 40%,rgba(81,81,81,.03) 40%,rgba(81,81,81,.03) 60%,rgba(208,208,208,.03) 60%,rgba(208,208,208,.03) 80%,rgba(191,191,191,.03) 80%,rgba(191,191,191,.03) 100%),linear-gradient(291deg,rgba(190,190,190,.02) 0,rgba(190,190,190,.02) 14.286%,rgba(105,105,105,.02) 14.286%,rgba(105,105,105,.02) 28.572%,rgba(230,230,230,.02) 28.572%,rgba(230,230,230,.02) 42.858%,rgba(216,216,216,.02) 42.858%,rgba(216,216,216,.02) 57.144%,rgba(181,181,181,.02) 57.144%,rgba(181,181,181,.02) 71.43%,rgba(129,129,129,.02) 71.43%,rgba(129,129,129,.02) 85.716%,rgba(75,75,75,.02) 85.716%,rgba(75,75,75,.02) 100.002%),linear-gradient(32deg,rgba(212,212,212,.03) 0,rgba(212,212,212,.03) 12.5%,rgba(223,223,223,.03) 12.5%,rgba(223,223,223,.03) 25%,rgba(11,11,11,.03) 25%,rgba(11,11,11,.03) 37.5%,rgba(86,86,86,.03) 37.5%,rgba(86,86,86,.03) 50%,rgba(106,106,106,.03) 50%,rgba(106,106,106,.03) 62.5%,rgba(220,220,220,.03) 62.5%,rgba(220,220,220,.03) 75%,rgba(91,91,91,.03) 75%,rgba(91,91,91,.03) 87.5%,rgba(216,216,216,.03) 87.5%,rgba(216,216,216,.03) 100%),linear-gradient(312deg,rgba(113,113,113,.01) 0,rgba(113,113,113,.01) 14.286%,rgba(54,54,54,.01) 14.286%,rgba(54,54,54,.01) 28.572%,rgba(166,166,166,.01) 28.572%,rgba(166,166,166,.01) 42.858%,rgba(226,226,226,.01) 42.858%,rgba(226,226,226,.01) 57.144%,rgba(109,109,109,.01) 57.144%,rgba(109,109,109,.01) 71.43%,rgba(239,239,239,.01) 71.43%,rgba(239,239,239,.01) 85.716%,rgba(54,54,54,.01) 85.716%,rgba(54,54,54,.01) 100.002%),linear-gradient(22deg,rgba(77,77,77,.03) 0,rgba(77,77,77,.03) 20%,rgba(235,235,235,.03) 20%,rgba(235,235,235,.03) 40%,rgba(215,215,215,.03) 40%,rgba(215,215,215,.03) 60%,rgba(181,181,181,.03) 60%,rgba(181,181,181,.03) 80%,rgba(193,193,193,.03) 80%,rgba(193,193,193,.03) 100%),linear-gradient(80deg,rgba(139,139,139,.02) 0,rgba(139,139,139,.02) 14.286%,rgba(114,114,114,.02) 14.286%,rgba(114,114,114,.02) 28.572%,rgba(240,240,240,.02) 28.572%,rgba(240,240,240,.02) 42.858%,rgba(221,221,221,.02) 42.858%,rgba(221,221,221,.02) 57.144%,rgba(74,74,74,.02) 57.144%,rgba(74,74,74,.02) 71.43%,rgba(201,201,201,.02) 71.43%,rgba(201,201,201,.02) 85.716%,rgba(187,187,187,.02) 85.716%,rgba(187,187,187,.02) 100.002%),linear-gradient(257deg,rgba(72,72,72,.03) 0,rgba(72,72,72,.03) 16.667%,rgba(138,138,138,.03) 16.667%,rgba(138,138,138,.03) 33.334%,rgba(54,54,54,.03) 33.334%,rgba(54,54,54,.03) 50.001%,rgba(161,161,161,.03) 50.001%,rgba(161,161,161,.03) 66.668%,rgba(17,17,17,.03) 66.668%,rgba(17,17,17,.03) 83.335%,rgba(230,230,230,.03) 83.335%,rgba(230,230,230,.03) 100.002%),linear-gradient(47deg,rgba(191,191,191,.01) 0,rgba(191,191,191,.01) 16.667%,rgba(27,27,27,.01) 16.667%,rgba(27,27,27,.01) 33.334%,rgba(66,66,66,.01) 33.334%,rgba(66,66,66,.01) 50.001%,rgba(36,36,36,.01) 50.001%,rgba(36,36,36,.01) 66.668%,rgba(230,230,230,.01) 66.668%,rgba(230,230,230,.01) 83.335%,rgba(93,93,93,.01) 83.335%,rgba(93,93,93,.01) 100.002%),linear-gradient(90deg,#fff,#fff);
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: all .3s ease-in-out
}

.banner-section .banner-title {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 700;
    margin-bottom: .5rem
}

.banner-section .banner-title-article {
    font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 1rem
}

.banner-section .banner-subtitle {
    transition: all .3s ease-in-out;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.banner-section .banner-subtitle-article {
    transition: all .3s ease-in-out;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #2f3542;
    line-height: 1.5
}

.banner-section .published-by {
    margin-bottom: 5px
}

.banner-section .serial {
    margin-top: 1rem;
    margin-bottom: 1rem
}

@media (min-width: 768px) {
    .banner-section {
        min-height:320px
    }
}

.banner-section.skrol {
    background-image: linear-gradient(242deg,rgba(19,19,19,.04) 0,rgba(19,19,19,.04) 65%,rgba(130,130,130,.04) 65%,rgba(130,130,130,.04) 100%),linear-gradient(49deg,rgba(193,193,193,.04) 0,rgba(193,193,193,.04) 72%,rgba(136,136,136,.04) 72%,rgba(136,136,136,.04) 100%),linear-gradient(78deg,rgba(37,37,37,.04) 0,rgba(37,37,37,.04) 90%,rgba(40,40,40,.04) 90%,rgba(40,40,40,.04) 100%),linear-gradient(310deg,rgba(233,233,233,.04) 0,rgba(233,233,233,.04) 25%,rgba(47,47,47,.04) 25%,rgba(47,47,47,.04) 100%),linear-gradient(90deg,#6eb982,#50a466);
    color: #fff
}

.banner-section.skrol .banner-subtitle {
    color: #fff
}

.banner-section.skrol .banner-subtitle-article {
    color: #fff
}

.banner-section.skrol a {
    color: #fff;
    text-shadow: 1px 1px 2px #264e31
}

.banner-section.skrol a:hover {
    text-shadow: none;
    color: #91c9a0
}