/* CSET production stylesheet: OJS Default Theme base + IJAIES/CSET overrides. */
/**
 * @file plugins/themes/default/index.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Default theme stylesheet
 *
 */
/**
 * @file styles/fontawesome.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Loads requirements to use fontawesome icon set. This is used by the
 *  legacy styles which tend to attach icons to :before and :after psuedo
 *  elements. As we refactor the UI to use our ui-library, we should use the
 *  icon approach recommended in the style guide. Once there is no more .fa()
 *  in the legacy styles, we should be able to remove this file.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * @file styles/utils.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Mix-ins, animations and other utilities
 *
 */
*,
*: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);
  }
}
/**
 * @file styles/helpers.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Helper classes
 *
 */
.pkp_button,
.pkp_button_primary,
.pkp_button_offset,
.pkp_button_link {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: 2rem;
  font-weight: 700;
  color: #006798;
  text-decoration: none;
  box-shadow: 0 1px 0 #dddddd;
  cursor: pointer;
}
.pkp_button:hover,
.pkp_button:focus,
.pkp_button_primary:hover,
.pkp_button_primary:focus,
.pkp_button_offset:hover,
.pkp_button_offset:focus,
.pkp_button_link:hover,
.pkp_button_link:focus {
  color: #006798;
  border-color: #006798;
  outline: 0;
}
.pkp_button:active,
.pkp_button_primary:active,
.pkp_button_offset:active,
.pkp_button_link:active {
  box-shadow: 0 0 2px;
}
.pkp_button:disabled,
.pkp_button_primary:disabled,
.pkp_button_offset:disabled,
.pkp_button_link:disabled {
  color: #aaaaaa;
}
.pkp_button:disabled:hover,
.pkp_button_primary:disabled:hover,
.pkp_button_offset:disabled:hover,
.pkp_button_link:disabled:hover {
  color: #aaaaaa;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pkp_button_primary {
  color: #fff;
  background: #006798;
  border-color: #006798;
  box-shadow: 0 1px 0 #006798;
}
.pkp_button_primary:hover,
.pkp_button_primary:focus {
  background: #008acb;
  color: #fff;
}
.pkp_button_primary:disabled,
.pkp_button_primary:disabled:hover {
  color: #fff;
  background: #b7c5ca;
  border-color: #b7c5ca;
  box-shadow: 0 1px 0 #888888;
  cursor: not-allowed;
}
.pkp_button_offset {
  color: #ff4040;
}
.pkp_button_offset:hover,
.pkp_button_offset:focus {
  border-color: #ff4040;
  color: #ff4040;
}
.pkp_button_offset:disabled,
.pkp_button_offset:disabled:hover {
  color: #fff;
  background: #b7c5ca;
  border-color: #b7c5ca;
  box-shadow: 0 1px 0 #888888;
  cursor: not-allowed;
}
.pkp_button_link {
  box-shadow: none;
  border-color: transparent;
}
.pkp_button_link:disabled:hover {
  border-color: transparent;
}
.pkp_spinner:after {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  -webkit-animation: pkp_spin 0.6s linear infinite;
  -moz-animation: pkp_spin 0.6s linear infinite;
  -ms-animation: pkp_spin 0.6s linear infinite;
  -o-animation: pkp_spin 0.6s linear infinite;
  animation: pkp_spin 0.6s linear infinite;
  border-radius: 100%;
  border-top: 1px solid #888888;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #888888;
  border-right: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 1;
}
.pkp_loading {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.pkp_loading .pkp_spinner {
  margin-right: 0.25em;
}
.pkp_unstyled_list,
.cmp_article_list,
.cmp_breadcrumbs ol,
.cmp_announcements.cmp_announcements,
.pkp_site_nav_menu ul,
.pkp_page_index .journals ul,
.page_catalog_category .subcategories ul,
.page_issue_archive .issues_archive,
.page_register .context_optin .contexts,
.obj_article_details .authors,
.obj_article_details .galleys_links,
.obj_article_details .supplementary_galleys_links,
.obj_article_summary .galleys_links,
.obj_issue_toc .articles,
.obj_issue_toc .galleys_links,
.pkp_block .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pkp_caret {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  vertical-align: middle;
}
.pkp_caret_down {
  border-top: 0.375rem solid;
}
.pkp_caret_right {
  border-left: 0.375rem solid;
}
.pkp_screen_reader,
.cmp_skip_to_content a,
.pkp_page_index .journals h2,
.pkp_page_index .cmp_announcements h2,
.page_register .context_optin .roles legend {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -2000px;
}
.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  padding: 1rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.pkp_helpers_clear:before,
.pkp_helpers_clear:after {
  content: " ";
  display: table;
}
.pkp_helpers_clear:after {
  clear: both;
}
.pkp_uploadedFile_summary {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.pkp_uploadedFile_summary .filename .display {
  line-height: 2rem;
}
.pkp_uploadedFile_summary .filename .edit {
  line-height: 1.43rem;
}
.pkp_uploadedFile_summary .details {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_uploadedFile_summary .details > span {
  margin-left: 2rem;
}
.pkp_uploadedFile_summary .details > span:first-child {
  margin-left: 0;
}
.pkp_uploadedFile_summary .details > span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 0.25em;
  color: #aaa;
}
.pkp_uploadedFile_summary .pixels:before {
  content: "\f108";
}
.pkp_uploadedFile_summary .print {
  margin-left: 2rem;
}
.pkp_uploadedFile_summary .print:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 0.25em;
  color: #aaa;
  content: "\f02f";
}
.pkp_uploadedFile_summary .type:before {
  content: "\f016";
}
.pkp_uploadedFile_summary .type.pdf:before {
  content: "\f1c1";
}
.pkp_uploadedFile_summary .type.doc:before,
.pkp_uploadedFile_summary .type.docx:before {
  content: "\f1c2";
}
.pkp_uploadedFile_summary .type.xls:before,
.pkp_uploadedFile_summary .type.xlsx:before {
  content: "\f1c3";
}
.pkp_uploadedFile_summary .file_size:before {
  content: "\f0a0";
}
.pkp_helpers_invisible {
  visibility: hidden;
}
.pkp_helpers_display_none {
  display: none !important;
}
.pkp_helpers_align_left {
  float: left;
}
.pkp_helpers_align_right {
  float: right;
}
.pkp_helpers_text_left {
  text-align: left;
}
.pkp_helpers_text_right {
  text-align: right;
}
.pkp_helpers_text_center {
  text-align: center;
}
.pkp_helpers_text_justify {
  text-align: justify;
}
.pkp_helpers_title_padding {
  padding: 5px !important;
}
.pkp_helpers_image_left {
  float: left;
  margin: 4px 10px 4px 0;
}
.pkp_helpers_image_right {
  float: right;
  margin: 4px 0 4px 10px;
}
.pkp_helpers_container_center {
  margin: 0 auto;
}
.pkp_helpers_debug,
.pkp_helpers_debug div {
  border: 1px dashed red;
  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 white;
  content: " ";
  display: block;
}
.pkp_helpers_dotted_underline {
  border-bottom: 1px dotted #999;
}
.pkp_helpers_black_bg {
  background-color: black;
}
.pkp_helpers_text_warn {
  color: #d00a6c;
}
.pkp_helpers_text_primary {
  color: black;
}
.NMI_TYPE_CUSTOM_EDIT {
  display: none;
}
.pkp_helpers_form_input_title_text {
  font-weight: bold;
  color: #777777;
}
#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.5em;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.orcid-failure {
  width: 100%;
  background: #F6D8CE;
  border: 1px solid #FF0000;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.orcid-success {
  width: 100%;
  background: #E6F8E0;
  border: 1px solid #3ADF00;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
/**
 * @file plugins/themes/default/styles/variables.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Common variables used through the the theme styles. They provide a
 *  fully separated interface for defining variables, so that changes desired on
 *  the frontend won't impact the backend.
 */
/**
 * @file styles/components.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Reusable components
 */
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
  display: inline-block;
  padding: 0 1em;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
  font-weight: 700;
  color: #006798;
  text-decoration: none;
}
.cmp_button:hover,
.cmp_button:focus,
.page_search .submit button:hover,
.page_search .submit button:focus {
  box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.1);
}
.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #006798;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
  color: #006798;
  text-decoration: none;
}
.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #006798;
  color: #fff;
}
.cmp_article_list > li {
  margin-bottom: 2.143rem;
}
.cmp_article_list > li:before,
.cmp_article_list > li:after {
  content: " ";
  display: table;
}
.cmp_article_list > li:after {
  clear: both;
}
.cmp_form fieldset {
  margin: 0 0 1.43rem;
  padding: 0;
  border: none;
}
.cmp_form legend {
  margin-bottom: 0.714rem;
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.43rem;
}
.cmp_form .fields > div {
  position: relative;
  padding-bottom: 2.143rem;
}
.cmp_form .fields > div .error {
  position: absolute;
  left: 0.5em;
  bottom: 11px;
  padding: 0 0.5em;
  background: #ff4040;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.93rem;
  line-height: 1.43rem;
  font-weight: 700;
  color: #fff;
}
.cmp_form label {
  display: block;
  cursor: pointer;
}
.cmp_form .label {
  display: block;
  font-size: 0.93rem;
  font-weight: 400;
}
.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
  padding: 0 0.5em;
  width: 100%;
  height: calc(2.143rem - 2px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
}
.cmp_form textarea {
  width: 100%;
  height: 8em;
}
.cmp_form .pkp_form_error {
  margin-bottom: 0.714rem;
  border-radius: 3px;
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 0.93rem;
  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: 0.93rem;
  line-height: 2.143rem;
  margin-left: 1em;
}
.cmp_form .description {
  margin-top: 0;
  font-size: 0.93rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 480px) {
  .cmp_form input[type="text"],
  .cmp_form input[type="email"],
  .cmp_form input[type="password"],
  .cmp_form input[type="url"],
  .cmp_form input[type="tel"],
  .cmp_form select {
    max-width: 20em;
  }
}
.cmp_pagination {
  text-align: right;
}
.cmp_pagination:before,
.cmp_pagination:after {
  content: " ";
  display: table;
}
.cmp_pagination:after {
  clear: both;
}
.cmp_pagination .prev {
  float: left;
  margin-right: 0.5em;
  text-decoration: none;
}
.cmp_pagination .prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f177";
  margin-right: 0.5em;
}
.cmp_pagination .next {
  margin-left: 0.5em;
  text-decoration: none;
}
.cmp_pagination .next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f178";
  margin-left: 0.5em;
}
.cmp_edit_link {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.cmp_edit_link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f040";
}
.cmp_search_filter {
  margin-bottom: 0.714rem;
  font-size: 0.93rem;
}
.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: 1.43rem;
  margin-bottom: 2.857rem;
  background: #dddddd;
  border-left: 0.357rem solid #006798;
  font-size: 1rem;
  line-height: 1.43rem;
}
.cmp_notification .success {
  border-color: #00b24e;
}
.cmp_notification .no {
  border-color: #ff4040;
}
.cmp_breadcrumbs {
  display: inline-block;
}
.cmp_breadcrumbs ol {
  margin-bottom: 2.143rem;
  padding: 0.357rem 0;
  line-height: 1.43rem;
  font-size: 0.93rem;
}
.cmp_breadcrumbs li {
  display: inline-block;
}
.cmp_breadcrumbs a {
  display: inline-block;
  text-decoration: none;
}
.cmp_breadcrumbs .separator {
  color: rgba(0, 0, 0, 0.54);
  padding: 0 0.5em;
}
.cmp_breadcrumbs .current {
  color: rgba(0, 0, 0, 0.54);
}
.cmp_breadcrumbs .current h1 {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
}
.cmp_back_link {
  margin-top: 1.43rem;
}
.cmp_announcements.cmp_announcements {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
}
.cmp_announcements.cmp_announcements > li {
  padding: 2.143rem 0.714rem;
  border-bottom: 1px solid #dddddd;
}
.cmp_announcements.cmp_announcements > li:last-child {
  border-bottom: none;
}
@media (min-width: 480px) {
  .cmp_announcements.cmp_announcements {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
  .cmp_announcements.cmp_announcements > li {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}
@media (min-width: 992px) {
  .cmp_announcements.cmp_announcements {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .cmp_announcements.cmp_announcements > li {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}
.cmp_skip_to_content a {
  display: block;
  padding: 1em;
  z-index: 99999;
  background: #ffffff;
  transform: translateX(-50%);
}
.cmp_skip_to_content a:focus {
  clip: auto;
  top: 0;
  left: 50%;
  color: #006798;
}
.cmp_table {
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-collapse: collapse;
}
.cmp_table th,
.cmp_table td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #dddddd;
}
.cmp_table th {
  font-weight: 700;
}
/**
 * @file plugins/themes/default/styles/body.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Classes for site-wide elements and layout scaffolding
 */
html,
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.87);
  background: #ffffff;
}
a {
  color: #006798;
}
a:hover,
a:focus {
  color: #008acb;
}
.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.714rem;
  padding-right: 0.714rem;
}
.pkp_site_name_wrapper:before,
.pkp_navigation_primary_wrapper:before,
.pkp_navigation_user:before,
.pkp_search_mobile:before,
.pkp_structure_content:before,
.pkp_structure_footer:before,
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  content: " ";
  display: table;
}
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 728px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 1160px;
  }
}
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
}
.has_site_logo .pkp_head_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 0.714rem;
}
.has_site_logo .pkp_head_wrapper:before,
.has_site_logo .pkp_head_wrapper:after {
  content: " ";
  display: table;
}
.has_site_logo .pkp_head_wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .has_site_logo .pkp_head_wrapper {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
    width: 1160px;
  }
}
.pkp_structure_main {
  padding: 0.714rem;
}
@media (min-width: 480px) {
  .pkp_structure_main {
    padding: 1.43rem;
  }
}
@media (min-width: 768px) {
  .pkp_structure_main:before,
  .pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #dddddd;
  }
  .pkp_structure_main:after {
    left: 728px;
  }
}
@media (min-width: 992px) {
  .pkp_structure_content {
    padding-top: 2.143rem;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
  }
  .pkp_structure_main {
    float: left;
    padding: 0 2.143rem 6.429rem;
    width: 652px;
  }
  .pkp_structure_main:after {
    left: 652px;
  }
}
@media (min-width: 1200px) {
  .pkp_structure_main {
    width: 860px;
  }
  .pkp_structure_main:after {
    left: 860px;
  }
}
@media (min-width: 992px) {
  .pkp_structure_main:first-child:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.857rem;
  }
  .pkp_structure_main:first-child:last-child:before {
    left: 150px;
  }
  .pkp_structure_main:first-child:last-child:after {
    left: auto;
    right: 150px;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/**
 * @file plugins/themes/default/styles/head.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @ingroup pkp_structure_head
 *
 * @brief Classes for the page header structural elements
 */
.pkp_structure_head {
  background-color: #1e6292;
  border-bottom: 1px solid #dddddd;
}
.pkp_head_wrapper {
  position: relative;
}
.pkp_site_name_wrapper {
  height: 2.857rem;
}
@media (min-width: 992px) {
  .pkp_site_name_wrapper {
    height: auto;
  }
}
.pkp_site_name {
  position: absolute;
  left: 2.857rem;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.714rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
}
.pkp_site_name > a {
  padding-top: 0.714rem;
  padding-bottom: 0.714rem;
}
.pkp_site_name > a:focus {
  outline: 0;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: 0.357rem;
  margin-bottom: 0.357rem;
  padding: 0;
}
.pkp_site_name .is_img:focus {
  outline: 1px solid #ffffff;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 2.143rem;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_site_name .is_text {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.857rem;
  color: #ffffff;
  text-decoration: none;
}
.pkp_site_name .is_text:focus {
  text-decoration: underline;
}
.pkp_navigation_primary_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_site_nav_menu {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #1e6292;
  left: 0;
  padding: 0.714rem;
  z-index: 9999;
}
.pkp_site_nav_menu .pkp_nav_list {
  padding-left: 0;
  margin-left: 0;
}
.pkp_site_nav_menu ul ul {
  padding-left: 0.5rem;
}
.pkp_site_nav_menu a {
  display: inline-block;
  padding: 0.125rem 0;
  color: #ffffff;
  text-decoration: none;
}
.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.pkp_site_nav_menu #siteNav {
  position: absolute;
  top: 0;
  height: 0;
}
.pkp_navigation_user.pkp_navigation_user {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pkp_navigation_user .task_count {
  display: inline-block;
  width: 1.43rem;
  height: 1.43rem;
  margin-left: 0.5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1.43rem;
  text-align: center;
  font-size: 0.857rem;
  position: relative;
}
.pkp_navigation_user > li > a .task_count {
  display: none;
}
.pkp_navigation_user > li > ul a .task_count {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
  background: rgba(0, 0, 0, 0.87);
}
.pkp_navigation_search_wrapper {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 4.286rem;
  }
  .pkp_site_nav_toggle {
    display: none;
  }
  .pkp_site_name {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible;
  }
  .pkp_site_name .is_text {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
  }
  .pkp_site_name .is_img img {
    max-height: 80px;
  }
  .pkp_site_nav_menu {
    display: block;
    position: static;
    top: auto;
    padding: 0;
  }
  .pkp_site_nav_menu ul ul {
    padding-left: 0;
  }
  .has_site_logo .pkp_head_wrapper {
    padding-top: 2.143rem;
  }
  .pkp_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pkp_nav_list li {
    position: relative;
    display: inline-block;
  }
  .pkp_nav_list a {
    display: inline-block;
    padding-left: 0.714rem;
    padding-right: 0.714rem;
    text-decoration: none;
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
  }
  .pkp_nav_list a:hover,
  .pkp_nav_list a:focus {
    text-decoration: none;
  }
  .pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #ffffff;
    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: 0.357rem;
    border-left: 0.357rem solid transparent;
    color: #006798;
  }
  .pkp_nav_list ul a:hover,
  .pkp_nav_list ul a:focus {
    outline: 0;
    background: #dddddd;
    border-color: #006798;
    color: #006798;
  }
  .pkp_nav_list ul li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pkp_nav_list ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pkp_nav_list > li:hover ul {
    left: 0;
  }
  .pkp_nav_list [aria-haspopup]:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 0.25em;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    overflow: hidden;
  }
  .pkp_navigation_primary {
    text-align: center;
  }
  .pkp_navigation_primary > li > a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #ffffff;
    text-decoration: none;
  }
  .pkp_navigation_primary > li > a:hover {
    color: #ffffff;
    outline: 0;
    border-color: #ffffff;
  }
  .pkp_navigation_primary > li > a:focus {
    background: #ffffff;
    color: #1e6292;
    outline: 0;
  }
  .pkp_navigation_primary > li:first-child a {
    margin-left: -0.5em;
  }
  .pkp_navigation_primary > li:last-child a {
    margin-right: -0.5em;
  }
  .pkp_navigation_primary > li:hover ul {
    position: absolute;
    transform: translate3d(7px, 40px, 0px);
    top: 0;
    left: 0;
    will-change: transform;
  }
  .pkp_navigation_primary ul a {
    padding-top: 0.714rem;
    padding-bottom: 0.714rem;
  }
  .pkp_navigation_primary [aria-haspopup]:hover {
    border-color: transparent;
  }
  .pkp_navigation_primary .dropdown-menu a:focus,
  .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #006798;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  [data-toggle="dropdown"]:hover + .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  .pkp_navigation_user_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0.714rem;
    padding-right: 0.714rem;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    z-index: 1000;
  }
  .pkp_navigation_user {
    text-align: right;
    font-size: 0.93rem;
    padding-right: 1.43rem;
  }
  .pkp_navigation_user.pkp_navigation_user {
    margin: 0;
    padding: 0;
    border: none;
  }
  .pkp_navigation_user li {
    text-align: left;
  }
  .pkp_navigation_user a {
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
    line-height: 1.43rem;
  }
  .pkp_navigation_user > li > a:focus {
    outline: 0;
    background: #ffffff;
    color: #1e6292;
  }
  .pkp_navigation_user ul {
    width: 10em;
  }
  .pkp_navigation_user > li:hover ul {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0px, 30px, 0px);
    will-change: transform;
  }
  .pkp_navigation_user > li:last-child > a {
    margin-right: -0.714rem;
  }
  .pkp_navigation_user > li > a .task_count {
    display: inline-block;
  }
  .pkp_navigation_user > li > a:focus .task_count {
    background: #1e6292;
    color: #ffffff;
  }
  .pkp_navigation_user > li > ul a .task_count {
    display: none;
  }
  .pkp_navigation_search_wrapper {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
  }
  .pkp_navigation_search_wrapper a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #ffffff;
    text-decoration: none;
  }
  .pkp_navigation_search_wrapper a:hover {
    color: #ffffff;
    outline: 0;
    border-color: #ffffff;
    text-decoration: none;
  }
  .pkp_navigation_search_wrapper a:focus {
    background: #ffffff;
    color: #1e6292;
    outline: 0;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
  }
}
/**
 * @file plugins/themes/default/styles/main.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the main content panel
 */
