.pkp_brand_footer{
     display: none;
}
 @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);
 #cssmenu {
     position: relative;
     margin: 0;
     font-family: 'Roboto Condensed';
     line-height: 1;
     width: 250px;
}
 .align-right {
     float: right;
}
 #cssmenu ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: block;
}
 #cssmenu ul li {
     position: relative;
     margin: 0;
     padding: 0;
}
 #cssmenu ul li a {
     text-decoration: none;
     cursor: pointer;
}
/*tulisan menu kanan*/
 #cssmenu > ul > li > a {
     color: #ffffff;
    /*abu2*/
     text-transform: uppercase;
     display: block;
     padding: 20px;
     border-top: 1px solid #ffffff;
    /*hitam pekat*/
     border-left: 1px solid #ffffff;
     border-right: 1px solid #ffffff;
     background: #3B3D88;/*border header menu atas*/
    /*#800080;
    /*#222222;
    /*hitam gray disini-OK-Navigasi*/
     box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
     letter-spacing: 1px;
     font-size: 16px;
     font-weight: 300;
     -webkit-transition: all 0.25s ease-in;
     -moz-transition: all 0.25s ease-in;
     -ms-transition: all 0.25s ease-in;
     -o-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
     position: relative;
}
 #cssmenu > ul > li:first-child > a {
     border-top-left-radius: 3px;
     border-top-right-radius: 3px;
}
 #cssmenu > ul > li:last-child > a {
     border-bottom-left-radius: 3px;
     border-bottom-right-radius: 3px;
     border-bottom: 1px solid #3B3D88;
}



