<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 * OJS3-Styles
 * ------------------
 * These styles are based on the Standard-Theme by OJS
 * Author: Thomas Jung // jung.digital
 *
 */


/* OJS3-RESETS */
a:link { color: #808F27; text-decoration: none; }
a:visited { color: #808F27; }
a:hover { background: transparent; color: #B2C730; text-decoration: none; }
/* .pkp_structure_content a:hover, .page_search .submit button:after { background: #5C873F; } */
.pkp_navigation_primary ul a, .pkp_head_wrapper .pkp_search.is_open .search_prompt, .obj_announcement_summary .read_more, .pkp_page_index .current_issue .read_more { color: #495A5A; }
.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus,.pkp_page_index .current_issue .read_more:hover { color: #808F27; }
.cmp_notification, .pkp_navigation_primary [aria-haspopup] ul a:focus, .pkp_navigation_primary [aria-haspopup] ul a:hover { border-color: #808F27; }
.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus { border-bottom-color: #808F27; }
.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"], .cmp_button_wire { border-color: #808F27; border-radius: 0; border-bottom-width: 2px; background: #fff; box-shadow: none; color: #808F27 }
.cmp_button:hover, .cmp_form .buttons button:hover, .pkp_head_wrapper .pkp_search button:hover, .page_lost_password .buttons button:hover, .page_search .submit button:hover, .obj_article_details .citation_display form input[type="submit"]:hover, .block_make_submission a:hover, .cmp_button_wire:hover, .obj_galley_link:hover { background: #808F27; color: #fff; }
.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 { border-radius: 0; }
.page_search .search_advanced { background: #efefef; }
.page_search .search_advanced legend { font-size: 12px; text-transform: uppercase; display: none; }
.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 { font-size: 20px; font-weight: 200; color: #999; }


/* Reverse homepage elements to pull journal description and image to top */
.page_index_journal {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0px;
}
.page_index_journal .homepage_image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    display: none;
}
.pkp_page_index .current_issue .current_issue_title {
    margin: 5px 0;
    font-weight: 300;
    font-size: 20px;
}
.pkp_page_index .additional_content {
    padding-top: 0;
    border-top: 0 none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.pkp_page_index .additional_content h2 {
    margin-top: 10px;
}

/* Typography */

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.obj_issue_summary .title,
.obj_article_summary &gt; .title,
.pkp_block.block_custom h2 {
    font-family: "Open Sans", sans-serif;
}
.pkp_structure_main h1 {
    color: #495A5A;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.1;
}
.pkp_structure_main h2 {
    color: #495A5A;
    font-size: 33px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.1;
    margin-top: 30px;
}
.pkp_structure_main p {
    color: #585858;
    font-family: "Open sans", sans-serif;
    font-size: 15px;
    margin: 20px 0;
    line-height: 22px;
    text-align: justify;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.pkp_navigation_user a {
    font-size: 11px;
    text-transform: uppercase;
    color: #585858;
}
.pkp_navigation_user &gt; li &gt; a,
.pkp_navigation_user &gt; li.in_focus &gt; a,
.pkp_navigation_user &gt; li &gt; a:hover,
.pkp_navigation_user &gt; li &gt; a:focus {
    color: #585858;
}
.pkp_navigation_user a:hover {
    text-decoration: underline;
}

.block_make_submission a {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

/* General */

body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #777777;
    -webkit-font-smoothing: antialiased;
}


/* header styling */
.pkp_structure_head {
    background-color: #fffffe;
    /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMUlEQVR4AWNAAyxArAXExlCahRh5FooMAREUGQIiKDIERFBiCHkBhwYG3pDRdDCaDgA6XBHhI0W3yQAAAABJRU5ErkJggg==');*/
    /*background-size: 8px auto;*/
    border-bottom: 1px solid #dddddd;
}
.pkp_structure_head:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background: #fffffe; /* #999 */
    content: " ";
}
.pkp_navigation_user_wrapper {
  /*  background-color: #fffffe;  #3D4D4D */
    color: #585858;
}

.pkp_head_wrapper {
    padding-top: 30px;
}
.pkp_navigation_primary_wrapper {
    background: #fffffe;
}
.pkp_navigation_primary &gt; li:first-child a {
    margin: 0 0.5em 0 0;
}
.pkp_navigation_primary &gt; li &gt; a {
    margin: 0 0.5em 0 0;
}
.pkp_site_name .is_img {
    margin-bottom: 0px;
}
.pkp_site_name .is_img img {
    background: #FFFFFF;
}
.pkp_site_name &gt; a {
    padding-bottom: 0px;
}


/* adjust navigation to lighter background */
.pkp_navigation_primary &gt; li &gt; a,
.pkp_head_wrapper .pkp_search .search_prompt {
    color: #3D4D4D;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}
.pkp_navigation_primary &gt; li &gt; a:hover,
.pkp_navigation_primary &gt; li &gt; a:focus,
.pkp_head_wrapper .pkp_search .search_prompt:hover,
.pkp_head_wrapper .pkp_search .search_prompt:focus {
    color: #B2C730;
    border-color: #B2C730;
    text-decoration: none;
}
.pkp_head_wrapper .pkp_search input[name="query"] {
    line-height: 2;
    border: 1px solid #e6e6e6;
}
.pkp_head_wrapper .pkp_search button {
    width: auto;
}

/* Try to create similar appearance on content area to the old OJS */
.pkp_structure_content {
    margin-top: 4rem;
    padding-top: 0;
   /* background: #fff; */
}

body {
    background: #FFFFFF; /* #ededed */
/*    background-size: 8px; */
}


a.obj_galley_link {
    background: #E6E6E6; /* #B2C730 #5C873F  #495A5A */
    border: none;
    color: #585858;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
a.obj_galley_link:hover {
    background: #DCDCDC;  /* #5C873F */
    border-color: #808F27;  /* #5C873F */
    color: #585858;
    text-decoration: none;
}
.pkp_block.block_custom {
    padding: 10px 30px;
}
.pkp_block .content ul li {
    line-height: 1.2;
    border-bottom: 1px solid #ddd;
}
.pkp_block .content ul li a {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.pkp_block .content ul li a:hover {
    color: #B2C730;
    text-decoration: none;
}
.pkp_block.block_custom h2 {
    font-size: 25px;
    font-weight: 300;
    color: #495A5A;

}
#content {
    border-top: 0px;
}
.obj_article_summary &gt; .title {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #585858;
}
.obj_article_summary &gt; .title a {
    color: #585858;
}
.obj_article_summary &gt; .title a:hover {
    color: #B2C730;
    text-decoration: none;
}
.obj_issue_summary .title,
.pkp_structure_main h3 {
    color: #495A5A;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.2;
}
.obj_issue_summary .title {
padding-left: 36px;
}
.pkp_structure_main h3 {
    margin-bottom: 30px;
}
.obj_issue_summary .description {
    margin-top: 10px;
}
.obj_article_summary .galleys_links {
    margin-top: 20px;
}
.obj_issue_toc .description {
    margin-top: 15px;
    display: none;
}
.obj_issue_toc .section {
  padding-top: 0px;
}
.obj_issue_toc .articles li {
  margin-bottom: 15px;
}
.obj_issue_toc .section h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  top: -21px;
}
.obj_issue_toc .published {
    margin: 0;
    font-size: 14px;
}
.obj_issue_toc .published .label {
    font-weight: normal;
    font-size: 14px;
}
.obj_issue_toc .pub_id .type {
    font-weight: normal;
}
.obj_article_details .page_title {
    margin-top: 30px;
}
.obj_article_details .authors .name {
    color: #495A5A;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
.obj_article_details .authors .affiliation {
    color: #AAAAAA;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    }
.obj_article_details .main_entry .item .label {
    font-family: "Open sans", sans-serif;
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.obj_article_details .item.doi .label {
  font-size: 14px;
}
.obj_article_details .entry_details .item .label {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #495A5A;
  -webkit-font-smoothing: antialiased;
}
.entry_details .value a.title {
    text-decoration: none;
}
.entry_details .value {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
.obj_issue_toc .pub_id {
  margin: 20px 10px 0 0;
}
.obj_issue_toc .pub_id .id a {
    text-decoration: none;
    font-size: 14px;
}
.obj_issue_toc .pub_id .id a:hover {
  text-decoration: none;
}
.obj_article_details .item.doi {
  /*  display: none; */
  margin: 20px 10px 0 0;
  font-size: 13px;
}
.obj_article_details .item.doi a {
  text-decoration: none;
  font-size: 13px;
}
.obj_article_details .item.doi a:hover {
  text-decoration: none;
}
.obj_article_details .subtitle {
  margin-top: 20px;
  font-style: italic;
  line-height: 1.3;
  font-weight: 300;
}
.obj_article_details .title .subtitle {
  display: none;
}
.item.abstract p {
    margin-bottom: 30px;
}
.item.abstract br {
    display: none;
}
#authorDetails li {
    color: #585858;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
}
#authorDetails li em {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
}
#authorDetails li em a {
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
#authorDetails li a.file:first-of-type {
    background: #E6E6E6;
}
#authorDetails li a.file {
    background: #E6E6E6;
    border: none;
    border-radius: 3px;
    color: #585858;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    margin-top: 5px;
    padding: 0 1em;
    text-decoration: none;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}
#authorDetails li a.file:hover {
    background: #DCDCDC;
}
#authorDetails li a.file:first-of-type:before {
    content: "\f15c";
}
#authorDetails li a.file:before {
    content: "\f1c1";
}
#authorDetails li a.file:before,
#authorDetails li a.file:first-of-type:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-right: 5px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.scope-list {
     -webkit-columns: 240px 2;
        -moz-columns: 240px 2;
             columns: 240px 2;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.cmp_breadcrumbs .current h1 {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.cmp_breadcrumbs ol {
    margin-bottom: 0;
}
.page_editorial_team p {
    margin-bottom: 30px;
}
.search_results .cover img {
    display: none;
}
.page_search .search_advanced {
    padding-top: 20px;
}
.page_search .submit button:after {
    background: #495A5A;
}
.page_search .submit button:hover:after {
    background: #B2C730;
}


/* Add another line after the sidebar and some fiddle with facebook link */
@media (min-width: 992px) {
    .pkp_structure_main {
        padding-bottom: 30px;
    }
    .pkp_structure_main:before, .pkp_structure_main:after {
        background: transparent;
    }
    .pkp_site_name_wrapper {
        display: inline-block;
    }
    .pkp_structure_head {
        position: relative;
        height: 143px;
    }
    .pkp_site_name .is_img img {
        margin-top: -30px;
        max-height: 150px;
        padding: 0 30px;
    }
    .pkp_head_wrapper .pkp_search input[name="query"] {
        line-height: normal;
        border: none;
    }
    .pkp_head_wrapper .pkp_search button {
        width: 100%;
    }
    .pkp_navigation_primary &gt; li:first-child a {
        margin: 0 1em;
    }
    .pkp_navigation_primary &gt; li &gt; a {
        margin-right: 1em;
    }
    .pkp_navigation_primary_row {
        display: inline-block;
        width: 70%;
        vertical-align: bottom;
        padding-bottom: 24px;
    }
    .pkp_structure_sidebar {
        position: relative;
        width: 299px;
        margin-top: -30px;
        padding-top: 160px;
    }
    .pkp_structure_sidebar .block_make_submission {
        position: absolute;
        top: 0;
        left: 0;
        width: 299px;
        height: 162px;
        /* background: #5C873F; */
        z-index: 12;
    }
/*    .pkp_structure_sidebar .block_make_submission:hover {
        background: #8aad72;
    }
    */

    a.block_make_submission_link {
        background: #E6E6E6; /* #B2C730; */
        border: none;
        box-shadow: none;
        color: #585858;
        margin-left: -20px;
        text-align: center;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
    }
     .pkp_structure_sidebar .block_make_submission_link:hover {
        background: #DCDCDC; /* #495A5A #8aad72 */
        color: #585858;
        text-decoration: none;
    }
    .obj_article_details .item {
        padding: 20px 30px 10px 30px;
    }
}
@media (min-width: 1200px) {
    .pkp_structure_page {
        background-image: none; /* -webkit-linear-gradient(top, #5C873F 0, #5C873F 319px, #FFFFFF 319px) */
    }
    .pkp_site_name_wrapper {
        margin-right: 30px;
    }
    .pkp_structure_main {
        width: 860px;
    }
    .pkp_structure_sidebar {
        padding-top: 60px;
    }
    .pkp_structure_sidebar .block_make_submission {
        height: auto;
        margin-top: 10px;
    }
}

@media (min-width: 1600px) {
    .has_site_logo .pkp_head_wrapper, .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
        width: 1280px;
    }
/*
    .pkp_site_name_wrapper {
        margin-left: 30px;
    }
*/
}


/* Add styles for hosting text */
.pkp_structure_footer_wrapper {
    background: #f6f6f6;
    border-top: 1px solid #ddd;
}
.pkp_footer_content {
    text-align: center;
    font-weight: normal;
    color: #666;
    font-size:  13px;
    padding: 10px 30px 0px 30px;
}
.pkp_footer_content a. {
    text-decoration: none;
    text-weight: bold;
}
.pkp_footer_content a.slub_logo {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: url('data:image/png;base64,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') no-repeat center center;
    background-size: 80px auto;
    text-indent: -1000px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom;
    margin-bottom: -2px;
}

/* Custom CSS */
.item.copyright, .item.citation_formats {
display: none;
}
#customblock-Menu {
    padding-top: 30px;
}
.issues_archive .obj_issue_summary .description {
  font-size: 14px;
}
.issues_archive .obj_issue_summary .description a {
  color: #777777;
}
.issues_archive .obj_issue_summary .description a:hover {
  color: #B2C730;
  text-decoration: none;
}
.obj_article_summary .subtitle {
  display: none;
}
.obj_article_details .main_entry .item.keywords {
  font-size: 13px;
  /* color: #aaaaaa; */
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
}
.obj_article_details .main_entry .item.keywords .label {

  font-size: 13px;
  text-transform: uppercase;
}
.author_bios {
  display: none;
}
.obj_issue_toc .galleys:before,
.obj_issue_toc .section:before {
  top: 0px;
}
/* EOF */
</pre></body></html>