.pkp_structure_main h1 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.714rem;
  line-height: 2.143rem;
  font-weight: 700;
}
.pkp_structure_main h2 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.285rem;
  line-height: 2.143rem;
  font-weight: 700;
}
.pkp_structure_main h3 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.143rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h4 {
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h5 {
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 400;
}
.pkp_structure_main h6 {
  font-size: 0.93rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  margin: 2.857rem 0 1.43rem;
}
.pkp_structure_main h5,
.pkp_structure_main h6 {
  margin: 1.43rem 0;
}
.pkp_structure_main p,
.pkp_structure_main ul {
  line-height: 1.785rem;
  margin: 1.43rem 0;
}
.pkp_structure_main p:last-child {
  margin-bottom: 0;
}
.pkp_structure_main .page h1 {
  margin-top: 0;
}
.pkp_structure_main .page > .cmp_edit_link {
  float: right;
  padding: 0.357rem 0;
  line-height: 2.143rem;
}
.pkp_structure_main .page .monograph_count {
  float: right;
  padding: 0.714rem 0;
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_structure_main .page .about_section {
  color: rgba(0, 0, 0, 0.54);
  line-height: 2.143rem;
}
.pkp_structure_main .page .about_section:before,
.pkp_structure_main .page .about_section:after {
  content: " ";
  display: table;
}
.pkp_structure_main .page .about_section:after {
  clear: both;
}
.pkp_structure_main .page .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
.pkp_structure_main .page .about_section .cover img {
  display: block;
  margin: 0 auto;
}
.pkp_structure_main .page .about_section .description p:first-child {
  margin-top: 0;
}
.pkp_structure_main .page .about_section .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .pkp_structure_main .page .about_section {
    font-size: 1.143rem;
    font-style: italic;
  }
}
.pkp_site_nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: none;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
  z-index: 999;
}
.pkp_site_nav_toggle:focus {
  outline: 1px dotted #ffffff;
  box-shadow: none;
}
.pkp_site_nav_toggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 19px;
  border-bottom: 3px solid #ffffff;
  text-indent: -9999px;
  overflow: hidden;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #ffffff;
}
.pkp_site_nav_toggle > span:before {
  top: 0;
}
.pkp_site_nav_toggle > span:after {
  top: 8px;
}
.pkp_site_nav_toggle--transform > span {
  border-bottom: 0;
  overflow: visible;
}
.pkp_site_nav_toggle--transform > span:before {
  top: 7px;
  transform: rotate(-405deg) translateY(1px) translateX(-2px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px);
}
.pkp_site_nav_toggle--transform > span:after {
  top: 14px;
  transform: rotate(405deg) translateY(-3px) translateX(-4px);
  -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px);
}
.pkp_site_nav_menu {
  display: none;
}
.pkp_site_nav_menu--isOpen {
  display: block;
}
body.navIsOpen .siteHeader__details {
  right: 0;
}
body.navIsOpen .siteHeader__screen {
  display: block;
  opacity: 0.5;
}
body.navIsOpen .siteHeader__navToggleIcon > span:first-child {
  transform: rotate(45deg);
  top: 18px;
}
body.navIsOpen .siteHeader__navToggleIcon > span:nth-child(2) {
  opacity: 0;
}
body.navIsOpen .siteHeader__navToggleIcon > span:last-child {
  transform: rotate(-45deg);
  top: 18px;
}
@media (min-width: 992px) {
  .pkp_site_nav_menu {
    display: block;
  }
}
.highlights {
  margin-top: -0.714rem;
  margin-left: -1.43rem;
  margin-right: -1.43rem;
  background: #dddddd;
}
.swiper {
  --swiper-theme-color: #1e6292;
  --swiper-navigation-size: 2.143rem;
  --swiper-navigation-sides-offset: 0.357rem;
}
.swiper-wrapper {
  margin: 0;
  padding: 0 0 2.857rem;
  list-style: none;
}
.swiper-slide-content {
  padding-left: 2.143rem;
  padding-right: 2.143rem;
}
.swiper .swiper-slide-title {
  margin-top: 1.43rem;
}
.swiper-slide-button {
  display: inline-block;
  margin-top: 1.43rem;
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  border: none;
  color: #ffffff;
}
.swiper-button-prev:focus-visible,
.swiper-button-next:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 0.357rem;
}
.swiper-slide-image {
  width: 100vw;
  max-height: 50vh;
  object-fit: cover;
}
@media (min-width: 480px) {
  .highlights {
    margin-top: -1.43rem;
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .swiper-slide-content {
    padding-left: 2.857rem;
    padding-right: 2.857rem;
  }
}
@media (min-width: 768px) {
  .highlights {
    margin-top: -1.43rem;
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
  .swiper-slide.-has-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .swiper-slide-content {
    padding-inline-start: 2.143rem;
  }
}
@media (min-width: 992px) {
  .highlights {
    margin-top: -4.998rem;
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .pkp_structure_content.has_sidebar .highlights {
    margin-top: -2.143rem;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/indexSite.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the front page of the journal
 * @link templates/frontend/pages/indexSite.tpl
 */
.pkp_page_index .journals {
  margin-top: 2.143rem;
}
.pkp_page_index .journals > ul > li {
  margin: 2.143rem 0;
}
.pkp_page_index .journals img {
  display: block;
  max-height: 20em;
}
.pkp_page_index .journals h3 {
  margin: 0.714rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.pkp_page_index .journals h3 a {
  text-decoration: none;
}
.pkp_page_index .journals p {
  margin: 0.714rem 0;
}
.pkp_page_index .journals .links li {
  display: inline-block;
  margin: 0 0.714rem 0.714rem 0;
}
@media (min-width: 768px) {
  .pkp_page_index .journals > ul > li {
    margin: 0 -1.43rem;
    padding: 1.43rem;
    border-top: 1px solid #dddddd;
  }
  .pkp_page_index .journals > ul > li:before,
  .pkp_page_index .journals > ul > li:after {
    content: " ";
    display: table;
  }
  .pkp_page_index .journals > ul > li:after {
    clear: both;
  }
  .pkp_page_index .journals .thumb {
    float: left;
    width: 25%;
    padding-right: 1.43rem;
  }
  .pkp_page_index .journals .thumb + .body {
    float: right;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .journals > ul > li {
    margin: 0 -2.143rem;
    padding: 2.143rem;
  }
  .pkp_page_index .journals .thumb {
    padding-right: 2.143rem;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/indexJournal.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the front page of the journal
 * @link templates/frontend/pages/indexJournal.tpl
 */
.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
}
@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
}
.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .pkp_page_index .homepage_image {
    margin-top: -2.143rem;
  }
}
.pkp_page_index .homepage_about {
  padding-top: 2.143rem;
  padding-bottom: 2.143rem;
}
.pkp_page_index .homepage_about h2 {
  margin-top: -0.714rem;
}
.pkp_page_index .cmp_announcements {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.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 {
  display: block;
  position: relative;
  padding: 2.143rem 0.714rem;
}
.pkp_page_index .cmp_announcements .more {
  position: relative;
}
.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
  padding: 0.714rem;
}
.pkp_page_index .cmp_announcements .more h4 {
  font-size: 0.93rem;
}
@media (min-width: 480px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary,
  .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}
@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 65%;
  }
  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dddddd;
  }
  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 35%;
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
  }
  .pkp_page_index .cmp_announcements .more:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dddddd;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary,
  .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}
.pkp_page_index .current_issue .current_issue_title {
  margin: 1.43rem 0;
  font-weight: 700;
}
.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #006798;
  text-decoration: none;
  margin-bottom: 1.43rem;
}
.pkp_page_index .current_issue .read_more:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f054";
  position: absolute;
  top: 2px;
  right: 0;
  width: 2.143rem;
  height: 2.143rem;
  line-height: 2.143rem;
  text-align: center;
}
.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #008acb;
}
@media (min-width: 768px) {
  .pkp_page_index .current_issue .section:last-child {
    margin-bottom: 0;
  }
}
.pkp_page_index .additional_content {
  padding: 2.143rem 0.714rem 0 0.714rem;
  border-top: 1px solid #dddddd;
}
@media (min-width: 480px) {
  .pkp_page_index .additional_content {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .additional_content {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}
.pkp_page_index .additional_content > p:first-child {
  margin-top: 0;
}
.pkp_page_index .additional_content > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements + .additional_content {
    border-top: none;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/category.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the contact page
 * @link templates/frontend/pages/category.tpl
 */
.page_catalog_category .article_count {
  float: right;
  padding: 0.714rem 0;
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.page_catalog_category .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
.page_catalog_category .subcategories li {
  padding-top: 0.357rem;
  padding-bottom: 0.357rem;
}
.page_catalog_category .subcategories a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page_catalog_category .subcategories {
    position: relative;
    margin-top: 4.286rem;
    margin-left: -1.43rem;
    margin-right: -1.43rem;
    padding: 2.143rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .page_catalog_category .subcategories h2 {
    position: absolute;
    top: -15px;
    left: 1.43rem;
    margin: 0;
    padding-left: 0.714rem;
    padding-right: 0.714rem;
    line-height: 2.143rem;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.54);
  }
}
@media (min-width: 992px) {
  .page_catalog_category .subcategories {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
}
@media (min-width: 768px) {
  .page_catalog_category .cmp_article_list {
    padding-top: 1.43rem;
  }
  .page_catalog_category h2.title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px;
  }
  .page_catalog_category h2.title:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000;
    display: block;
    font-size: 1rem;
    height: auto;
    line-height: normal;
    padding: 1rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    text-decoration: none;
    width: auto;
    z-index: 100000;
  }
}
@media (min-width: 992px) {
  .page_catalog_category .cmp_article_list {
    padding-top: 2.143rem;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/contact.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the contact page
 * @link templates/frontend/pages/contact.tpl
 */
.page_contact .address,
.page_contact .phone,
.page_contact .email {
  margin-top: 0.714rem;
  margin-bottom: 0.714rem;
  font-size: 0.93rem;
}
.page_contact .address {
  margin-top: 0;
}
.page_contact .address p {
  margin: 0;
}
.page_contact .label {
  display: block;
  font-weight: 700;
}
.page_contact .contact.support {
  margin-top: 2.857rem;
}
@media (min-width: 768px) {
  .page_contact .contact_section:before,
  .page_contact .contact_section:after {
    content: " ";
    display: table;
  }
  .page_contact .contact_section:after {
    clear: both;
  }
  .page_contact .contact {
    float: left;
    width: 50%;
  }
  .page_contact .contact.primary {
    padding-right: 1.43rem;
  }
  .page_contact .contact.support {
    margin-top: 0;
  }
}
/*
 * @file  plugins/themes/default/styles/pages/masthead.less
 *
 * Copyright (c) 2014-2024 Simon Fraser University
 * Copyright (c) 2003-2024 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the masthead and editorial history page
 * @link templates/frontend/pages/editorialMasthead.tpl
 * @link templates/frontend/pages/editorialHistory.tpl
 */
.page_masthead h2 {
  margin-top: 1.43rem;
  margin-bottom: 0.714rem;
}
.page_masthead .user_listing {
  list-style-type: none;
  padding: 0;
  margin-top: 0.357rem;
}
.page_masthead .user_listing li {
  margin-bottom: 1.43rem;
}
.page_masthead .user_listing li > span {
  display: block;
}
.page_masthead .user_listing .name {
  font-weight: bold;
}
.page_masthead .user_listing .affiliation {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.page_masthead .user_listing .date_start {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.page_masthead .user_listing .orcid {
  font-size: 0.93rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.page_masthead .user_listing .orcid_icon {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0;
}
/**
 * @file plugins/themes/default/styles/pages/issueArchive.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to issue archive page
 * @link templates/frontend/pages/issueArchive.tpl
 */
.page_issue_archive .issues_archive {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
  border-top: 1px solid #dddddd;
}
.page_issue_archive .issues_archive > li {
  padding: 2.143rem 0.714rem;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 480px) {
  .page_issue_archive .issues_archive {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}
@media (min-width: 992px) {
  .page_issue_archive .issues_archive {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}
.page_issue_archive .cmp_pagination {
  margin-top: 1.43rem;
}
/**
 * @file styles/pages/login.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the lightweight page for viewing PDFs
 * @link templates/frontend/pages/userLogin.tpl
 */
.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: 0.93rem;
  font-style: normal;
}
.page_login .remember {
  padding-bottom: 0;
}
.page_login .remember .label {
  display: inline;
  font-style: normal;
}
.page_login .buttons button {
  float: right;
}
.page_login .buttons a {
  float: right;
  margin-right: 1em;
  margin-left: 0;
}
/**
 * @file styles/pages/lostPassword.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the lightweight page for viewing PDFs
 * @link templates/frontend/pages/userLostPassword.tpl
 */
.page_lost_password .lost_password {
  margin-bottom: 0;
  max-width: 17em;
}
.page_lost_password .lost_password input[type="text"] {
  width: 100%;
}
.page_lost_password .pkp_form_error {
  margin: 1.43rem 0;
  padding: 0.714rem;
  background: #ff4040;
  color: #fff;
  font-size: 0.93rem;
  font-weight: 700;
}
.page_lost_password .buttons:before,
.page_lost_password .buttons:after {
  content: " ";
  display: table;
}
.page_lost_password .buttons:after {
  clear: both;
}
.page_lost_password .buttons button {
  float: right;
}
.page_lost_password .buttons a {
  float: right;
  font-size: 0.93rem;
  line-height: 2.143rem;
  margin-right: 1em;
}
/**
 * @file plugins/themes/default/styles/pages/register.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the registration page
 * @link templates/frontend/pages/userRegister.tpl
 */
.page_register .required_label {
  font-size: 0.93rem;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 1.43rem;
}
.page_register .consent {
  margin-bottom: 0;
}
.page_register .fields .reviewer_interests {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.page_register .fields .reviewer_interests.is_visible {
  max-height: 400px;
  overflow: visible;
  padding-bottom: 2.143rem;
  opacity: 1;
}
.page_register .context_optin .contexts > li {
  margin-bottom: 1em;
}
.page_register .context_optin .contexts > li:last-child {
  margin-bottom: 0;
}
.page_register .context_optin .roles {
  padding: 0.357rem 0;
  margin-bottom: 0;
}
.page_register .context_optin .roles label {
  display: inline-block;
  margin-right: 1em;
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.page_register .context_optin .context_privacy {
  position: absolute;
  left: -9999px;
  padding: 0.357rem 0;
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.page_register .context_optin .context_privacy_visible {
  position: relative;
  left: auto;
}
.page_register #formErrors {
  margin: 1.43rem 0;
  padding: 0.714rem;
  background: #ff4040;
  color: #fff;
}
.page_register #formErrors .pkp_form_error {
  padding: 0;
  font-size: 0.93rem;
  font-weight: bold;
  line-height: 1.43rem;
}
.page_register #formErrors .pkp_form_error_list {
  margin: 0;
  padding-left: 1.43rem;
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.page_register #formErrors .pkp_form_error_list a {
  color: #fff;
}
@media (min-width: 768px) {
  .page_register .identity li {
    display: inline-block;
    padding-right: 1em;
    max-width: 13em;
  }
}
@media (min-width: 1200px) {
  .page_register .identity li {
    max-width: 17em;
  }
}
.pkp_op_register .ui-helper-hidden-accessible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -2000px;
}
.pkp_op_register .ui-helper-hidden-accessible:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  padding: 0.714rem;
  position: absolute;
  left: 0.357rem;
  top: 0.357rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.pkp_op_register .ui-autocomplete {
  position: absolute !important;
}
/**
 * @file styles/pages/search.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the search form and results page
 * @link templates/frontend/pages/search.tpl
 */
.page_search .search_input .query {
  width: 100%;
  max-width: 100%;
  height: calc(2.857rem - 2px);
  font-size: 1.285rem;
  line-height: calc(2.857rem - 2px);
}
.page_search .search_advanced {
  border: 1px solid #dddddd;
  padding: 0 1.43rem 1.43rem;
}
.page_search .search_advanced legend {
  padding: 0.714rem 1.43rem;
  margin: 0;
  font-weight: 400;
}
.page_search .search_advanced label {
  font-size: 1rem;
  font-style: normal;
}
.page_search .date_range legend {
  padding: 0;
  font-size: 1rem;
}
.page_search .date_range label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -2000px;
}
.page_search .date_range label:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  padding: 1rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.page_search .date_range select + label + select {
  margin-left: 0.25em;
}
.page_search .date_range [name*="Year"] {
  width: 6em;
}
.page_search .date_range [name*="Day"] {
  width: 4em;
}
.page_search .date_range [name*="Month"] {
  width: 10em;
}
.page_search .label_contexts {
  margin-top: 1.43rem;
}
.page_search .submit {
  text-align: right;
}
.page_search .submit button {
  position: relative;
  padding-right: 3.2145rem;
  border-right: none;
  padding-right: 1em;
  padding-left: 3.2145rem;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: none;
}
.page_search .submit button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f002";
  position: absolute;
  top: -1px;
  right: 0;
  width: 2.143rem;
  height: 2.143rem;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 2.143rem;
  text-align: center;
  background: #006798;
  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: #008acb;
}
.page_search .submit button:after {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page_search .submit button:after {
  right: auto;
  left: 0;
}
.page_search .search_results {
  margin: 2.857rem 0;
  padding: 0;
  list-style: none;
}
.page_search .search_results .obj_article_summary {
  margin: 1.43rem 0;
}
.page_search .cmp_pagination {
  margin-top: 1.43rem;
  font-size: 0.93rem;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.54);
  text-align: right;
}
.page_search .cmp_pagination a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 768px) {
  .page_search .search_advanced:before,
  .page_search .search_advanced:after {
    content: " ";
    display: table;
  }
  .page_search .search_advanced:after {
    clear: both;
  }
  .page_search .date_range {
    float: left;
    width: 50%;
  }
  .page_search .date_range .to fieldset {
    margin-bottom: 0;
  }
  .page_search .author {
    float: right;
    width: 50%;
  }
}
/**
 * @file styles/pages/section.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles for the section archive.
 */
.page_section .section_description {
  margin-bottom: 2em;
}
/**
 * @file plugins/themes/default/styles/pages/viewPdf.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the lightweight page for viewing PDFs
 * @link templates/frontend/pages/viewPdf.tpl
 */
.header_view {
  z-index: 2;
  position: relative;
  background: #006798;
}
.header_view a {
  line-height: 2.143rem;
  text-decoration: none;
}
.header_view .return {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.143rem;
  height: 2.143rem;
  line-height: 2.143rem;
  background: #ffffff;
  color: #006798;
  text-align: center;
}
.header_view .return:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f060";
}
.header_view .return:hover,
.header_view .return:focus {
  background: #008acb;
  color: #fff;
}
.header_view .title {
  display: block;
  padding-left: 2.857rem;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.93rem;
  color: #fff;
}
.header_view .title:hover,
.header_view .title:focus {
  background: #008acb;
}
.header_view .download {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.143rem;
  background: #ffffff;
  text-align: center;
}
.header_view .download:hover,
.header_view .download:focus {
  background: #008acb;
  color: #fff;
}
.header_view .download:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f019";
}
.header_view .download .label {
  display: none;
}
@media (min-width: 768px) {
  .header_view .title {
    font-size: 1rem;
  }
  .header_view .download {
    width: auto;
    padding: 0 1.43rem;
  }
  .header_view .download .label {
    display: inline-block;
  }
  .header_view .download .pkp_screen_reader,
  .header_view .download .pkp_page_index .cmp_announcements h2 {
    display: none;
  }
}
.galley_view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}
.galley_view iframe {
  width: 100%;
  height: 100%;
  padding-top: 2.143rem;
  border: none;
}
.galley_view.galley_view_with_notice iframe {
  padding-top: 6.429rem;
}
.galley_view .galley_view_notice {
  position: absolute;
  top: 2.143rem;
  width: 100%;
  height: 4.286rem;
  background: #ff4040;
}
.galley_view .galley_view_notice_message {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.galley_view .galley_view_notice_message a {
  color: #ffffff;
  text-decoration: underline;
}
/**
 * @file  plugins/themes/default/styles/objects/announcement_full.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the full view of an announcement
 * @link templates/frontend/objects/announcement_full.tpl
 */
.obj_announcement_full h1 {
  margin: 0;
}
.obj_announcement_full .date {
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.54);
}
.obj_announcement_full .date:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f073";
  margin-right: 0.5em;
  color: #dddddd;
}
.obj_announcement_full .description {
  margin-top: 2.857rem;
}
.obj_announcement_full .description p:first-child {
  margin-top: 0;
}
.obj_announcement_full .description p:last-child {
  margin-bottom: 0;
}
/**
 * @file  plugins/themes/default/styles/objects/announcement_summary.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the summary view of an announcement
 * @link templates/frontend/objects/announcement_summary.tpl
 */