/*sorot menu kanan*/
 #cssmenu > ul > li:hover > a, #cssmenu > ul > li.open > a, #cssmenu > ul > li.active > a {
     background: #F8BE00; /*underline menu warna kuning emas*/
    /*#7FFF00;
    /*#151515;
    /*hitam gray disini-OK-Corosel Menu*/
     color: #ffffff;
    /*putih*/
}
 #cssmenu ul > li.has-sub > a::after {
     content: "";
     position: absolute;
     display: block;
     width: 0;
     height: 0;
     border-top: 13px solid #cc6600;
    /*#000000;
    /*garis segitiga luar*/
     border-botom: 13px solid transparent;
     border-left: 125px solid transparent;
     border-right: 125px solid transparent;
     left: 0;
     bottom: -13px;
     bottom: 0px;
     z-index: 1;
     opacity: 0;
     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
     -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
     transition: all .2s ease;
}/*border bawah menu utama*/
 #cssmenu ul > li.has-sub > a::before {
     content: "";
     position: absolute;
     display: block;
     width: 0;
     height: 0;
     border-top: 13px solid #cc6600; /*border bawah menu utama*/
    /*#151515;
    /*segitiga dalam*/
     border-botom: 13px solid transparent;
     border-left: 125px solid transparent;
     border-right: 125px solid transparent;
     left: 0;
     bottom: -12px;
     bottom: -1px;
     z-index: 3;
     opacity: 0;
     -webkit-transition: all .2s ease;
     -moz-transition: all .2s ease;
     -ms-transition: all .2s ease;
     -o-transition: all .2s ease;
     transition: all .2s ease;
}/*border top menu utama*/
 #cssmenu ul > li.has-sub::after {
     content: "";
     display: block;
     position: absolute;
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-top-color: #F8BE00; /*#009999;*/
    /*abu gray*/
     z-index: 2;
     right: 20px;
     top: 24.5px;
     pointer-events: none;
}
 #cssmenu ul > li:hover::after, #cssmenu ul > li.active::after, #cssmenu ul > li.open::after {
     border-top-color: #009999;
}
 #cssmenu ul > li.has-sub.open > a::after {
     opacity: 1;
     bottom: -13px;
}
 #cssmenu ul > li.has-sub.open > a::before {
     opacity: 1;
     bottom: -12px;
}
 #cssmenu ul ul {
     display: none;
}
 #cssmenu ul ul li {
     border-left: 1px solid #ccc;
    /*gray*/
     border-right: 1px solid #ccc;
}
 #cssmenu ul ul li a {
     background: #f1f1f1;
    /*gray*/
     display: block;
     position: relative;
     font-size: 15px;
     padding: 14px 20px;
     border-bottom: 1px solid #009999;
     color: #777777;
    /*gray kehitaman*/
     font-weight: 300;
     -webkit-transition: all 0.25s ease-in;
     -moz-transition: all 0.25s ease-in;
     -ms-transition: all 0.25s ease-in;
     -o-transition: all 0.25s ease-in;
     transition: all 0.25s ease-in;
}
 #cssmenu ul ul li:first-child > a {
     padding-top: 18px;
}
 #cssmenu ul ul ul li {
     border: 0;
}
 #cssmenu ul ul li:hover > a, #cssmenu ul ul li.open > a, #cssmenu ul ul li.active > a {
     background: #66CDAA;
    /*#006400;
    /*#FF8C00;
    /*#e4e4e4;
    /*gray keputihan-sub menu item carosel*/
     color: #009999;
    /*#FF4500;
    /*#666666;
    /*gray kehitaman*/
}
 #cssmenu ul ul > li.has-sub > a::after {
     border-top: 13px solid #009999;
}
 #cssmenu ul ul > li.has-sub > a::before {
     border-top: 13px solid #e4e4e4;
}
 #cssmenu ul ul ul li a {
     padding-left: 30px;
}
 #cssmenu ul ul > li.has-sub::after {
     top: 18.5px;
     border-width: 6px;
     border-top-color: #777777;
}
 #cssmenu ul ul > li:hover::after, #cssmenu ul ul > li.active::after, #cssmenu ul ul > li.open::after {
     border-top-color: #666666;
}
/*@font-face{
     font-family: 'FontAwesome';
     src: url('//ojs.unpkediri.ac.id/lib/pkp/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
     src: url('//ojs.unpkediri.ac.id/lib/pkp/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('//ojs.unpkediri.ac.id/lib/pkp/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('//ojs.unpkediri.ac.id/lib/pkp/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('//ojs.unpkediri.ac.id/lib/pkp/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype');
     font-weight: normal;
    font-style: normal 
}
 */
 .pkp_search .search_prompt:before, .search_cancel:before, .page_search, .fa, .pkp_help_link:before, .pkp_uploadedFile_summary .details > span:before, .pkp_uploadedFile_summary .print:before, .cmp_edit_link:before, .pkp_head_wrapper .pkp_head_wrapper .pkp_page_index .current_issue .read_more:after, .submit button:after, .page_submissions .submission_checklist li:before, .header_view .return:before, .header_view .download:before, .obj_announcement_full .date:before, .obj_announcement_summary .date:before, .obj_announcement_summary .read_more:after, .obj_galley_link:before, .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) 
}
 .fa-search:before{
     content: "\f002" 
}
 .fa-user:before{
     content: "\f007" 
}
 .fa-th-list:before{
     content: "\f00b" 
}
 .fa-check:before{
     content: "\f00c" 
}
 .fa-times:before{
     content: "\f00d" 
}
 .fa-cog:before{
     content: "\f013" 
}
 .fa-file-o:before{
     content: "\f016" 
}
 .fa-download:before{
     content: "\f019" 
}
 .fa-lock:before{
     content: "\f023" 
}
 .fa-print:before{
     content: "\f02f" 
}
 .fa-pencil:before{
     content: "\f040" 
}
 .fa-check-square-o:before{
     content: "\f046" 
}
 .fa-chevron-right:before{
     content: "\f054" 
}
 .fa-minus-circle:before{
     content: "\f056" 
}
 .fa-times-circle:before{
     content: "\f057" 
}
 .fa-info-circle:before{
     content: "\f05a" 
}
 .fa-ban:before{
     content: "\f05e" 
}
 .fa-arrow-left:before{
     content: "\f060" 
}
 .fa-arrow-right:before{
     content: "\f061" 
}
 .fa-plus:before{
     content: "\f067" 
}
 .fa-eye:before{
     content: "\f06e" 
}
 .fa-exclamation-triangle:before{
     content: "\f071" 
}
 .fa-calendar:before{
     content: "\f073" 
}
 .fa-sign-out:before{
     content: "\f08b" 
}
 .fa-thumb-tack:before{
     content: "\f08d" 
}
 .fa-upload:before{
     content: "\f093" 
}
 .fa-square-o:before{
     content: "\f096" 
}
 .fa-hdd-o:before{
     content: "\f0a0" 
}
 .fa-bullhorn:before{
     content: "\f0a1" 
}
 .fa-arrow-circle-up:before{
     content: "\f0aa" 
}
 .fa-arrow-circle-down:before{
     content: "\f0ab" 
}
 .fa-globe:before{
     content: "\f0ac" 
}
 .fa-users:before{
     content: "\f0c0" 
}
 .fa-bars:before{
     content: "\f0c9" 
}
 .fa-money:before{
     content: "\f0d6" 
}
 .fa-caret-up:before{
     content: "\f0d8" 
}
 .fa-sort:before{
     content: "\f0dc" 
}
 .fa-sitemap:before{
     content: "\f0e8" 
}
 .fa-file-text-o:before{
     content: "\f0f6" 
}
 .fa-desktop:before{
     content: "\f108" 
}
 .fa-unlock-alt:before{
     content: "\f13e" 
}
 .fa-long-arrow-left:before{
     content: "\f177" 
}
 .fa-long-arrow-right:before{
     content: "\f178" 
}
 .fa-file-pdf-o:before{
     content: "\f1c1" 
}
 .fa-file-word-o:before{
     content: "\f1c2" 
}
 .fa-file-excel-o:before{
     content: "\f1c3" 
}
 .fa-trash:before{
     content: "\f1f8" 
}
 html{
     font-family: sans-serif;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100% 
}
 body{
     margin: 0 background-image: url("/public/imagesKu/bk1.jpg");
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
     display: block 
}
 audio, canvas, progress, video{
     display: inline-block;
     vertical-align: baseline 
}
 audio:not([controls]){
     display: none;
     height: 0 
}
 [hidden], template{
     display: none 
}
 a{
     background-color: transparent 
}
 a:active,a:hover{
     outline: 0 
}
 abbr[title]{
     border-bottom: 1px dotted 
}
 b,strong{
     font-weight: bold 
}
 dfn{
     font-style: italic 
}
 h1{
     font-size: 2em;
     margin: .67em 0 
}
 mark{
     background: #ff0;
     color: #000 
}
 small{
     font-size: 80% 
}
 sub,sup{
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline 
}
 sup{
     top: -0.5em 
}
 sub{
     bottom: -0.25em 
}
 img{
     border: 0 
}
 svg:not(:root){
     overflow: hidden 
}
 figure{
     margin: 1em 40px 
}
 hr{
     box-sizing: content-box;
     height: 0 
}
 pre{
     overflow: auto 
}
 code,kbd,pre,samp{
     font-family: monospace, monospace;
    font-size: 1em 
}
 button,input,optgroup,select,textarea{
     color: inherit;
    font: inherit;
    margin: 0 
}
 button{
     overflow: visible 
}
 button,select{
     text-transform: none 
}
 button,html input[type="button"],input[type="reset"],input[type="submit"]{
     -webkit-appearance: button;
    cursor: pointer 
}
 button[disabled],html input[disabled]{
     cursor: default 
}
 button::-moz-focus-inner,input::-moz-focus-inner{
     border: 0;
    padding: 0 
}
 input{
     line-height: normal 
}
 input[type="checkbox"],input[type="radio"] {
     box-sizing: border-box;
    padding: 0 
}
 input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{
     height: auto 
}
/*input[type="search"]{
     -webkit-appearance: textfield;
    box-sizing: content-box 
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration{
     -webkit-appearance: none 
}
 */
 fieldset{
     border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em 
}
 legend{
     border: 0;
    padding: 0 
}
 textarea{
     overflow: auto 
}
 optgroup{
     font-weight: bold 
}
 table{
     border-collapse: collapse;
    border-spacing: 0 
}
 td,th{
    padding: 0
}
 *,*: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: 700;
    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: #4b7d92;
    background-image: linear-gradient(#6298ae, #4b7d92);
    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: #4b7d92
}
.pkp_button_primary:hover,.pkp_button_primary:focus{
    text-decoration: none;
    background-color: #6298ae;
    background-image: linear-gradient(#83aec0, #426f81);
    color: #fff
}
.pkp_button_primary:active{
    background-color: #3a6070;
    background-image: linear-gradient(#548ba3, #31525f)
}
.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: 700;
    line-height: 16px;
    color: #4b7d92;
    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: #6298ae
}
.pkp_button_link:active,.pkp_button_link_offset:active{
    color: #3a6070
}
.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: 0.5
}
.pkp_loading{
    font-size: 13px;
    line-height: 20px
}
.pkp_loading .pkp_spinner{
    margin-right: 0.25em
}
.pkp_unstyled_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_details .citation_format_options ul,.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; /*make it white now*/
    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; /*make it black now*/
    display: block;
    font-size: 14px;
    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: 700;
    text-decoration: none
}
.pkp_help_link:before{
    content: "\f05a";
    color: #00b24e;
    margin-right: 0.5em
}
.pkp_help_link:hover:before,.pkp_help_link:focus:before{
    color: #17ce67
}
.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: 13px;
    line-height: 20px
}
.pkp_uploadedFile_summary .filename .display{
    line-height: 20px
}
.pkp_uploadedFile_summary .filename .edit{
    line-height: 20px
}
.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{
    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{
    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
}
li.show{
    list-style: disc;
    margin-left: 1px
}
.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: #4b7d92;
    border-color: #4b7d92
}
.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 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: #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 [aria-expanded="true"] > ul{
    left: 0
}
 .pkp_nav_list [aria-expanded="true"]:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    width: 0;
    height: 0;
    color: #fff;
    border-bottom: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    vertical-align: middle;
    z-index: 1001
}
 .pkp_nav_list [aria-expanded="true"] .align_right > ul{
    left: auto;
    width: 10em;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%)
}
 @media (min-width: 480px){
     .pkp_nav_list [aria-expanded="true"].align_right > ul{
        right: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        width: 15em
    }
}
 .pkp_nav_list [aria-haspopup] a:first-child{
    margin-right: 0
}
 .pkp_nav_list [aria-haspopup] > a: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_nav_list ul [aria-haspopup] > a:after{
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent
}
 .pkp_nav_list [aria-expanded="true"] > a:after{
    opacity: 0
}
.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, .obj_article_details .citation_display form input[type="submit"], .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: 13px;
     line-height: 28px;
     font-weight: 700;
     color: #4b7d92 
}
 .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 #4b7d92;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    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_form fieldset{
    margin: 0 0 20px;
    padding: 0;
    border: none
}
.cmp_form legend{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    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: 13px;
    line-height: 20px;
    font-weight: 700;
    color: #fff
}
.cmp_form label{
    display: block;
    cursor: pointer
}
.cmp_form .label{
    display: block;
    font-size: 13px;
    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: 13px;
    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: 700;
    font-size: 13px;
    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: 13px;
    line-height: 30px;
    margin-left: 1em
}
@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: #1319ea
}
.ui-autocomplete:before{
    content: '';
    position: absolute;
    top: -5px;
    left: 1em;
    width: 0;
    height: 0;
    color: #1319ea;
    border-bottom: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    vertical-align: middle
}
.ui-autocomplete > li{
    padding: 5px;
    font-size: 13px;
    line-height: 20px;
    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: 13px;
    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: 13px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none
}
.cmp_edit_link:before{
    content: "\f040"
}
/* .cmp_search_filter{
     margin-bottom: 10px;
    font-size: 13px 
}
 .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;
    background: #ddd;
    border-left: 5px solid #4b7d92;
    font-size: 14px;
    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: 13px
}
.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: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 400
}
.cmp_back_link{
    margin-top: 20px
}
.cmp_announcements{
    margin-left: -10px;
    margin-right: -10px
}
.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%
}
body{
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff
}



/*judul artikel-----------------------*/
a{
    color: #00526A
}