.obj_announcement_summary h2,
.obj_announcement_summary h3,
.obj_announcement_summary h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.43rem;
}
.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
  text-decoration: none;
}
.obj_announcement_summary .date {
  font-size: 0.93rem;
  line-height: 1.785rem;
  color: rgba(0, 0, 0, 0.54);
}
.obj_announcement_summary .date:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f073";
  margin-right: 0.5em;
  font-size: 1rem;
  color: #dddddd;
}
.obj_announcement_summary .summary {
  font-size: 0.93rem;
  line-height: 1.43rem;
  margin-top: 0.714rem;
}
.obj_announcement_summary .summary p:first-child {
  margin-top: 0;
}
.obj_announcement_summary .summary p:last-child {
  margin-bottom: 0;
}
.obj_announcement_summary .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #006798;
  text-decoration: none;
}
.obj_announcement_summary .read_more:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f054";
  position: absolute;
  top: 2px;
  right: 0;
  width: 2.143rem;
  height: 2.143rem;
  line-height: 2.143rem;
  text-align: center;
}
.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
  color: #008acb;
}
@media (min-width: 768px) {
  .obj_announcement_summary_has_image {
    display: grid;
    grid-template-columns: 33% auto;
    gap: 2.143rem;
  }
}
/**
 * @file styles/objects/article_details.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to a view of an article with all details
 * @link templates/frontend/objects/article_details.tpl
 */
.obj_article_details > .page_title {
  margin: 0;
}
.obj_article_details > .subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 2.143rem;
  font-weight: 400;
}
.obj_article_details .row {
  margin-top: 2.143rem;
}
.obj_article_details .item {
  padding-top: 1.43rem;
  padding-bottom: 1.43rem;
}
.obj_article_details .item > *:first-child {
  margin-top: 0;
}
.obj_article_details .item > *:last-child {
  margin-bottom: 0;
}
.obj_article_details .item > h2 + p {
  margin-top: 0;
}
.obj_article_details .sub_item {
  margin-bottom: 1.43rem;
}
.obj_article_details .sub_item:last-child {
  margin-bottom: 0;
}
.obj_article_details .main_entry .item .label {
  margin: 0 0 1.43rem;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
}
.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
  display: inline;
  font-size: 1rem;
}
.obj_article_details .main_entry .sub_item .label {
  font-size: 1rem;
}
.obj_article_details .authors li {
  margin-bottom: 0.714rem;
}
.obj_article_details .authors .name {
  font-weight: bold;
  display: block;
}
.obj_article_details .authors .userGroup {
  display: block;
}
.obj_article_details .authors .orcid {
  display: block;
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.obj_article_details .authors .orcid a {
  vertical-align: middle;
}
.obj_article_details .authors .orcid_icon {
  width: 1.43rem;
  height: 1.43rem;
}
.obj_article_details .authors .affiliation {
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.obj_article_details .authors .affiliation a,
.obj_article_details .authors .affiliation span,
.obj_article_details .authors .affiliation svg {
  display: inline-block;
  vertical-align: middle;
}
.obj_article_details .author_bios .sub_item .label {
  margin-bottom: 0;
}
.obj_article_details .author_bios .sub_item .value > p:first-child {
  margin-top: 0;
}
.obj_article_details .item.doi,
.obj_article_details .item.keywords {
  padding-top: 0;
}
.obj_article_details .galleys_links {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}
.obj_article_details .galleys_links li {
  margin-inline-end: 1rem;
}
.obj_article_details .supplementary_galleys_links {
  margin-top: 0.714rem;
}
.obj_article_details .copyright {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.obj_article_details .copyright a[rel="license"] + p {
  margin-top: 0;
}
.obj_article_details .entry_details {
  margin-left: -1.43rem;
  margin-right: -1.43rem;
  border-top: 1px solid #dddddd;
}
.obj_article_details .entry_details .item {
  padding: 1.43rem;
  border-bottom: 1px solid #dddddd;
  word-wrap: break-word;
}
.obj_article_details .entry_details .item:last-child {
  border-bottom: none;
}
.obj_article_details .entry_details .item .label {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.obj_article_details .categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.obj_article_details .versions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.obj_article_details .citation_display .value {
  font-size: 0.93rem;
}
.obj_article_details .citation_display .csl-left-margin {
  display: none;
}
.obj_article_details .citation_display [aria-hidden="true"] {
  display: none;
}
.obj_article_details .citation_display .citation_formats {
  margin-top: 1em;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.obj_article_details .citation_display .citation_formats_button {
  position: relative;
  background: transparent;
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding: 0 1em;
  width: 100%;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  text-align: left;
}
.obj_article_details .citation_display .citation_formats_button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.obj_article_details .citation_display .citation_formats_button[aria-expanded="true"]:after {
  content: "\f0d8";
}
.obj_article_details .citation_display .citation_formats_button:focus {
  background: #dddddd;
  outline: 0;
}
.obj_article_details .citation_display .citation_formats_styles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.obj_article_details .citation_display .citation_formats_styles a {
  display: block;
  padding: 0.5em 1em;
  border-bottom: 1px solid #dddddd;
  text-decoration: none;
}
.obj_article_details .citation_display .citation_formats_styles a:focus {
  background: #dddddd;
  outline: 0;
}
.obj_article_details .citation_display .citation_formats_styles li:last-child a {
  border-bottom: none;
}
.obj_article_details .citation_display .citation_formats_list .label {
  padding: 1em 1em 0.25em 1em;
}
.obj_article_details .citation_display .citation_formats_styles + .label {
  border-top: 1px solid #dddddd;
}
.obj_article_details .citation_display span {
  margin-right: 0.5em;
}
@media (min-width: 480px) {
  .obj_article_details .entry_details {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
}
@media (min-width: 768px) {
  .obj_article_details .row {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .obj_article_details .main_entry {
    float: left;
    width: 428px;
    border-right: 1px solid #dddddd;
  }
  .obj_article_details .item {
    padding: 1.43rem;
  }
  .obj_article_details .item .label {
    margin: 0 0 1.43rem;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
  }
  .obj_article_details .item.doi .label,
  .obj_article_details .item.keywords .label {
    display: inline;
    font-size: 1rem;
  }
  .obj_article_details .entry_details {
    float: left;
    width: 300px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 1px solid #dddddd;
  }
  .obj_article_details .entry_details .item {
    margin-right: -1px;
    border-bottom: 1px solid #dddddd;
  }
  .obj_article_details .entry_details .item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .obj_article_details .row {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .obj_article_details .main_entry {
    width: 352px;
  }
  .obj_article_details .item {
    padding: 2.143rem;
  }
}
@media (min-width: 1200px) {
  .obj_article_details .main_entry {
    width: 560px;
  }
}
/**
 * @file styles/objects/article_summary.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to a summary view of an article for lists
 * @link templates/frontend/objects/article_details.tpl
 */
.obj_article_summary:before,
.obj_article_summary:after {
  content: " ";
  display: table;
}
.obj_article_summary:after {
  clear: both;
}
.obj_article_summary .cover {
  display: block;
  margin-bottom: 1.43rem;
}
.obj_article_summary .cover img {
  display: block;
  max-height: 250px;
  width: auto;
}
.obj_article_summary > .title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 700;
  border-bottom: none;
  margin: 0;
}
.obj_article_summary > .title a {
  text-decoration: none;
}
.obj_article_summary .subtitle {
  display: block;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.obj_article_summary .meta {
  position: relative;
  padding-top: 0.357rem;
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.obj_article_summary .pages,
.obj_article_summary .published {
  color: rgba(0, 0, 0, 0.54);
}
.obj_article_summary .galleys_links {
  margin-top: 0.714rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}
.obj_article_summary .galleys_links li {
  margin-inline-end: 1rem;
}
.obj_article_summary .galleys_links li:last-child {
  margin-inline-end: 0;
}
@media (min-width: 768px) {
  .obj_article_summary .authors {
    padding-right: 5em;
  }
  .obj_article_summary .pages {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2.143rem;
  }
  .obj_article_summary .cover {
    float: left;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 1.43rem;
  }
}
@media (min-width: 992px) {
  .obj_article_summary .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
  }
  .obj_article_summary .cover img {
    max-height: none;
  }
}
/**
 * @file styles/objects/galley_link.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to an issue table of contents view
 * @link templates/frontend/objects/galley_link.tpl
 */
.obj_galley_link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0f6";
  margin-right: 0.25em;
}
.obj_galley_link.pdf:before {
  content: "\f1c1";
}
.obj_galley_link.restricted {
  border-color: #d00a6c;
  color: #d00a6c;
}
.obj_galley_link.restricted:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f023";
  color: #d00a6c;
}
.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
  background: #d00a6c;
  color: #ffffff;
}
.obj_galley_link.restricted:hover:before,
.obj_galley_link.restricted:focus:before {
  color: #ffffff;
}
.obj_galley_link_supplementary {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #006798;
  text-decoration: none;
  padding-right: 0;
  padding-left: 1.43rem;
}
.obj_galley_link_supplementary:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f0f6";
  position: absolute;
  top: 2px;
  right: 0;
  width: 2.143rem;
  height: 2.143rem;
  line-height: 2.143rem;
  text-align: center;
}
.obj_galley_link_supplementary:hover,
.obj_galley_link_supplementary:focus {
  color: #008acb;
}
.obj_galley_link_supplementary:after {
  right: auto;
  left: 0;
  text-align: left;
}
/**
 * @file styles/objects/issue_summary.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to an issue summary view
 * @link templates/frontend/objects/issue_summary.tpl
 */
.obj_issue_summary h2 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 400;
}
.obj_issue_summary .cover {
  display: block;
  margin-bottom: 1.43rem;
}
.obj_issue_summary .cover img {
  display: block;
  width: auto;
  max-height: 250px;
}
.obj_issue_summary .title {
  font-family: "Noto Sans", -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: 0.357rem;
  color: rgba(0, 0, 0, 0.54);
}
.obj_issue_summary .description {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.obj_issue_summary .description p:first-child {
  margin-top: 0;
}
.obj_issue_summary .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .obj_issue_summary:before,
  .obj_issue_summary:after {
    content: " ";
    display: table;
  }
  .obj_issue_summary:after {
    clear: both;
  }
  .obj_issue_summary .cover {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 1.43rem;
  }
  .obj_issue_summary .cover img {
    max-height: auto;
  }
}
/**
 * @file styles/objects/issue_toc.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to an issue table of contents view
 * @link templates/frontend/objects/issue_toc.tpl
 */
.obj_issue_toc .cover {
  display: block;
  margin-bottom: 1.43rem;
}
.obj_issue_toc .cover img {
  display: block;
  max-height: 250px;
  width: auto;
}
.obj_issue_toc .description > *:first-child {
  margin-top: 0;
}
.obj_issue_toc .description > *:last-child {
  margin-bottom: 0;
}
.obj_issue_toc .pub_id {
  margin: 1.43rem 0;
}
.obj_issue_toc .pub_id .type {
  font-weight: 700;
}
.obj_issue_toc .published {
  margin: 1.43rem 0;
}
.obj_issue_toc .published .label {
  font-weight: 700;
}
.obj_issue_toc .articles {
  margin-top: calc(2.143rem + 1.43rem);
}
.obj_issue_toc h2 + .articles,
.obj_issue_toc h3 + .articles {
  margin-top: 0;
}
.obj_issue_toc .sections:not(:first-child) {
  margin-top: 4.286rem;
}
.obj_issue_toc .section:last-child .articles > li:last-child {
  margin-bottom: 0;
}
.obj_issue_toc .galleys_links {
  margin-top: 0.714rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
}
.obj_issue_toc .galleys_links li {
  margin-inline-end: 1rem;
}
.obj_issue_toc .galleys_links li:last-child {
  margin-inline-end: 0;
}
@media (min-width: 768px) {
  .obj_issue_toc .heading:before,
  .obj_issue_toc .heading:after {
    content: " ";
    display: table;
  }
  .obj_issue_toc .heading:after {
    clear: both;
  }
  .obj_issue_toc .cover {
    float: left;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 1.43rem;
  }
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    position: relative;
    margin: 2.143rem -1.43rem;
    padding: 2.143rem;
  }
  .obj_issue_toc .galleys:before,
  .obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    border-top: 1px solid #dddddd;
  }
  .obj_issue_toc .galleys > h2,
  .obj_issue_toc .section > h2,
  .obj_issue_toc .galleys > h3,
  .obj_issue_toc .section > h3 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 1.0715rem;
    background: #ffffff;
    font-size: 1.143rem;
    font-weight: 400;
    line-height: 2.143rem;
    color: rgba(0, 0, 0, 0.54);
  }
}
@media (min-width: 992px) {
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    margin: 2.143rem -2.143rem;
  }
  .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 2.143rem;
  }
  .obj_issue_toc .cover img {
    max-height: none;
  }
}
/**
 * @file plugins/themes/default/styles/sidebar.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles for the sidebar blocks
 *
 */