/*judul artikel saat disorot----------------------*/
a:hover,a:focus{
    color: #E8531E /*#6298ae*/
}
 .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer{
     position: relative;
     width: 100%;
     margin: 0 auto;
     padding-left: 10px;
     padding-right: 10px 
}
 .pkp_site_name:before,.pkp_navigation_primary_wrapper:before,.pkp_navigation_user:before,.pkp_structure_content:before,.pkp_structure_footer:before,.pkp_site_name:after,.pkp_navigation_primary_wrapper:after,.pkp_navigation_user:after,.pkp_structure_content:after,.pkp_structure_footer:after{
    content: " ";
    display: table
}
.pkp_site_name:after,.pkp_navigation_primary_wrapper:after,.pkp_navigation_user:after,.pkp_structure_content:after,.pkp_structure_footer:after{
    clear: both
}
@media (min-width: 768px){
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_structure_content,.pkp_structure_footer{
        width: 728px;
        padding: 0
    }
}
@media (min-width: 992px){
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.pkp_structure_content,.pkp_structure_footer{
        width: 952px
    }
}
@media (min-width: 1200px){
    .pkp_site_name,.pkp_navigation_primary_wrapper,.pkp_navigation_user,.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-left: 10px;
    padding-right: 10px
}
.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: 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_content{
        padding-top: 30px
    }
    .pkp_structure_sidebar{
        float: right;
        width: 270px
    }
    .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
}
/*border garis bawah untuk header menu utama atas*/
.pkp_structure_head{
    background-color: #3B3D88;
    border-bottom: 1px solid #ddd
}
.pkp_head_wrapper{
    padding-top: 60px
}
@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: 0px;
    padding-bottom: 0px
}
.pkp_site_name > a:focus{
    outline: 0
}
.pkp_site_name .is_img{
    display: inline-block
}
.pkp_site_name .is_img:focus{
    box-shadow: 0 0 1px #fff
}
.pkp_site_name .is_img img{
    display: block;
    max-height: 80px;
    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
}
@media (min-width: 992px){
    .pkp_site_name{
        text-align: left
    }
}
.pkp_navigation_primary{
    text-align: center
}
.pkp_navigation_primary > li > a{
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: #fff
}
.pkp_navigation_primary > li > a:hover,.pkp_navigation_primary > li > a:focus{
    color: #fff;
    outline: 0;
    border-color: #fff
}
.pkp_navigation_primary > li:first-child a{
    margin-left: 0
}
.pkp_navigation_primary > li:last-child a{
    margin-right: 0
}
.pkp_navigation_primary [aria-haspopup] a:focus,.pkp_navigation_primary [aria-haspopup] a:hover{
    border-color: transparent
}
.pkp_navigation_primary ul{
    text-align: left
}
.pkp_navigation_primary ul a{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #4b7d92
}
.pkp_navigation_primary [aria-haspopup] ul a:focus,.pkp_navigation_primary [aria-haspopup] ul a:hover{
    border-color: #4b7d92
}
@media (min-width: 992px){
    .pkp_navigation_primary{
        display: inline-block;
        max-width: 80%;
        text-align: left
    }
}
.pkp_head_wrapper 
/* .pkp_search{
     display: block;
    padding: 10px 0;
    font-size: 13px;
    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: 0.5
}
@media (min-width: 992px){
    .pkp_head_wrapper .pkp_search{
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        min-width: 100px;
        padding: 0;
        font-size: 14px;
        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: 16px;
        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: 16px;
        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: #4b7d92
    }
    .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover,.pkp_head_wrapper .pkp_search.is_open .search_prompt:focus{
        border-bottom-color: #4b7d92
    }
    .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: #4b7d92
    }
    .pkp_head_wrapper .pkp_search.is_searching .search_prompt:hover,.pkp_head_wrapper .pkp_search.is_searching .search_prompt:focus{
        background: #fff;
        color: #6298ae
    }
    .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{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px
}
.pkp_navigation_user{
    text-align: right;
    font-size: 13px;
    padding-right: 20px
}
.pkp_navigation_user li{
    text-align: left
}
.pkp_navigation_user a{
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px
}
.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 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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}
.pkp_structure_main h2{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}
.pkp_structure_main h3{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}
.pkp_structure_main h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}
.pkp_structure_main h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400
}
.pkp_structure_main h6{
    font-size: 13px;
    line-height: 20px;
    font-weight: 700
}
.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: 13px;
    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: 16px;
        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: 14px;
    font-weight: 700
}
.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{
    margin-left: -10px;
    margin-right: -10px
}
@media (min-width: 480px){
    .pkp_page_index .homepage_image,.pkp_page_index .additional_content{
        margin-left: -20px;
        margin-right: -20px
    }
}
@media (min-width: 992px){
    .pkp_page_index .homepage_image,.pkp_page_index .additional_content{
        margin-left: -30px;
        margin-right: -30px
    }
}
.pkp_page_index .homepage_image img{
    display: block;
    width: 100%;
    height: auto
}
@media (min-width: 992px){
    .pkp_page_index .homepage_image{
        margin-top: -30px
    }
}
.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: 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: 13px
}
@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%;
        border-left: 1px solid #ddd
    }
    .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%;
        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: 30px;
        padding-right: 30px
    }
}
.pkp_page_index .current_issue .current_issue_title{
    margin: 20px 0;
    font-weight: 700
}
.pkp_page_index .current_issue .read_more{
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #4b7d92;
    text-decoration: none;
    margin-bottom: 20px
}
.pkp_page_index .current_issue .read_more:after{
    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: #6298ae
}
@media (min-width: 768px){
    .pkp_page_index .current_issue .section:last-child{
        margin-bottom: 0
    }
}
.pkp_page_index .additional_content{
    padding: 30px 10px 0 10px;
    border-top: 1px solid #ddd
}
@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 + .additional_content{
        border-top: none
    }
}
.page_contact .address,.page_contact .phone,.page_contact .email{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px
}
.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: 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: 13px;
    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: 13px;
    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: 13px;
    line-height: 30px;
    margin-right: 1em
}
.page_register .required_label{
    font-size: 13px;
    line-height: 20px;
    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: 13px;
    line-height: 20px
}
.page_register #formErrors{
    margin: 20px 0;
    padding: 10px;
    background: #ff4040;
    color: #fff
}
.page_register #formErrors .pkp_form_error{
    padding: 0px 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px
}
.page_register #formErrors .pkp_form_error_list{
    margin: 0;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px
}
.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: 18px;
    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{
    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: #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: 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: 13px;
    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: 18px;
        color: #00b24e
    }
}
.header_view{
    z-index: 2;
    position: relative;
    background: #6298ae;
}
.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: #6298ae;
    text-align: center
}
.header_view .return:before{
    content: "\f060"
}
.header_view .return:hover,.header_view .return:focus{
    background: #4b7d92;
    color: #fff
}
.header_view .title{
    display: block;
    padding-left: 40px;
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    color: #fff
}
.header_view .title:hover,.header_view .title:focus{
    background: #EA9EB5
}
.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: #4b7d92;
    color: #fff
}
.header_view .download:before{
    content: "\f019"
}
.header_view .download .label{
    display: none
}
@media (min-width: 768px){
    .header_view .title{
        font-size: 14px
    }
    .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
    }
}
#pdfCanvasContainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden
}
#pdfCanvasContainer iframe{
    width: 100%;
    height: 100%;
    padding-top: 30px;
    border: none
}
.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{
    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: 14px;
    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: 13px;
    line-height: 25px;
    color: rgba(0,0,0,0.54)
}
.obj_announcement_summary .date:before{
    content: "\f073";
    margin-right: 0.5em;
    font-size: 14px;
    color: #ddd
}
.obj_announcement_summary .summary{
    font-size: 13px;
    line-height: 20px;
    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: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #4b7d92;
    text-decoration: none
}
.obj_announcement_summary .read_more:after{
    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: #6298ae
}
.obj_article_details > .page_title{
    margin: 0
}
.obj_article_details > .subtitle{
    margin: 0;
    font-size: 18px;
    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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700
}
.obj_article_details .main_entry .sub_item .label{
    font-size: 14px
}
.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:before{
    content: url('//orcid.org/sites/default/files/images/orcid_16x16.png');
    display: inline-block;
    margin-right: 0.25em;
    height: 20px;
    vertical-align: middle
}
.obj_article_details .authors .affiliation{
    font-size: 13px;
    color: rgba(6, 4, 149, 0.8) /*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{
    padding-top: 0
}
.obj_article_details .item.doi .label{
    font-size: 13px
}
.obj_article_details .galleys_links li{
    display: inline-block
}
.obj_article_details .copyright{
    font-size: 13px;
    line-height: 20px
}
.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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(0,0,0,0.54)
}
.obj_article_details .citation_display .value{
    font-size: 12px
}
.obj_article_details .citation_display form textarea{
    max-width: 100%;
    max-height: 19em;
    white-space: nowrap
}
@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: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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700
}
.obj_article_summary > .title a{
    text-decoration: none
}
.obj_article_summary .meta{
    position: relative;
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px
}/*nomor artikel*/
.obj_article_summary .pages,.obj_article_summary .published{
    color: rgba(0,0,0,0.54)
}
.obj_article_summary .galleys_links{
    margin-top: 10px
}
@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%;
        margin-right: 20px
    }
    .obj_article_summary .cover img{
        height: auto;
        max-height: none
    }
}
@media (min-width: 992px){
    .obj_article_summary .cover{
        margin-right: 30px;
        margin-bottom: 30px
    }
}
.obj_galley_link:before{
    content: "\f0f6";
    margin-right: 0.25em
}
.obj_galley_link.pdf:before{
    content: "\f1c1"
}
.obj_galley_link.restricted{
    border-color: #fff;
    color: rgba(0,0,0,0.54)
}
.obj_galley_link.restricted:hover,.obj_galley_link.restricted:focus{
    background: #fff;
    color: rgba(0,0,0,0.87)
}
.obj_galley_link.restricted:before{
    content: "\f023";
    color: #d00a6c
}
.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: "Montserrat", -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: 5px;
    color: rgba(0,0,0,0.54)
}
.obj_issue_summary .description{
    font-size: 13px;
    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
    }
}
.obj_issue_toc h3{
    display: inline-block;
    margin-top: 40px;
    border-bottom: 2px solid rgba(0,0,0,0.87);
    font-size: 14px;
    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: 700
}
.obj_issue_toc .published{
    margin: 20px 0
}
.obj_issue_toc .published .label{
    font-weight: 700
}
.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 .articles > li{
    margin-bottom: 30px
}
.obj_issue_toc .articles > li:before,.obj_issue_toc .articles > li:after{
    content: " ";
    display: table
}
.obj_issue_toc .articles > li:after{
    clear: both
}
.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: 30px -20px;
        padding: 30px;
        border-top: 1px solid #ddd
    }
    .obj_issue_toc .galleys h2,.obj_issue_toc .section h2{
        position: absolute;
        top: -15px;
        left: 15px;
        margin-top: 0;
        padding: 0 15px;
        background: #fff;
        font-size: 16px;
        font-weight: 400;
        color: rgba(0,0,0,0.54)
    }
}
@media (min-width: 992px){
    .obj_issue_toc .galleys,.obj_issue_toc .section{
        margin: 30px -30px
    }
    .obj_issue_toc .cover{
        margin-right: 30px;
        margin-bottom: 30px
    }
    .obj_issue_toc .cover img{
        max-height: none
    }
}
.pkp_block{
    padding: 30px 20px;
    font-size: 14px;
    line-height: 20px
}
.pkp_block .title{
    display: block;
    margin-bottom: 10px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0,0,0,0.54)
}
.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: 13px
}
.pkp_structure_footer_wrapper{
    background: #ddd
}
.pkp_structure_footer{
    text-align: center
}
.pkp_footer_content{
    padding: 30px;
    text-align: left
}
.pkp_brand_footer{
    padding: 10px;
    text-align: center
}
.pkp_brand_footer a{
    display: block;
    max-width: 300px;
    margin: 0 auto
}
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{
    left: auto;
    right: -9999px;
    text-align: right
}
body[dir="rtl"] .pkp_navigation_primary [aria-expanded="true"] > ul{
    right: 0;
    left: auto
}
body[dir="rtl"] .pkp_navigation_user{
    text-align: left
}
body[dir="rtl"] .pkp_navigation_user li{
    text-align: right
}
body[dir="rtl"] .pkp_navigation_user ul{
    left: auto;
    right: -9999px
}
body[dir="rtl"] .pkp_navigation_user [aria-expanded="true"] > ul{
    right: auto;
    left: 0
}
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: 15px
    }
    body[dir="rtl"] .obj_issue_toc .cover{
        float: right;
        margin-right: inherit;
        margin-left: 20px
    }
}
@media (min-width: 992px){
    body[dir="rtl"] .obj_issue_toc .cover{
        margin-right: inherit;
        margin-left: 30px
    }
}
@media (min-width: 768px){
    body[dir="rtl"] .obj_issue_summary .cover{
        float: right;
        margin-right: inherit;
        margin-left: 20px
    }
}
@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: 15px
    }
    body[dir="rtl"] .cover{
        float: right;
        margin-right: inherit;
        margin-left: 20px
    }
}
@media (min-width: 992px){
    body[dir="rtl"] .cover{
        margin-right: inherit;
        margin-left: 30px
    }
}
body{
    background: #ddd
}
.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: 30px;
        margin-bottom: 30px
    }
}
.pkp_structure_footer_wrapper{
    background: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid #1319ea
}
.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: auto;
        margin-right: auto;
        margin-top: 40px
    }
    .pkp_structure_main:first-child:last-child:before{
        left: 150px
    }
    .pkp_structure_main:first-child:last-child:after{
        left: auto;
        right: 150px
    }
}
/*tombol PDF artikel*/
.cmp_manuscript_button,.block_make_submission a,.obj_galley_link{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #3B3D88; /*#32CD32(Green);/*#EA9EB5;(pink)*/
    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: #f2b137 /*warna sorot tombol PDF jadi kuning emas*/
}
.cmp_breadcrumbs{
    padding: 30px 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.54); /*header menu atas*/
    text-transform: uppercase
}
.cmp_breadcrumbs > ol{
    padding: 0;
    margin: 0
}
.cmp_breadcrumbs .current{
    text-transform: none
}
.cmp_breadcrumbs .current h1{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.cmp_breadcrumbs .separator{
    padding: 0 .1em;
    opacity: 0.3
}
.cmp_pagination{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.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: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 700
}
.cmp_announcements .read_more{
    text-transform: uppercase
}
.cmp_announcements .date{
    font-weight: 400
}
.cmp_announcements .date:before{
    color: #f2b137
}
.pkp_head_wrapper,.has_site_logo .pkp_head_wrapper{
    position: relative;
    padding-top: 0
}
.pkp_site_name_wrapper,.pkp_navigation_primary_row{
    padding-left: 30px;
    padding-right: 30px
}
.pkp_site_name{
    padding-top: 15px;
    padding-bottom: 15px
}
.pkp_site_name .is_text{
    font-size: 18px;
    text-transform: uppercase
}
@media (min-width: 992px){
    .pkp_site_name{
        width: 75%;
        margin-left: 0
    }
}
.pkp_navigation_primary_row{
    background: #fff
}
.pkp_navigation_primary_wrapper{
    width: auto
}
#navigationPrimary a{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    font-weight: 700;
    text-transform: uppercase
}
/*HeaderKu*/
#navigationPrimary a:hover,#navigationPrimary a:focus{
    color: #eb7a34
}
#navigationPrimary > li > a{
    padding-bottom: 6px;
    border-bottom-width: 4px
}
#navigationPrimary > li > a:hover,#navigationPrimary > li > a:focus{
    border-color: #eb7a34
}
#navigationPrimary > [aria-haspopup] > a:hover,#navigationPrimary > [aria-haspopup] > a:focus{
    border-color: transparent
}
#navigationPrimary ul{
    background: #eb7a34;
}
#navigationPrimary ul a{
    color: #fff
}
#navigationPrimary ul a:hover,#navigationPrimary ul a:focus{
    border-color: transparent
}
/*Header*/
#navigationPrimary [aria-expanded="true"]:before{
    border-bottom-color: #EA9EB5
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt{
    padding-bottom: 10px;
    border-bottom: none;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    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: #f2b137
}
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:hover,.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before:focus{
    color: #f2b137
}
.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: #f2b137;
    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
}
.pkp_navigation_user_wrapper a{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    font-weight: 700
}
/*HeaderKu*/
.pkp_navigation_user_wrapper ul a:hover,.pkp_navigation_user_wrapper ul a:focus{
    border-color: #EA9EB5
}
@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: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #f2b137;
    font-weight: 700;
    text-transform: uppercase
}
.pkp_page_index .homepage_image{
    margin-top: -1px
}
.pkp_page_index .cmp_announcements{
    border: none
}
@media (min-width: 768px){
    .pkp_page_index .cmp_announcements > .more:before,.pkp_page_index .cmp_announcements > .obj_announcement_summary:before{
        display: none
    }
}
@media (min-width: 992px){
    .pkp_page_index .cmp_announcements h2 + .obj_announcement_summary,.pkp_page_index .cmp_announcements .more{
        padding-top: 80px;
        padding-bottom: 80px
    }
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px
    }
    .pkp_page_index .cmp_announcements .more .obj_announcement_summary:last-child{
        margin-bottom: 0
    }
}
@media (min-width: 1200px){
    .pkp_page_index .cmp_announcements{
        border-bottom: 1px solid #ddd
    }
    .pkp_page_index .cmp_announcements > .more:before,.pkp_page_index .cmp_announcements > .obj_announcement_summary:before{
        display: block
    }
}
.pkp_page_index .current_issue h2{
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #f2b137;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0,0,0,0.54)
}
.pkp_page_index .current_issue .current_issue_title{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px
}
.pkp_page_index .current_issue .sections{
    margin-top: 20px
}
.pkp_page_index .current_issue .read_more{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
.pkp_structure_main:first-child:last-child .cmp_announcements{
    border-bottom: none
}
.pkp_structure_main:first-child:last-child .cmp_announcements > .more:before,.pkp_structure_main:first-child:last-child .cmp_announcements > .obj_announcement_summary:before{
    display: none
}
.pkp_structure_main:first-child:last-child .additional_content{
    border-top: none
}
.page_announcement{
    margin-top: 30px
}
.page_issue_archive .issues_archive,.page_issue_archive .issues_archive > li{
    border: none
}
.page_search .search_advanced{
    margin-top: 10px
}
.page_search .search_advanced legend{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase
}
/*HeaderKu*/
.header_view{
    background: #EA9EB5; /*abu2 semi hitam*/
    color: #fff
}
.header_view .title{
    color: #fff
}

/*HeaderKu*/
.header_view .title:hover,.header_view .title:focus{
    background: #EA9EB5;/*abu2 semi hitam*/
    color: #fff;
    text-decoration: underline
}
.obj_issue_toc .heading .pub_id,.obj_issue_toc .heading .published{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px
}
.obj_issue_toc .heading .pub_id .type,.obj_issue_toc .heading .published .label{
    font-weight: 700;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase
}
.obj_issue_toc .heading .pub_id .id,.obj_issue_toc .heading .published .value{
    margin-left: 0.5em
}
.obj_issue_toc .heading .pub_id .id a{
    color: rgba(0,0,0,0.87);
    text-decoration: none
}
.obj_issue_toc .heading .pub_id .id a:hover,.obj_issue_toc .heading .pub_id .id a:focus{
    color: #6298ae;
    text-decoration: underline
}
.obj_issue_toc > .galleys,.obj_issue_toc .section{
    margin: 0;
    padding: 0;
    border: none
}
.obj_issue_toc > .galleys h2,.obj_issue_toc .section h2{
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #f2b137;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700
}
.obj_issue_toc .galleys_links li{
    margin-bottom: 0.5em
}
.obj_issue_toc .pages{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.obj_issue_toc .cover img{
    margin-left: auto;
    margin-right: auto
}
.obj_issue_summary .series{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.obj_galley_link.restricted{
    border-color: #ddd;
    background: #ddd;
    color: rgba(0,0,0,0.54)
}
.obj_galley_link.restricted:hover,.obj_galley_link.restricted:focus{
    background: #ddd; /* abu muda*/
    color: rgba(0,0,0,0.54)
}
.obj_galley_link.restricted:before{
    color: rgba(0,0,0,0.54)
}
.obj_article_details .subtitle{
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.obj_article_details .authors,.obj_article_details .doi{
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif
}
.obj_article_details .orcid a,.obj_article_details .doi a{
    color: rgba(0,0,0,0.87);
    text-decoration: none
}
.obj_article_details .orcid a:hover,.obj_article_details .doi a:hover,.obj_article_details .orcid a:focus,.obj_article_details .doi a:focus{
    color: #4b7d92;
    text-decoration: underline
}
.obj_article_details .orcid a{
    font-size: 10px;
    color: rgba(0,0,0,0.54)
}
.obj_article_details .authors li{
    margin-bottom: 20px
}
.obj_article_details .main_entry .label{
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #f2b137;
    color: rgba(0,0,0,0.54);
    text-transform: uppercase
}
.obj_article_details .main_entry .doi .label{
    display: inline;
    padding: 0;
    border: none;
    text-transform: none
}
.obj_article_details .row,.obj_article_details .main_entry,.obj_article_details .entry_details{
    border: none
}
.obj_article_details .author_bios .sub_item .label{
    border-bottom: none;
    text-transform: none
}
.obj_article_details .entry_details{
    margin-left: 0;
    margin-right: 0
}
.obj_article_details .entry_details .label{
    font-weight: 700;
    text-transform: uppercase
}
.obj_article_details .entry_details .item{
    margin: 30px 0;
    padding: 0;
    border-bottom: none;
    border-radius: 3px;
    background: rgba(0,0,0,0.05);
    box-shadow: 0 0 1px rgba(0,0,0,0.4)
}
.obj_article_details .entry_details .item .label + .value{
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.obj_article_details .entry_details .sub_item{
    padding: 0;
    margin-bottom: 0
}
.obj_article_details .entry_details .sub_item:last-child{
    margin-bottom: 0
}
.obj_article_details .entry_details .sub_item .label{
    color: rgba(0,0,0,0.54)
}
.obj_article_details .entry_details .item > .label,.obj_article_details .entry_details .sub_item:first-child > .label{
    padding: .5em 20px;
    background: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.obj_article_details .entry_details .item > .value,.obj_article_details .entry_details .sub_item .value{
    padding: 20px;
    border-radius: 3px
}
.obj_article_details .entry_details .sub_item:not(:first-child) .label{
    display: inline-block;
    padding: .5em 0;
    margin: 0 20px;
    border-bottom: 3px solid #f2b137
}
.obj_article_details .entry_details .cover_image{
    background: transparent;
    box-shadow: none
}
.obj_article_details .entry_details .cover_image img{
    display: block;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto
}
.obj_article_details .entry_details .item.galleys{
    box-shadow: none
}
.obj_article_details .entry_details .item.galleys .galleys_links{
    padding: 0
}
.obj_article_details .entry_details .galleys_links > li{
    display: block;
    margin-bottom: 0.5em
}
.obj_article_details .entry_details .galleys_links > li:last-child{
    margin-bottom: 0
}
.obj_article_details .entry_details .galleys_links > li a{
    display: block
}
.obj_article_details .entry_details .citation_display{
    margin-bottom: 0
}
.obj_article_details .entry_details .item.copyright{
    background: transparent;
    box-shadow: none
}
@media (min-width: 768px){
    .obj_article_details .entry_details{
        width: 240px;
        margin-left: 30px
    }
}
 .journals ul .body .description a {
    display: inline;
}

/*footerku*/
 .pkp_structure_footer .pkp_footer_content {
    background: #3B3D88;
     padding: 15px !important;
}
 .pkp_structure_footer .pkp_footer_content p {
    margin: 0
}
 .pkp_structure_footer .pkp_brand_footer {
    background: #3B3D88;
     height: auto !important;
     padding: 15px;
}
/*footer ku-#092149*/
 .pkp_structure_footer .pkp_brand_footer img {
    width: 48px !important;
     height: auto;
}
/*tulisan creative common*/
 .pkp_structure_footer .pkp_footer_content a {
    color: #FFFFFF
}
 html, body, * {
    font-family: Calibri, helvetica, arial !important
}
 .pkp_site_name {
    padding-top: 0 !important;
     padding-bottom: 0 !important
}
 .pkp_site_name > a {
    padding-top: 0;
     padding-bottom: 0;
}
 .pkp_site_name .is_img img {
    max-height: 200px !important;
}
 .pkp_site_name_wrapper {
    padding-left: 0;
     padding-right: 0;
}
 .pkp_navigation_user_wrapper {
    top: 0;
     right: 0;
     padding-right:30px;
}
 .pkp_navigation_user_wrapper .pkp_navigation_user {
    font-family: Calibri, helvetica, arial !important;
     font-weight: normal;
}
/*#C71585(Ping)-Menu Register dan Login-Ku*/
 .pkp_navigation_user_wrapper .pkp_navigation_user > li.profile {
     font-family: Calibri, helvetica, arial !important;
     background: #CF7F0E; /*#F8BE00;/*#32CD32;*/
}
/*Green-Login-Ku*/
 .pkp_navigation_user_wrapper .pkp_navigation_user > li.profile > a {
     font-family: Calibri, helvetica, arial !important;
     font-weight: normal !important;
     padding-right: 10px;
     box-shadow: 0 0 10px rgba(0,0,0,.5)
}
 .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: Calibri, helvetica, arial !important;
     font-weight: normal !important;
}
/*OK-header Menu Utama Atas-Ku*/
 .pkp_navigation_primary_row {
    background: #3B3D88 /*#EA9EB5*/ !important;
}
/*OK-header Menu Utama Atas*/
 .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;
}
/*SubmenuItem Menu Utama*/ .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li,  .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a {
    font-family:Calibri, helvetica, arial !important;
     color: #f2f2f2 !important;
     font-weight: normal !important
}
/*warna sorot untuk menu utama atas*/
 .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li a:hover {
    background: #CF7F0E /*(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;
}
/*latar belakang submenu utama header atas*/
 .pkp_navigation_primary_row .pkp_navigation_primary_wrapper ul li ul {
     background: #3B3D88 !important /*latar belakang submenu utama header atas*/
}
 .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 .pkp_search .search_controls a.headerSearchPrompt.search_prompt {
    font-family: Calibri, helvetica, arial !important;
     color: #FFFFFF !important
}
 .pkp_navigation_primary_row .pkp_navigation_primary_wrapper .pkp_search.is_open input[type=text] {
    font-family: Calibri, helvetica, arial !important;
}
 .pkp_structure_page {
    margin-top: 0 !important;
     margin-bottom:0 !important;
     padding-bottom: 0 !important;
}
 .pkp_structure_sidebar .pkp_block .title {
    font-family: Calibri, helvetica, arial !important;
}
 h1,h2,h3,h4,h5,h6 {
    font-family: Calibri, helvetica, arial !important;
}
 .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;
}
/*#092149-#C71585(green)*/
 #customblock-Sidebar_menu.pkp_block ul li {
    background: #C71585 !important;
     border-bottom: solid 1px rgba(255,255,255,.4)
}
 #customblock-Sidebar_menu.pkp_block ul li:last-child {
    border-bottom: none
}
/*#C71585-garis Bar Header Utama*/
 #customblock-Sidebar_menu.pkp_block ul li a {
    background: #C71585 !important;
     display: block;
     line-height: 40px;
     padding: 0 10px 0 20px;
     color: #C71585;
}
/*#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: #092149;
     line-height: 40px;
     font-family : Calibri, helvetica, arial !important;
     color: #FFFFFF
}
 .pkp_block.block_make_submission .content a:hover {
     background: rgba(0,0,0,0.25) !important;
     color: #333333
}
 .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;
}
 .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;
}
 .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;
}

/*kotak artikel*/
 .obj_issue_toc .articles > li {
     margin-bottom: 60px;
     border-bottom: solid Dark orange;
    /*background-color: moccasin;
    */
     background-color: #15C39A/*#3B3D88 *//*rgb(234,158,181)*/ !important; /*rgba(160, 214, 180)*/
    /*Equiv mocassin ma con trasparenza*/
     padding: 1rem;
     border-radius: 2rem 2rem 2rem 2rem;
     box-shadow: .4rem .4rem .2rem #fffcfc;
}
 .pkp_site_name .is_img img {
     max-height: 100% !important;
}
 .pkp_site_name {
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}
 .galleys > h2:nth-child(1){
     border-bottom: none !important;
}
 .pkp_structure_content {
     background: transparent url repeat scroll 0% 0% !important;
}
 .pkp_structure_page{
     margin-top: 0px !important;
}
/*iframe Facebook plugin*/
 ._5pat {
     background-color: blue !important;
}
 .pkp_nav_list ul {
     margin: 0px -55px !important;
}
 .description {
     text-align: justify;
}
 @media(max-width: 1199px){
     .pkp_site_name_wrapper,.pkp_navigation_primary_row {
        padding-left: 0px !important;
    }
     .pkp_site_name {
        padding-left: 0px !important;
    }
     .pkp_navigation_primary {
        padding: 0px 1rem !important;
    }
}
 .abstract > p {
     text-align: justify;
}
 .ce-banner{
     font-family: fantasy;
     background-color: white;
     padding: 1rem;
     color: white;
    /*border-radius: .5rem;
    */
     z-index: 9999;
     position: fixed;
     top: 0px;
     left: 0px;
}
 a.ce-accept:link{
     color: white;
     text-decoration: none;
}
 .ce-accept{
     background-color: #993333;
     padding: .5rem;
     border-radius: .25rem;
     color: black;
     font-style: normal;
     float: right;
     margin: .5rem 1rem .5rem .5rem;
}
 #orcid-id-logo {
     display: inline-block;
     width: 1.4em;
     height: 1.4em;
     margin-right: 0.5em;
     vertical-align: middle;
}
 .orcid_icon {
     display: inline-block;
     margin-right: 0.25em;
     width: 24px;
     height: 24px;
     vertical-align: middle;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 400;
     src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v12/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Montserrat';
     font-style: normal;
     font-weight: 700;
     src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v12/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImZzC7TMQ.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImbjC7TMQ.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImZjC7TMQ.woff2) format('woff2');
     unicode-range: U+1F00-1FFF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImaTC7TMQ.woff2) format('woff2');
     unicode-range: U+0370-03FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImZTC7TMQ.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImZDC7TMQ.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 400;
     src: local('Noto Serif Italic'), local('NotoSerif-Italic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Kaw1J5X9T9RW6j9bNfFImajC7.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufuVMCoY.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWud-VMCoY.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuf-VMCoY.woff2) format('woff2');
     unicode-range: U+1F00-1FFF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWucOVMCoY.woff2) format('woff2');
     unicode-range: U+0370-03FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufOVMCoY.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWufeVMCoY.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: italic;
     font-weight: 700;
     src: local('Noto Serif Bold Italic'), local('NotoSerif-BoldItalic'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Vaw1J5X9T9RW6j9bNfFIu0RWuc-VM.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFoWaCi_.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFMWaCi_.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFsWaCi_.woff2) format('woff2');
     unicode-range: U+1F00-1FFF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFQWaCi_.woff2) format('woff2');
     unicode-range: U+0370-03FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFgWaCi_.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFkWaCi_.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 400;
     src: local('Noto Serif'), local('NotoSerif'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Iaw1J5X9T9RW6j9bNfFcWaA.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfRqecf1I.woff2) format('woff2');
     unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfROecf1I.woff2) format('woff2');
     unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfRuecf1I.woff2) format('woff2');
     unicode-range: U+1F00-1FFF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfRSecf1I.woff2) format('woff2');
     unicode-range: U+0370-03FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfRiecf1I.woff2) format('woff2');
     unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfRmecf1I.woff2) format('woff2');
     unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
 @font-face {
     font-family: 'Noto Serif';
     font-style: normal;
     font-weight: 700;
     src: local('Noto Serif Bold'), local('NotoSerif-Bold'), url(https://fonts.gstatic.com/s/notoserif/v6/ga6Law1J5X9T9RW6j9bNdOwzfReecQ.woff2) format('woff2');
     unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 #connect-orcid-button {
     margin-top: 2em;
     margin-bottom: 2em;
}
 #mc_embed_signup form {
    display:block;
     position:relative;
     text-align:left;
     padding:10px 0 10px 3%
}
 #mc_embed_signup h2 {
    font-weight:bold;
     padding:0;
     margin:15px 0;
     font-size:1.4em;
}
 #mc_embed_signup input {
    border: 1px solid #ABB0B2;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
}
 #mc_embed_signup input[type=checkbox]{
    -webkit-appearance:checkbox;
}
 #mc_embed_signup input[type=radio]{
    -webkit-appearance:radio;
}
 #mc_embed_signup input:focus {
    border-color:#333;
}
 #mc_embed_signup .button {
    clear:both;
     background-color: #aaa;
     border: 0 none;
     border-radius:4px;
     transition: all 0.23s ease-in-out 0s;
     color: #FFFFFF;
     cursor: pointer;
     display: inline-block;
     font-size:15px;
     font-weight: normal;
     height: 32px;
     line-height: 32px;
     margin: 0 5px 10px 0;
     padding: 0 22px;
     text-align: center;
     text-decoration: none;
     vertical-align: top;
     white-space: nowrap;
     width: auto;
}
 #mc_embed_signup .button:hover {
    background-color:#777;
}
 #mc_embed_signup .small-meta {
    font-size: 11px;
}
 #mc_embed_signup .nowrap {
    white-space:nowrap;
}
 #mc_embed_signup .mc-field-group {
    clear:left;
     position:relative;
     width:96%;
     padding-bottom:3%;
     min-height:50px;
}
 #mc_embed_signup .size1of2 {
    clear:none;
     float:left;
     display:inline-block;
     width:46%;
     margin-right:4%;
}
 * html #mc_embed_signup .size1of2 {
    margin-right:2%;
}
 #mc_embed_signup .mc-field-group label {
    display:block;
     margin-bottom:3px;
}
 #mc_embed_signup .mc-field-group input {
    display:block;
     width:100%;
     padding:8px 0;
     text-indent:2%;
}
 #mc_embed_signup .mc-field-group select {
    display:inline-block;
     width:99%;
     padding:5px 0;
     margin-bottom:2px;
}
 #mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{
    padding:5px 0;
}
 #mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{
    display:inline;
     width:60px;
     margin:0 2px;
     letter-spacing:1px;
     text-align:center;
     padding:5px 0 2px 0;
}
 #mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{
    width:40px;
}
 #mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{
    width:30px;
}
 #mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{
    display:none;
}
 #mc_embed_signup .indicates-required {
    text-align:right;
     font-size:11px;
     margin-right:4%;
}
 #mc_embed_signup .asterisk {
    color:#e85c41;
     font-size:150%;
     font-weight:normal;
     position:relative;
     top:5px;
}
 #mc_embed_signup .clear {
    clear:both;
}
 #mc_embed_signup .mc-field-group.input-group ul {
    margin:0;
     padding:5px 0;
     list-style:none;
}
 #mc_embed_signup .mc-field-group.input-group ul li {
    display:block;
     padding:3px 0;
     margin:0;
}
 #mc_embed_signup .mc-field-group.input-group label {
    display:inline;
}
 #mc_embed_signup .mc-field-group.input-group input {
    display:inline;
     width:auto;
     border:none;
}
 #mc_embed_signup div#mce-responses {
    float:left;
     top:-1.4em;
     padding:0em .5em 0em .5em;
     overflow:hidden;
     width:90%;
     margin: 0 5%;
     clear: both;
}
 #mc_embed_signup div.response {
    margin:1em 0;
     padding:1em .5em .5em 0;
     font-weight:bold;
     float:left;
     top:-1.5em;
     z-index:1;
     width:80%;
}
 #mc_embed_signup #mce-error-response {
    display:none;
}
 #mc_embed_signup #mce-success-response {
    color:#529214;
     display:none;
}
 #mc_embed_signup label.error {
    display:block;
     float:none;
     width:auto;
     margin-left:1.05em;
     text-align:left;
     padding:.5em 0;
}
 #mc-embedded-subscribe {
    clear:both;
     width:auto;
     display:block;
     margin:1em 0 1em 5%;
}
 #mc_embed_signup #num-subscribers {
    font-size:1.1em;
}
 #mc_embed_signup #num-subscribers span {
    padding:.5em;
     border:1px solid #ccc;
     margin-right:.5em;
     font-weight:bold;
}
 #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    display:inline-block;
     margin:2px 0 1em 0;
     padding:5px 10px;
     background-color:rgba(255,255,255,0.85);
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     font-size:14px;
     font-weight:normal;
     z-index:1;
     color:#e85c41;
}
 #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border:2px solid #e85c41;
}