.pkp_block {
  padding: 2.143rem 1.43rem;
  font-size: 1rem;
  line-height: 1.43rem;
}
.pkp_block .title {
  display: block;
  margin-bottom: 0.714rem;
  margin-top: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_block .content ul li {
  line-height: 1.43rem;
  padding: 0.357rem 0;
}
.pkp_block .content p {
  line-height: 1.785rem;
}
.pkp_block .content p:first-child {
  margin-top: 0;
}
.pkp_block .content p:last-child {
  margin-bottom: 0;
}
.pkp_block a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .pkp_block {
    padding: 2.143rem;
  }
}
.block_browse {
  font-size: 0.93rem;
}
.block_browse .has_submenu {
  margin-top: 1.43rem;
  font-size: 0.93rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.block_browse .has_submenu ul {
  margin-top: calc(0.357rem - 1px);
  padding-top: 0.357rem;
  font-weight: 400;
}
.block_browse .is_sub {
  margin-left: 0.714rem;
}
.block_browse .current a {
  padding-left: 0.5em;
  border-left: 4px solid #dddddd;
  color: rgba(0, 0, 0, 0.54);
  cursor: text;
}
.block_information a,
.block_language_toggle a {
  font-size: 0.93rem;
}
.block_subscription .subscription_name {
  margin-bottom: 0;
  font-weight: 700;
}
.block_subscription .subscription_membership {
  margin-top: 0;
}
/**
 * @file plugins/themes/default/styles/footer.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Classes for the page footer elements
 */
.pkp_structure_footer_wrapper {
  background: #dddddd;
}
.pkp_structure_footer {
  text-align: center;
}
.pkp_footer_content {
  padding: 2.143rem;
  text-align: left;
}
.pkp_brand_footer {
  padding: 2.143rem;
}
.pkp_brand_footer:before,
.pkp_brand_footer:after {
  content: " ";
  display: table;
}
.pkp_brand_footer:after {
  clear: both;
}
.pkp_brand_footer a {
  float: right;
  display: block;
  max-width: 150px;
}
/**
 * @file plugins/themes/default/rtl.less
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Stylesheet for flipping content to RTL (e.g. for Arabic, Persian and Hebrew)
 *
 */
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;
  }
  body[dir="rtl"] .pkp_navigation_search_wrapper {
    float: left;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  body[dir="rtl"] .pkp_structure_main:after {
    left: auto;
    right: 860px;
  }
}
@media (min-width: 992px) {
  body[dir="rtl"] .pkp_site_name {
    text-align: right;
  }
}
body[dir="rtl"] .pkp_navigation_primary ul {
  text-align: right;
}
body[dir="rtl"] .pkp_navigation_user {
  text-align: left;
}
body[dir="rtl"] .pkp_navigation_user li {
  text-align: right;
}
body[dir="rtl"] .pkp_screen_reader,
body[dir="rtl"] .cmp_skip_to_content a,
body[dir="rtl"] .pkp_page_index .journals h2,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2,
body[dir="rtl"] .page_register .context_optin .roles legend,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2 {
  left: auto;
  right: -2000px;
}
body[dir="rtl"] .pkp_screen_reader:focus,
body[dir="rtl"] .cmp_skip_to_content a:focus,
body[dir="rtl"] .pkp_page_index .journals h2:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,
body[dir="rtl"] .page_register .context_optin .roles legend:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus {
  right: 50%;
}
body[dir="rtl"] .obj_announcement_summary .date:before {
  margin-right: 0;
  margin-left: 0.5em;
}
body[dir="rtl"] .obj_issue_toc .galleys_links li {
  margin-right: inherit;
  margin-left: 1em;
}
@media (min-width: 768px) {
  body[dir="rtl"] .obj_issue_toc .galleys h2,
  body[dir="rtl"] .obj_issue_toc .section h2 {
    left: auto;
    right: 1.0715rem;
  }
  body[dir="rtl"] .obj_issue_toc .cover {
    float: right;
    margin-right: inherit;
    margin-left: 1.43rem;
  }
}
@media (min-width: 992px) {
  body[dir="rtl"] .obj_issue_toc .cover {
    margin-right: inherit;
    margin-left: 2.143rem;
  }
}
@media (min-width: 768px) {
  body[dir="rtl"] .obj_issue_summary .cover {
    float: right;
    margin-right: inherit;
    margin-left: 1.43rem;
  }
}
@media (min-width: 768px) {
  body[dir="rtl"] .obj_article_summary {
    padding-right: 0;
    padding-left: 5em;
  }
}
@media (min-width: 768px) {
  body[dir="rtl"] .galleys h2,
  body[dir="rtl"] .section h2 {
    left: auto;
    right: 1.0715rem;
  }
  body[dir="rtl"] .cover {
    float: right;
    margin-right: inherit;
    margin-left: 1.43rem;
  }
}
@media (min-width: 992px) {
  body[dir="rtl"] .cover {
    margin-right: inherit;
    margin-left: 2.143rem;
  }
}
/* Premium editorial public shell */
.ijaies-public,
.ijaies-public * {
  box-sizing: border-box;
}
html {
  background: #F8FAFC;
}
.ijaies-public {
  margin: 0;
  color: #111827;
  background: #F8FAFC;
  font: 16px/1.7 "Inter", Arial, sans-serif;
  overflow-wrap: anywhere;
}
.pkp_structure_page {
  min-height: 100vh;
  background: #F8FAFC;
}
.ijaies-container,
.ijaies-wrap {
  width: calc(100% - 64px);
  max-width: 1240px;
  margin-inline: auto;
}
.pkp_structure_head {
  color: #111827;
  border: 0;
  background: #fff;
  box-shadow: none;
}
.pkp_head_wrapper {
  width: auto;
  max-width: none;
  padding: 0;
}
.ijaies-topbar {
  display: none;
}
.ijaies-masthead {
  border-bottom: 1px solid #E2E8F0;
  background: #fff;
}
.ijaies-masthead__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 40px;
  align-items: center;
  padding: 25px 0 23px;
}
.ijaies-masthead__identity {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}
.ijaies-wordmark {
  display: block;
  color: #003B5C;
  font: 600 80px/0.9399999999999999 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.05em;
  text-decoration: none;
}
.ijaies-wordmark:hover {
  color: #2563EB;
  text-decoration: none;
}
.ijaies-masthead__title {
  display: block;
  max-width: 760px;
  margin: 0;
  color: #475569;
  font: 500 16px/1.4 "Libre Baskerville", Georgia, serif;
  text-decoration: none;
}
.ijaies-masthead__discipline {
  padding: 0;
  color: #475569;
  font: 500 17px/1.4 "Libre Baskerville", Georgia, serif;
  text-align: right;
}
.ijaies-masthead__discipline span {
  display: block;
  margin-top: 7px;
  color: #64748B;
  font: 700 10px/1.3 "Inter", Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.ijaies-nav {
  border-bottom: 1px solid #E2E8F0;
  background: #fff;
}
.ijaies-nav__inner {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
  overflow-wrap: normal;
  word-break: normal;
}
.ijaies-nav__home,
.ijaies-nav .pkp_navigation_primary > li > a,
.ijaies-nav__supplemental > a,
.ijaies-nav__search {
  display: inline-flex;
  height: 56px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0;
  color: #334155;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.ijaies-nav__home:hover,
.ijaies-nav__home:focus,
.ijaies-nav .pkp_navigation_primary > li > a:hover,
.ijaies-nav .pkp_navigation_primary > li > a:focus,
.ijaies-nav__supplemental > a:hover,
.ijaies-nav__search:hover {
  color: #2563EB;
  border-bottom-color: #2563EB;
  text-decoration: none;
}
.pkp_page_index.pkp_op_index .ijaies-nav__home,
.pkp_page_issue.pkp_op_view .ijaies-nav .pkp_navigation_primary > li > a[href*="/issue/current"],
.pkp_page_issue.pkp_op_archive .ijaies-nav .pkp_navigation_primary > li > a[href*="/issue/archive"],
.pkp_page_about.pkp_op_index .ijaies-nav .pkp_navigation_primary > li > a[href$="/about"],
.pkp_page_about.pkp_op_editorialMasthead .ijaies-nav__editorial,
.pkp_page_about.pkp_op_editorialHistory .ijaies-nav__editorial,
.pkp_page_about.pkp_op_submissions .ijaies-nav__submissions,
.pkp_page_about.pkp_op_contact .ijaies-nav__contact {
  color: #2563EB;
  border-bottom-color: #2563EB;
}
.ijaies-nav__primary-group,
.ijaies-nav__secondary-group {
  display: flex;
  min-width: 0;
  align-items: center;
}
.ijaies-nav__primary-group {
  flex: 0 0 auto;
}
.ijaies-nav__secondary-group {
  flex: 0 0 auto;
  margin-left: auto;
}
.ijaies-nav .pkp_navigation_primary {
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  align-items: center;
  margin: 0 0 0 24px;
  padding: 0;
}
.ijaies-nav .pkp_navigation_primary > li {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}
.ijaies-nav .pkp_navigation_primary_row,
.ijaies-nav .pkp_navigation_primary_wrapper {
  position: static;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
  padding: 0;
}
.ijaies-nav .pkp_navigation_primary_wrapper:before,
.ijaies-nav .pkp_navigation_primary_wrapper:after {
  display: none;
  content: none;
}
.ijaies-nav__supplemental {
  display: flex;
  flex: 0 0 auto;
  gap: 24px;
  margin: 0;
}
.ijaies-nav__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 13px;
  align-items: center;
  margin: 0 0 0 22px;
  padding: 0;
  white-space: nowrap;
}
.ijaies-nav__search {
  gap: 7px;
}
.ijaies-user-menu {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
.ijaies-user-menu > li {
  position: relative;
  max-width: 145px;
  margin: 0;
}
.ijaies-user-menu > li > a {
  display: flex;
  overflow: hidden;
  height: 34px;
  max-width: 145px;
  align-items: center;
  padding: 0 10px;
  color: #475569;
  border: 1px solid #E2E8F0;
  background: #fff;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.ijaies-user-menu > li > a[href*="/user/register"] {
  display: none;
}
.ijaies-user-menu ul {
  z-index: 1000;
}
.ijaies-btn {
  display: inline-flex;
  height: 38px;
  min-height: 38px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #fff;
  border: 1px solid #003B5C;
  border-radius: 0;
  background: #003B5C;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}
.ijaies-btn:hover,
.ijaies-btn:focus {
  color: #fff;
  background: #003B5C;
  text-decoration: none;
}
.pkp_site_nav_toggle {
  top: 24px;
  right: 20px;
  color: #003B5C;
}
/* Home is the first item in the same primary list as Current, Archives and About. */
.ijaies-nav .ijaies-nav__primary {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  gap: 24px;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ijaies-nav .ijaies-nav__primary > li {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
}
.ijaies-nav .ijaies-nav__home {
  display: block;
  height: auto;
  padding: 0;
  border: 0;
  color: inherit;
}
.ijaies-nav .ijaies-nav__home:hover,
.ijaies-nav .ijaies-nav__home:focus {
  border: 0;
  color: inherit;
}
.pkp_page_index.pkp_op_index .ijaies-nav .ijaies-nav__home {
  border: 0;
}
.pkp_page_index.pkp_op_index .ijaies-nav .ijaies-nav__home > a {
  color: #2563EB;
  border-bottom-color: #2563EB;
}
/* Primary submission call to action */
.ijaies-nav .ijaies-btn {
  display: inline-flex;
  height: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  color: #fff;
  border: 1px solid #003B5C;
  border-radius: 5px;
  background: #003B5C;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .01em;
  box-shadow: none;
}
.ijaies-nav .ijaies-btn:hover,
.ijaies-nav .ijaies-btn:focus {
  color: #fff;
  border-color: #003B5C;
  background: #003B5C;
  box-shadow: none;
  text-decoration: none;
}
.ijaies-nav .ijaies-btn:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 2px;
}
/* Keep the native OJS search entry visible on the white editorial navigation. */
.ijaies-nav .ijaies-nav__search {
  display: inline-flex;
  color: #334155;
  gap: 7px;
}
.ijaies-nav .ijaies-nav__search:hover,
.ijaies-nav .ijaies-nav__search:focus {
  color: #2563EB;
  border-bottom-color: #2563EB;
  text-decoration: none;
}
/* Shared controls */
.ijaies-public a {
  transition: none;
}
.ijaies-public input[type=text],
.ijaies-public input[type=email],
.ijaies-public input[type=password],
.ijaies-public input[type=url],
.ijaies-public select,
.ijaies-public textarea {
  max-width: 100%;
  border: 1px solid #CBD5E1;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  font: 15px/1.4 "Inter", Arial, sans-serif;
}
.ijaies-public input[type=text],
.ijaies-public input[type=email],
.ijaies-public input[type=password],
.ijaies-public input[type=url],
.ijaies-public select {
  min-height: 44px;
}
.ijaies-public input:focus,
.ijaies-public select:focus,
.ijaies-public textarea:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 3px rgba(36, 75, 123, 0.1);
}
.ijaies-public input[type=checkbox],
.ijaies-public input[type=radio] {
  width: 17px !important;
  height: 17px !important;
  min-height: 0 !important;
  margin-right: 8px;
  vertical-align: -3px;
}
.ijaies-public .cmp_button,
.ijaies-public button.submit,
.ijaies-public input[type=submit],
.ijaies-public .page_search .submit button {
  min-height: 42px;
  border-radius: 4px;
  background: #003B5C;
  font-weight: 700;
}
.cmp_breadcrumbs {
  margin-bottom: 28px;
  color: #475569;
  font-size: 12px;
}
.cmp_breadcrumbs a {
  color: #2563EB;
}
.page > h1 {
  max-width: 900px;
  margin: 0 0 32px;
  color: #003B5C;
  font: 500 32px/1.25 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.018em;
}
.page h2,
.page h3 {
  color: #003B5C;
}
/* Editorial article list */
.ijaies-article {
  position: relative;
  padding: 26px 112px 26px 0;
  border-top: 1px solid #e2e8f0;
}
.ijaies-article:first-child {
  border-top-color: #003B5C;
}
.ijaies-article__section {
  margin-bottom: 7px;
  color: #2563EB;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.ijaies-article .title {
  margin: 0 0 8px;
  font: 500 22px/1.38 "Libre Baskerville", Georgia, serif;
  overflow-wrap: anywhere;
}
.ijaies-article .title a {
  color: #003B5C;
  text-decoration: none;
}
.ijaies-article .title a:hover {
  color: #2563EB;
}
.ijaies-article .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  margin: 0;
  color: #78808d;
  font-size: 12px;
  line-height: 1.55;
}
.ijaies-article .galleys_links {
  position: absolute;
  top: 28px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ijaies-article .obj_galley_link {
  padding: 4px 0;
  color: #003B5C;
  border: 0;
  border-bottom: 1px solid #003B5C;
  border-radius: 0;
  background: transparent;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
/* Footer */
.pkp_structure_footer_wrapper {
  margin: 0;
  color: #CBD5E1;
  border: 0;
  background: #003B5C;
}
.ijaies-footer {
  padding: 46px 0 0;
}
.ijaies-footer__grid {
  display: grid;
  grid-template-columns: 1.55fr .55fr .65fr;
  gap: 68px;
  padding-bottom: 38px;
}
.ijaies-footer__logo {
  color: #fff;
  font: 500 38px/1 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.035em;
}
.ijaies-footer__title {
  max-width: 390px;
  margin: 9px 0;
  color: #E2E8F0;
  font: 500 15px/1.5 "Libre Baskerville", Georgia, serif;
}
.ijaies-footer__copy {
  max-width: 480px;
  margin: 0;
  color: #94A3B8;
  font-size: 11px;
  line-height: 1.8;
}
.ijaies-footer__heading {
  margin: 4px 0 12px;
  color: #94A3B8;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.ijaies-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ijaies-footer__links a {
  display: block;
  padding: 4px 0;
  color: #E2E8F0;
  font-size: 11px;
  text-decoration: none;
}
.ijaies-footer__links a:hover {
  color: #fff;
}
.ijaies-footer__bottom {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
  font-size: 10px;
}
.ijaies-footer .pkp_brand_footer img {
  width: auto;
  max-height: 26px;
  filter: grayscale(1) brightness(2.5);
  opacity: .45;
}
/* CSET technical publishing shell */
.cset-public {
  font-family: "Inter", "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0f172a;
  background: #fff;
}
.cset-container {
  width: calc(100% - 48px);
  max-width: 1240px;
  margin-inline: auto;
}
.cset-header {
  padding: 0;
  border: 0;
  background: #fff;
  box-shadow: none;
}
.cset-header .cset-masthead {
  padding: 0;
  border-bottom: 1px solid #dee4e8;
  background: #fff;
}
.cset-header .cset-masthead__inner {
  display: flex;
  min-height: 72px;
  align-items: center;
  gap: 24px;
  padding: 0;
}
.cset-brand {
  display: flex;
  min-width: 294px;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  color: #063e5a;
  text-decoration: none;
}
.cset-brand:hover {
  text-decoration: none;
}
.cset-brand__wordmark {
  display: block;
  width: 104px;
  height: auto;
  flex: 0 0 auto;
  overflow: visible;
}
.cset-brand__wordmark text {
  fill: #063e5a;
  font: 800 27px/1 "Inter", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 2.4px;
}
.cset-brand__wordmark path {
  fill: none;
  stroke: #2563eb;
  stroke-width: 2;
}
.cset-brand__title {
  max-width: 188px;
  padding-left: 16px;
  border-left: 1px solid #cfd8df;
  color: #334155;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: .015em;
}
.cset-header .cset-nav.pkp_site_nav_menu {
  position: static;
  display: block;
  width: auto;
  margin-left: auto;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.cset-nav__list {
  display: flex;
  width: auto;
  align-items: center;
  gap: 19px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cset-nav__list > li {
  margin: 0;
  padding: 0;
}
.cset-nav__list > li > a {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 0 !important;
  color: #334155 !important;
  border-bottom: 2px solid transparent;
  background: transparent !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}
.cset-nav__list > li > a:hover,
.cset-nav__list > li > a:focus,
.cset-nav__list > .cset-nav__item--active > a {
  color: #063e5a !important;
  border-bottom-color: #2563eb;
}
.cset-nav__mobile-only {
  display: none;
}
.cset-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
}
.cset-header-search {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.cset-header-search:hover {
  color: #2563eb;
  text-decoration: none;
}
.cset-user-menu {
  display: flex;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cset-user-menu ul {
  z-index: 1000;
}
.cset-user-menu > li > a {
  display: block;
  max-width: 100px;
  overflow: hidden;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cset-user-menu > li > a[href*="/user/register"] {
  display: none;
}
.cset-submit {
  display: inline-flex;
  min-height: 34px;
  flex: 0 0 auto;
  align-items: center;
  padding: 0 13px;
  color: #fff;
  border: 1px solid #063e5a;
  border-radius: 2px;
  background: #063e5a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .005em;
  text-decoration: none;
  white-space: nowrap;
}
.cset-submit:hover {
  color: #fff;
  background: #0a4e6e;
  text-decoration: none;
}
.cset-header .pkp_site_nav_toggle {
  position: static;
  display: none;
  margin-left: auto;
  color: #063e5a;
}
.cset-public a {
  transition: none;
}
.cset-public input,
.cset-public select,
.cset-public textarea,
.cset-public button {
  border-radius: 0;
}
.cset-footer {
  padding: 48px 0 0;
  background: #003b5c;
  color: #cbd5e1;
}
.cset-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr .65fr .65fr;
  gap: 72px;
  padding-bottom: 42px;
}
.cset-footer__mark {
  color: #fff;
  font: 800 26px/1 Arial, sans-serif;
  letter-spacing: .12em;
}
.cset-footer__identity h2 {
  max-width: 410px;
  margin: 12px 0;
  color: #e2e8f0;
  font: 500 16px/1.5 "Libre Baskerville", Georgia, serif;
}
.cset-footer__heading {
  margin: 0 0 13px;
  color: #93c5fd;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.cset-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cset-footer li {
  margin: 0;
}
.cset-footer a {
  display: block;
  padding: 4px 0;
  color: #cbd5e1;
  font-size: 11px;
  text-decoration: none;
}
.cset-footer a:hover {
  color: #fff;
}
.cset-footer__bottom {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #94a3b8;
  font-size: 10px;
}
.cset-footer .pkp_brand_footer img {
  max-height: 25px;
  filter: grayscale(1) brightness(2.4);
  opacity: .5;
}
/* Unified public scaffold */
.ijaies-public .pkp_structure_content {
  width: calc(100% - 64px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 0 72px;
}
.ijaies-public .pkp_structure_main {
  position: relative;
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.ijaies-public .pkp_structure_main:before,
.ijaies-public .pkp_structure_main:after {
  display: none;
  content: none;
}
.ijaies-public .pkp_structure_sidebar {
  display: none;
}
body.pkp_page_index.pkp_op_index .pkp_structure_content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
/* Homepage */
.ijaies-home {
  color: #111827;
  background: #F8FAFC;
}
.ijaies-overview {
  border-bottom: 1px solid #E2E8F0;
  background: #fff;
}
.ijaies-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(310px, 0.65fr);
  min-height: 500px;
}
.ijaies-overview__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 66px 68px 66px 0;
  border-right: 1px solid #e2e8f0;
}
.ijaies-overview__eyebrow,
.ijaies-section-kicker {
  margin: 0 0 12px;
  color: #2563EB;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.ijaies-overview__title {
  max-width: 790px;
  margin: 0;
  color: #003B5C;
  font: 500 4.7vw/1.05 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.04em;
}
.ijaies-overview__title span {
  color: #2563EB;
}
.ijaies-overview__copy {
  max-width: 740px;
  margin: 25px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.82;
}
.ijaies-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 28px;
}
.ijaies-text-link {
  display: inline-block;
  color: #003B5C;
  border-bottom: 1px solid #003B5C;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
}
.ijaies-text-link--accent {
  color: #2563EB;
  border-color: #2563EB;
}
.ijaies-journal-info {
  padding: 54px 0 54px 46px;
}
.ijaies-journal-info h2 {
  margin: 8px 0 28px;
  color: #003B5C;
  font: 500 23px/1.35 "Libre Baskerville", Georgia, serif;
}
.ijaies-journal-info dl {
  margin: 0;
  border-top: 1px solid #e2e8f0;
}
.ijaies-journal-info dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid #e2e8f0;
}
.ijaies-journal-info dt {
  color: #64748B;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.ijaies-journal-info dd {
  margin: 0;
  color: #2c394c;
  font: 500 14px/1.45 "Libre Baskerville", Georgia, serif;
}
.ijaies-home-section {
  padding: 76px 0;
}
.ijaies-current {
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}
.ijaies-issue-feature {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 72px;
  align-items: center;
  padding-bottom: 70px;
}
.ijaies-issue-feature__cover {
  display: flex;
  min-height: 400px;
  align-items: center;
  justify-content: center;
}
.ijaies-issue-feature__cover img {
  display: block;
  width: auto;
  max-width: 245px;
  max-height: 360px;
  border: 1px solid #CBD5E1;
  box-shadow: none;
}
.ijaies-issue-feature__series {
  margin: 10px 0 13px;
  color: #003B5C;
  font: 500 4vw/1.08 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.035em;
}
.ijaies-issue-feature__date {
  margin-bottom: 22px;
  color: #64748B;
  font-size: 11px;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.ijaies-issue-feature__copy {
  max-width: 660px;
  margin: 0 0 25px;
  color: #475569;
  font: 500 18px/1.7 "Libre Baskerville", Georgia, serif;
}
.ijaies-research-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: end;
  margin-bottom: 25px;
  padding-top: 58px;
  border-top: 1px solid #003b5c;
}
.ijaies-research-head h2 {
  margin: 6px 0 0;
  color: #003B5C;
  font: 500 39px/1.12 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.03em;
}
.ijaies-research-head > p {
  max-width: 500px;
  margin: 0;
  color: #64748B;
  font-size: 13px;
  justify-self: end;
}
.ijaies-research-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 26px;
}
.ijaies-scope {
  color: #fff;
  background: #003B5C;
}
.ijaies-scope__grid {
  display: grid;
  grid-template-columns: .85fr 1.5fr;
  gap: 86px;
  padding: 74px 0 78px;
}
.ijaies-scope .ijaies-section-kicker {
  color: #93C5FD;
}
.ijaies-scope h2 {
  margin: 12px 0;
  color: #fff;
  font: 500 45px/1.08 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.035em;
}
.ijaies-scope p {
  max-width: 440px;
  margin: 20px 0 0;
  color: #CBD5E1;
  font: 500 18px/1.65 "Libre Baskerville", Georgia, serif;
}
.ijaies-topics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}
.ijaies-topics li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: #F8FAFC;
  font: 500 18px/1.4 "Libre Baskerville", Georgia, serif;
}
.ijaies-topics li:nth-child(odd) {
  padding-right: 28px;
}
.ijaies-topics li:nth-child(even) {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
.ijaies-topics li {
  transition: none;
}
.ijaies-topic__label {
  display: inline-block;
  transform-origin: left center;
  transition: none;
}
.ijaies-topics li:hover {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.ijaies-topics li:hover .ijaies-topic__label {
  color: #fff;
  transform: scale(1.03);
}
.ijaies-resources {
  padding: 70px 0;
  background: #F8FAFC;
}
.ijaies-resources h2 {
  margin: 7px 0 25px;
  color: #003B5C;
  font: 500 37px/1.15 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.03em;
}
.ijaies-quicklinks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid #003b5c;
}
.ijaies-quicklink {
  display: block;
  min-height: 155px;
  padding: 25px 28px 28px 0;
  color: #003B5C;
  text-decoration: none;
}
.ijaies-quicklink + .ijaies-quicklink {
  padding-left: 28px;
  border-left: 1px solid #e2e8f0;
}
.ijaies-quicklink span {
  display: block;
  color: #64748B;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
}
.ijaies-quicklink strong {
  display: block;
  margin-top: 17px;
  font: 500 23px/1.35 "Libre Baskerville", Georgia, serif;
}
.ijaies-quicklink small {
  display: block;
  margin-top: 6px;
  color: #64748B;
  font-size: 12px;
}
.ijaies-quicklink:hover strong {
  color: #2563EB;
}
/* Homepage indexing logos */
.ijaies-indexing {
  padding: 64px 0 68px;
  border-top: 1px solid #E2E8F0;
  background: #fff;
}
.ijaies-indexing h2 {
  margin: 0 0 34px;
  color: #003B5C;
  font: 500 34px/1.18 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.025em;
}
.ijaies-indexing__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  border-block: 1px solid #e2e8f0;
}
.ijaies-indexing__stage {
  display: flex;
  min-width: 0;
  min-height: 118px;
  align-items: center;
  justify-content: center;
  padding: 22px 30px;
  text-decoration: none;
}
.ijaies-indexing__stage:focus {
  outline: 2px solid #2563EB;
  outline-offset: -2px;
}
.ijaies-indexing__stage + .ijaies-indexing__stage {
  border-left: 1px solid #e2e8f0;
}
.ijaies-indexing__stage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.ijaies-indexing__stage--scholar img {
  max-width: 210px;
  max-height: 46px;
}
.ijaies-indexing__stage--crossref img {
  max-width: 138px;
  max-height: 78px;
}
.ijaies-indexing__stage--doi img {
  max-width: 205px;
  max-height: 48px;
}
.ijaies-indexing__stage--orcid img {
  max-width: 168px;
  max-height: 58px;
}
/* Issue and Archives */
.pkp_page_issue .page_issue {
  max-width: 960px;
  margin: auto;
}
.pkp_page_issue .obj_issue_toc .heading {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 35px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e2e8f0;
}
.pkp_page_issue .obj_issue_toc .cover {
  float: none;
  width: auto;
}
.pkp_page_issue .obj_issue_toc .cover img {
  max-width: 170px;
  max-height: 240px;
  border: 1px solid #e2e8f0;
}
.pkp_page_issue .obj_issue_toc .published {
  margin: 0;
  color: #475569;
  font-size: 13px;
}
.pkp_page_issue .obj_issue_toc .sections {
  margin: 0;
}
.pkp_page_issue .obj_issue_toc .section > h2 {
  margin: 0 0 14px;
  font: 500 25px/1.3 "Libre Baskerville", Georgia, serif;
}
.pkp_page_issue .cmp_article_list > li {
  margin: 0;
}
.pkp_page_issue.pkp_op_archive .page_issue_archive {
  max-width: 1000px;
  margin: auto;
}
.pkp_page_issue.pkp_op_archive .issues_archive {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.pkp_page_issue.pkp_op_archive .issues_archive > li {
  margin: 0;
}
.pkp_page_issue .obj_issue_summary {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);
  gap: 22px;
  height: 100%;
  padding: 22px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_issue .obj_issue_summary .cover {
  width: auto;
}
.pkp_page_issue .obj_issue_summary .cover img {
  max-width: 115px;
  max-height: 165px;
}
.pkp_page_issue .obj_issue_summary h2 {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.pkp_page_issue .obj_issue_summary .series {
  order: -1;
  margin-bottom: 5px;
  color: #003B5C;
  font-size: 16px;
  font-weight: 700;
}
.pkp_page_issue .obj_issue_summary .title {
  color: #475569;
  font: 500 13px/1.45 "Inter", Arial, sans-serif;
}
.pkp_page_issue .obj_issue_summary .description {
  color: #475569;
  font-size: 13px;
}
/* Article: native scholarly DOM, visual only */
.pkp_page_article.pkp_op_view .pkp_structure_content {
  max-width: 1180px;
}
.pkp_page_article .obj_article_details {
  max-width: none;
  color: #111827;
}
.pkp_page_article .obj_article_details > .page_title {
  max-width: 850px;
  margin: 0 0 20px;
  color: #003B5C;
  font: 500 34px/1.25 "Libre Baskerville", Georgia, serif;
  letter-spacing: -.02em;
  overflow-wrap: anywhere;
}
.pkp_page_article .obj_article_details .authors {
  max-width: 820px;
  color: #34495e;
  font-size: 15px;
}
.pkp_page_article .obj_article_details .affiliation {
  color: #475569;
  font-size: 13px;
}
.pkp_page_article .obj_article_details .main_entry {
  max-width: 820px;
}
.pkp_page_article .obj_article_details .item {
  margin-top: 38px;
}
.pkp_page_article .obj_article_details .item > h2,
.pkp_page_article .obj_article_details .item > h3 {
  font: 500 23px/1.35 "Libre Baskerville", Georgia, serif;
}
.pkp_page_article .obj_article_details .abstract {
  font-size: 16px;
  line-height: 1.8;
}
.pkp_page_article .obj_article_details .entry_details {
  width: 280px;
}
.pkp_page_article .obj_article_details .entry_details .item {
  padding: 18px;
  border-top: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_article .obj_article_details .references {
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
.pkp_page_article .obj_galley_link {
  border-radius: 0;
  background: #003B5C;
  font-weight: 800;
}
/* Informational pages and forms */
.pkp_page_about .page,
.pkp_page_search .page_search,
.pkp_page_login .page_login,
.pkp_page_user .page_register {
  max-width: 860px;
  margin: auto;
}
.pkp_page_about .page {
  font-size: 15px;
  line-height: 1.75;
}
.pkp_page_about .page h2 {
  margin-top: 38px;
  font: 500 23px/1.35 "Libre Baskerville", Georgia, serif;
}
.pkp_page_about.pkp_op_contact .page_contact,
.pkp_page_about.pkp_op_editorialMasthead .page_editorial_team {
  max-width: 780px;
}
.pkp_page_about .contact_section,
.pkp_page_about .editorial_team_block {
  margin-bottom: 26px;
  padding: 24px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_about.pkp_op_submissions .page_submissions {
  max-width: 850px;
}
.pkp_page_about.pkp_op_submissions .submission_checklist {
  padding: 22px 24px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_about.pkp_op_submissions .submission_checklist li {
  padding: 8px 0;
}
.pkp_page_login .page_login {
  max-width: 500px;
  padding: 34px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_login .page_login > h1 {
  text-align: center;
}
.pkp_page_login .cmp_form.login {
  max-width: none;
}
.pkp_page_login .buttons {
  display: flex;
  align-items: center;
  gap: 16px;
}
.pkp_page_user .page_register {
  max-width: 700px;
  padding: 32px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_user .page_register .fields {
  max-width: none;
}
.pkp_page_user .page_register fieldset {
  margin-bottom: 30px;
}
.pkp_page_user .page_register legend {
  color: #003B5C;
  font: 500 21px/1.35 "Libre Baskerville", Georgia, serif;
}
.pkp_page_search .page_search {
  max-width: 900px;
}
.pkp_page_search .search_input {
  padding: 26px;
  border: 1px solid #E2E8F0;
  background: #fff;
}
.pkp_page_search .search_advanced {
  margin-top: 22px;
}
.pkp_page_search .search_results {
  margin-top: 38px;
}
/* CSET homepage architecture */
body.pkp_page_index.pkp_op_index .pkp_structure_content,
body.pkp_page_index.pkp_op_index .pkp_structure_main {
  width: 100%;
  max-width: none;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cset-home {
  margin: 0;
  background: #fff;
}
.cset-home > .cset-journal-masthead {
  margin: 0 !important;
}
.cset-kicker {
  margin: 0 0 14px;
  color: #bfdbfe;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.cset-kicker--blue {
  color: #2563eb;
}
.cset-journal-masthead {
  color: #fff;
  background: #063e5a;
}
.cset-journal-masthead__grid {
  display: grid;
  box-sizing: border-box !important;
  height: auto;
  min-height: 440px;
  grid-template-columns: minmax(0, 1.7fr) minmax(220px, 0.65fr);
  gap: 72px;
  align-items: center;
  padding-block: 36px;
}
.cset-journal-masthead__copy {
  min-width: 0;
}
.cset-journal-masthead__copy h1 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: clamp(48px, 4.2vw, 64px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: -.032em;
}
.cset-journal-masthead__copy > p:not(.cset-kicker) {
  max-width: 630px;
  margin: 20px 0 0;
  color: #d7e2e8;
  font-size: 15px;
  line-height: 1.68;
}
.cset-actions {
  display: flex;
  gap: 11px;
  margin-top: 25px;
}
.cset-action {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .01em;
  text-decoration: none;
}
.cset-action--light {
  color: #063e5a;
  background: #fff;
}
.cset-action--outline {
  color: #f8fafc;
  background: transparent;
}
.cset-action:hover {
  text-decoration: none;
}
.cset-journal-masthead__cover {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cset-journal-masthead__cover img {
  display: block;
  width: clamp(210px, 18vw, 234px);
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 8px 24px rgba(2, 23, 36, 0.24);
}
.cset-meta-strip {
  border-bottom: 1px solid #dee4e8;
  background: #fff;
}
.cset-meta-strip__grid {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
}
.cset-meta-strip__grid > span {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 0 23px;
  color: #44515f;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.cset-meta-strip__grid > span:first-child {
  padding-left: 0;
}
.cset-meta-strip__grid > span:last-child {
  padding-right: 0;
}
.cset-meta-strip__grid > span + span {
  border-left: 1px solid #dee4e8;
}
.cset-content {
  padding: 64px 0 70px;
}
.cset-content__grid {
  display: grid;
  grid-template-columns: minmax(0, 2.12fr) minmax(280px, 1fr);
  gap: 64px;
}
.cset-research > h2,
.cset-taxonomy h2,
.cset-infrastructure h2 {
  margin: 0 0 28px;
  color: #17212b;
  font: 500 31px/1.22 "Libre Baskerville", Georgia, serif;
}
.cset-article-list {
  border-top: 1px solid #17212b;
}
.cset-article-list .ijaies-article {
  padding-block: 24px;
}
.cset-empty {
  max-width: 100%;
  padding: 44px 0;
  border-bottom: 1px solid #dee4e8;
  color: #5b6775;
  font: 500 16px/1.7 "Libre Baskerville", Georgia, serif;
  white-space: normal;
  overflow-wrap: break-word;
}
.cset-sidebar {
  padding-left: 34px;
  border-left: 1px solid #dee4e8;
}
.cset-current {
  padding-bottom: 34px;
  border-bottom: 1px solid #dee4e8;
}
.cset-current h2 {
  margin: 2px 0 0;
  color: #17212b;
  font: 500 24px/1.3 "Libre Baskerville", Georgia, serif;
}
.cset-current__date {
  margin: 10px 0 0;
  color: #5b6775;
  font-size: 11px;
  letter-spacing: .01em;
}
.cset-current__journal {
  max-width: 250px;
  margin: 15px 0 20px;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}
.cset-text-link {
  color: #2563eb;
  border-bottom: 1px solid #93c5fd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.cset-journal-links {
  padding-top: 32px;
}
.cset-journal-links ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #dee4e8;
  list-style: none;
}
.cset-journal-links li {
  margin: 0;
  border-bottom: 1px solid #dee4e8;
}
.cset-journal-links a {
  display: block;
  padding: 11px 0;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.cset-journal-links a:hover {
  color: #2563eb;
}
.cset-taxonomy {
  padding: 62px 0 68px;
  border-block: 1px solid #dce3e8;
  background: #f5f7f9;
}
.cset-taxonomy__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 36px;
  row-gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cset-taxonomy__item {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 92px;
  grid-template-columns: 34px minmax(0, 1fr) 18px;
  align-items: center;
  padding: 20px 18px 18px;
  border-bottom: 1px solid #dde3e8;
  background: transparent;
  transition: background-color 200ms ease-out, box-shadow 200ms ease-out;
}
.cset-taxonomy__item:before {
  position: absolute;
  top: 0;
  left: 18px;
  width: 18px;
  height: 2px;
  background: #2563eb;
  content: "";
  opacity: .52;
  transition: width 200ms ease-out, opacity 200ms ease-out;
}
.cset-taxonomy__index {
  align-self: start;
  padding-top: 4px;
  color: #2563eb;
  font: 700 10px/1 "Inter", "Source Sans 3", Helvetica, Arial, sans-serif;
  letter-spacing: .08em;
}
.cset-taxonomy__title {
  min-width: 0;
  color: #17212b;
  font: 600 15px/1.45 "Inter", "Source Sans 3", Helvetica, Arial, sans-serif;
  transition: color 200ms ease-out, transform 200ms ease-out;
}
.cset-taxonomy__arrow {
  color: #64748b;
  font-size: 15px;
  line-height: 1;
  opacity: .28;
  transform: translateX(-4px);
  transition: color 200ms ease-out, opacity 200ms ease-out, transform 200ms ease-out;
}
.cset-taxonomy__item:hover {
  background: #fff;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}
.cset-taxonomy__item:hover:before {
  width: 32px;
  opacity: 1;
}
.cset-taxonomy__item:hover .cset-taxonomy__title {
  color: #0f172a;
  transform: translateX(4px);
}
.cset-taxonomy__item:hover .cset-taxonomy__arrow {
  color: #2563eb;
  opacity: 1;
  transform: translateX(0);
}
.cset-taxonomy--enhanced .cset-taxonomy__item {
  opacity: 0;
  transform: translateY(10px);
}
.cset-taxonomy--enhanced.is-visible .cset-taxonomy__item {
  animation: cset-taxonomy-reveal 400ms ease-out both;
  animation-delay: calc(var(--cset-taxonomy-order) * 50ms);
}
@keyframes cset-taxonomy-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cset-infrastructure {
  padding: 72px 0 76px;
  background: #fff;
}
.cset-infrastructure__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #17212b;
}
.cset-infrastructure h2 {
  max-width: 680px;
  margin-bottom: 0;
}
.cset-infrastructure__header > p {
  max-width: 480px;
  margin: 0;
  color: #475569;
  font-size: 14px;
  line-height: 1.7;
  justify-self: end;
}
.cset-infrastructure__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.cset-infrastructure__item {
  display: flex;
  min-width: 0;
  min-height: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px 18px 20px;
  border: 1px solid #dce3e8;
  border-radius: 2px;
  background: #fff;
  transition: border-color 200ms ease-out, box-shadow 200ms ease-out, transform 200ms ease-out;
}
.cset-infrastructure__item:hover {
  border-color: #b9c7d2;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
  transform: translateY(-2px);
}
.cset-infrastructure__logo {
  display: flex;
  width: 100%;
  height: 74px;
  align-items: center;
  justify-content: center;
}
.cset-infrastructure__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}
.cset-infrastructure__image--crossref {
  max-width: 128px;
  max-height: 72px;
}
.cset-infrastructure__image--doi {
  max-width: 205px;
  max-height: 54px;
}
.cset-infrastructure__image--scholar {
  max-width: 205px;
  max-height: 48px;
}
.cset-infrastructure__image--orcid {
  max-width: 170px;
  max-height: 60px;
}
.cset-infrastructure figcaption {
  display: flex;
  width: 100%;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #e7ebef;
  color: #64748b;
  font-size: 10px;
  letter-spacing: .02em;
}
.cset-infrastructure figcaption strong {
  color: #17212b;
  font-size: 11px;
  font-weight: 700;
}
.cset-information {
  padding: 40px 0;
  border-top: 1px solid #dce3e8;
  background: #f5f7f9;
}
.cset-information__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 20px;
  border-block: 1px solid #dce3e8;
}
.cset-information__links a {
  padding: 14px 25px;
  color: #334155;
  border-left: 1px solid #dce3e8;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.cset-information__links a:first-child {
  padding-left: 0;
  border-left: 0;
}
@media (max-width: 1180px) {
  .ijaies-container,
  .ijaies-wrap,
  .ijaies-public .pkp_structure_content {
    width: calc(100% - 48px);
  }
  .pkp_site_nav_toggle {
    display: block;
  }
  .ijaies-nav__inner,
  .ijaies-nav__primary-group,
  .ijaies-nav__secondary-group {
    display: block;
    min-height: 0;
    overflow-wrap: normal;
    word-break: normal;
  }
  .pkp_site_nav_menu {
    display: none;
  }
  .pkp_site_nav_menu--isOpen {
    display: block;
  }
  .ijaies-nav .pkp_navigation_primary,
  .ijaies-nav .pkp_navigation_primary_row,
  .ijaies-nav .pkp_navigation_primary_wrapper {
    display: block;
    min-width: 0;
  }
  .ijaies-nav .pkp_navigation_primary {
    margin-left: 0;
  }
  .ijaies-nav__home,
  .ijaies-nav .pkp_navigation_primary > li > a,
  .ijaies-nav__supplemental > a,
  .ijaies-nav__search {
    display: flex;
    height: auto;
    min-height: 43px;
    padding: 9px 0;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
  }
  .ijaies-nav__supplemental {
    display: block;
    margin: 0;
  }
  .ijaies-nav__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 8px 0 14px;
    padding: 0;
  }
  .ijaies-user-menu > li > a {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .ijaies-masthead__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ijaies-masthead__discipline {
    display: none;
  }
  .ijaies-overview__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .ijaies-overview__main {
    padding: 58px 0 44px;
    border-right: 0;
  }
  .ijaies-journal-info {
    padding: 35px 0 48px;
    border-top: 1px solid #e2e8f0;
  }
  .ijaies-journal-info dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ijaies-journal-info dl div:nth-child(even) {
    padding-left: 25px;
    border-left: 1px solid #e2e8f0;
  }
  .ijaies-issue-feature {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 48px;
  }
  .ijaies-footer__grid {
    grid-template-columns: 1.2fr .7fr .7fr;
    gap: 36px;
  }
  .pkp_page_article .obj_article_details .main_entry {
    width: calc(100% - 300px);
  }
  .pkp_page_article .obj_article_details .entry_details {
    width: 270px;
  }
  .ijaies-indexing__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ijaies-indexing__stage:nth-child(3) {
    border-left: 0;
  }
  .ijaies-indexing__stage:nth-child(n+3) {
    border-top: 1px solid #e2e8f0;
  }
}
@media (max-width: 768px) {
  .ijaies-container,
  .ijaies-wrap,
  .ijaies-public .pkp_structure_content {
    width: calc(100% - 32px);
  }
  .ijaies-public .pkp_structure_content {
    padding: 36px 0 54px;
  }
  .ijaies-masthead__inner {
    padding: 21px 0 19px;
  }
  .ijaies-wordmark {
    font-size: 58px;
  }
  .ijaies-masthead__identity {
    gap: 9px;
  }
  .ijaies-masthead__title {
    max-width: 520px;
    font-size: 13px;
  }
  .ijaies-overview__title {
    font-size: 43px;
  }
  .ijaies-overview__copy {
    font-size: 15px;
  }
  .ijaies-home-section {
    padding: 58px 0;
  }
  .ijaies-issue-feature {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .ijaies-issue-feature__cover {
    min-height: 350px;
    justify-content: flex-start;
  }
  .ijaies-issue-feature__cover img {
    max-width: 220px;
    max-height: 325px;
  }
  .ijaies-research-head {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .ijaies-research-head > p {
    justify-self: start;
  }
  .ijaies-scope__grid {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 62px 0;
  }
  .ijaies-quicklinks {
    grid-template-columns: 1fr;
  }
  .ijaies-quicklink {
    min-height: 130px;
    padding: 22px 38px 24px 0;
  }
  .ijaies-quicklink + .ijaies-quicklink {
    padding-left: 0;
    border-top: 1px solid #E2E8F0;
    border-left: 0;
  }
  .pkp_page_issue.pkp_op_archive .issues_archive {
    grid-template-columns: 1fr;
  }
  .pkp_page_article .obj_article_details .main_entry,
  .pkp_page_article .obj_article_details .entry_details {
    float: none;
    width: 100%;
    max-width: none;
  }
  .pkp_page_article .obj_article_details .entry_details {
    margin-top: 36px;
  }
  .pkp_page_article .obj_article_details > .page_title {
    font-size: 30px;
  }
  .ijaies-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .ijaies-footer__grid > div:first-child {
    grid-column: -1;
  }
}
@media (max-width: 560px) {
  .ijaies-masthead__inner {
    padding: 18px 0 16px;
  }
  .ijaies-wordmark {
    font-size: 50px;
  }
  .ijaies-masthead__title {
    font-size: 12px;
  }
  .ijaies-overview__main {
    padding: 45px 0 36px;
  }
  .ijaies-overview__title {
    font-size: 37px;
  }
  .ijaies-journal-info dl {
    grid-template-columns: 1fr;
  }
  .ijaies-journal-info dl div:nth-child(even) {
    padding-left: 0;
    border-left: 0;
  }
  .ijaies-issue-feature__cover {
    min-height: 315px;
  }
  .ijaies-issue-feature__cover img {
    max-width: 195px;
    max-height: 290px;
    box-shadow: 12px 14px 0 #cbd5e1;
  }
  .ijaies-issue-feature__series {
    font-size: 38px;
  }
  .ijaies-research-head h2 {
    font-size: 34px;
  }
  .ijaies-scope h2 {
    font-size: 39px;
  }
  .ijaies-topics {
    grid-template-columns: 1fr;
  }
  .ijaies-topics li:nth-child(even),
  .ijaies-topics li:nth-child(odd) {
    padding-inline: 0;
    border-left: 0;
  }
  .ijaies-resources h2 {
    font-size: 34px;
  }
  .ijaies-article {
    padding-right: 0;
  }
  .ijaies-article .title {
    font-size: 20px;
  }
  .ijaies-article .galleys_links {
    position: static;
    margin-top: 12px;
  }
  .pkp_page_issue .obj_issue_toc .heading {
    grid-template-columns: 1fr;
  }
  .pkp_page_issue .obj_issue_toc .cover img {
    max-width: 145px;
  }
  .pkp_page_issue .obj_issue_summary {
    grid-template-columns: 95px minmax(0, 1fr);
    padding: 16px;
  }
  .pkp_page_issue .obj_issue_summary .cover img {
    max-width: 88px;
  }
  .page > h1 {
    font-size: 28px;
  }
  .pkp_page_article .obj_article_details > .page_title {
    font-size: 27px;
  }
  .pkp_page_login .page_login,
  .pkp_page_user .page_register {
    padding: 22px 18px;
  }
  .ijaies-footer__grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .ijaies-footer__grid > div:first-child {
    grid-column: auto;
  }
  .ijaies-footer__bottom {
    display: block;
    padding: 14px 0;
  }
  .ijaies-footer .pkp_brand_footer {
    margin-top: 12px;
  }
  .ijaies-indexing {
    padding: 50px 0 54px;
  }
  .ijaies-indexing h2 {
    margin-bottom: 26px;
    font-size: 29px;
  }
  .ijaies-indexing__logos {
    grid-template-columns: 1fr;
  }
  .ijaies-indexing__stage {
    min-height: 100px;
    padding: 20px 24px;
  }
  .ijaies-indexing__stage + .ijaies-indexing__stage {
    border-top: 1px solid #E2E8F0;
    border-left: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
  .ijaies-topic__label {
    transform: none !important;
  }
  .cset-taxonomy--enhanced .cset-taxonomy__item {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
  .cset-taxonomy__item:hover .cset-taxonomy__title,
  .cset-taxonomy__item:hover .cset-taxonomy__arrow {
    transform: none;
  }
}
@media (max-width: 1180px) {
  .ijaies-nav .ijaies-nav__primary {
    display: block;
    min-width: 0;
    margin: 0;
  }
  .ijaies-nav .ijaies-nav__home {
    display: block;
    min-height: 0;
    padding: 0;
  }
  .ijaies-nav .ijaies-nav__primary > li > a {
    display: flex;
    height: auto;
    min-height: 43px;
    padding: 9px 0;
  }
}
@media (max-width: 1100px) {
  .cset-header .cset-masthead__inner {
    gap: 18px;
  }
  .cset-brand {
    min-width: 258px;
  }
  .cset-brand__wordmark {
    width: 90px;
  }
  .cset-brand__title {
    max-width: 160px;
    padding-left: 13px;
    font-size: 10px;
  }
  .cset-nav__list {
    gap: 14px;
  }
  .cset-nav__list > li > a {
    font-size: 12px;
  }
  .cset-header-search span,
  .cset-submit {
    display: none;
  }
  .cset-content__grid {
    gap: 45px;
  }
  .cset-taxonomy__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }
  .cset-infrastructure__header {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .cset-infrastructure__header > p {
    justify-self: start;
  }
  .cset-infrastructure__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
}
@media (max-width: 880px) {
  .cset-header .pkp_site_nav_toggle {
    display: block;
    order: 3;
    margin-left: auto;
  }
  .cset-header .cset-masthead__inner {
    position: relative;
    min-height: 66px;
  }
  .cset-header-actions {
    display: none;
  }
  .cset-header .cset-nav.pkp_site_nav_menu {
    display: none;
    position: absolute;
    z-index: 900;
    top: 66px;
    right: 0;
    left: 0;
    width: auto;
    margin: 0;
    padding: 8px 24px 16px;
    border-bottom: 1px solid #dee4e8;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  }
  .cset-header .cset-nav.pkp_site_nav_menu--isOpen {
    display: block;
  }
  .cset-nav__list {
    display: block;
  }
  .cset-nav__list > li > a {
    min-height: 42px;
    border-bottom: 1px solid #edf1f4;
    font-size: 13px;
  }
  .cset-nav__list > .cset-nav__item--active > a {
    border-bottom-color: #2563eb;
  }
  .cset-nav__mobile-only {
    display: block;
  }
  .cset-nav__mobile-submit > a {
    margin-top: 8px;
    color: #fff !important;
    background: #063e5a !important;
    padding: 0 12px !important;
  }
  .cset-journal-masthead__grid {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 42px;
  }
  .cset-meta-strip__grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 8px 0;
  }
  .cset-meta-strip__grid > span {
    min-height: 38px;
    padding: 0 18px;
  }
  .cset-content__grid {
    grid-template-columns: 1fr;
  }
  .cset-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 36px 0 0;
    border-top: 1px solid #dee4e8;
    border-left: 0;
  }
  .cset-current {
    padding: 0;
    border: 0;
  }
  .cset-journal-links {
    padding: 0;
  }
}
@media (max-width: 640px) {
  .cset-container {
    width: calc(100% - 32px);
  }
  .cset-brand {
    min-width: 0;
    gap: 10px;
  }
  .cset-brand__wordmark {
    width: 78px;
  }
  .cset-brand__title {
    max-width: 142px;
    padding-left: 10px;
    font-size: 9px;
    line-height: 1.3;
  }
  .cset-journal-masthead__grid {
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 40px;
  }
  .cset-journal-masthead__copy h1 {
    font-size: 38px;
    line-height: 1.08;
  }
  .cset-journal-masthead__copy > p:not(.cset-kicker) {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.62;
    white-space: normal;
    overflow-wrap: break-word;
  }
  .cset-actions {
    flex-wrap: wrap;
    margin-top: 23px;
  }
  .cset-journal-masthead__cover {
    justify-content: flex-start;
  }
  .cset-journal-masthead__cover img {
    max-width: 170px;
    max-height: 238px;
  }
  .cset-meta-strip__grid {
    padding: 7px 0;
  }
  .cset-meta-strip__grid > span {
    width: 50%;
    min-height: 38px;
    padding: 0 10px;
    border-left: 0 !important;
    white-space: normal;
  }
  .cset-meta-strip__grid > span:nth-child(even) {
    border-left: 1px solid #dee4e8 !important;
  }
  .cset-content {
    padding: 48px 0 54px;
  }
  .cset-content__grid {
    gap: 46px;
  }
  .cset-sidebar {
    grid-template-columns: 1fr;
  }
  .cset-taxonomy__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .cset-taxonomy__item {
    min-height: 84px;
    grid-template-columns: 32px minmax(0, 1fr) 18px;
    padding: 18px 14px 16px;
  }
  .cset-taxonomy__item:before {
    left: 14px;
  }
  .cset-infrastructure {
    padding: 58px 0 62px;
  }
  .cset-infrastructure__header {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }
  .cset-infrastructure__grid {
    gap: 12px;
  }
  .cset-infrastructure__item {
    min-height: 146px;
    padding: 18px 12px 16px;
  }
  .cset-infrastructure__logo {
    height: 62px;
  }
  .cset-infrastructure__image {
    max-width: 92%;
  }
  .cset-infrastructure figcaption {
    display: block;
    margin-top: 12px;
    padding-top: 10px;
  }
  .cset-infrastructure figcaption strong,
  .cset-infrastructure figcaption span {
    display: block;
  }
  .cset-infrastructure figcaption span {
    margin-top: 4px;
  }
  .cset-information__links {
    display: block;
  }
  .cset-information__links a,
  .cset-information__links a:first-child {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #dce3e8;
    border-left: 0;
  }
  .cset-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .cset-footer__bottom {
    display: block;
    padding: 15px 0;
  }
  .cset-footer .pkp_brand_footer {
    margin-top: 10px;
  }
}
/* Final specificity layer for parent-theme navigation rules. */
.cset-nav__list > li.cset-nav__mobile-only {
  display: none;
}
.cset-header .pkp_site_nav_toggle {
  display: none !important;
}
@media (max-width: 880px) {
  .cset-header .pkp_site_nav_toggle {
    display: flex !important;
    width: 36px;
    height: 36px;
    order: 3;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    padding: 0;
    color: #063e5a;
    border: 1px solid #dee4e8;
    background: #fff;
  }
  .cset-header .pkp_site_nav_toggle span {
    font-size: 0;
  }
  .cset-header .pkp_site_nav_toggle span::before {
    content: "☰";
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
  }
  .cset-header .pkp_site_nav_toggle::before {
    position: static !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    color: #063e5a !important;
    background: transparent !important;
    content: "☰" !important;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
  }
  .cset-header .pkp_site_nav_toggle::after {
    display: none !important;
  }
  .cset-nav__list > li.cset-nav__mobile-only {
    display: block;
  }
}
@media (max-width: 640px) {
  .cset-brand__title {
    display: block;
    max-width: 126px;
    padding-left: 10px;
    overflow: visible;
    font-size: 8.5px;
    line-height: 1.3;
    white-space: normal;
  }
}
/* Official CSET identity assets derived from the supplied source image. */
.cset-brand__image {
  display: block;
  width: 108px;
  height: auto;
  flex: 0 0 auto;
}
.cset-footer__logo {
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  background: transparent;
  text-decoration: none;
}
.cset-footer__logo img {
  display: block;
  width: 238px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .cset-brand__image {
    width: 92px;
  }
}
@media (max-width: 640px) {
  .cset-brand__image {
    width: 80px;
  }
  .cset-footer__logo img {
    width: 220px;
  }
}
:root {
  --cset-theme-build: "2026-09-02-v1";
}
