/**
* @file resources/less/import.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Importing less stylesheets
*
*/
/**
 * @file resources/less/variables.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief less theme-wide variables
 *
 */
/**
 * @file resources/less/general.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Basic HTML markup styles
 *
 */
body {
  font-family: 'Playfair Display', serif;
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 400;
  word-break: break-word;
  hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #A8DCDD;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
  margin: 1.25em 0 0.5em 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: rgba(0, 0, 0, 0.95);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
th a {
  text-decoration: none;
}
h1:first-of-type {
  margin-top: 0;
}
p,
li,
blockquote,
cite,
dd {
  margin-bottom: 1.25rem;
}
blockquote {
  border-left: 2px solid rgba(0, 0, 0, 0.65);
  padding: 0.5em 1.5em;
}
aside {
  font-size: smaller;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  font-size: 1rem;
}

dt,
address,
table {
  font-family: 'Playfair Display', serif;
  font-size: smaller;
}
hr {
  border-top: 1px solid #e7dac3;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  font-family: 'Noto Sans', sans-serif;
}
thead {
  border-bottom: 2px solid rgba(0, 0, 0, 0.95);
  text-transform: uppercase;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.95);
}
tr:last-child {
  border: 0;
}
td,
th {
  padding: 1.15em 1em 1.15em 0;
  word-break: keep-all;
  vertical-align: top;
}
ul,
ol {
  padding-left: 1.5em;
}
li {
  margin-bottom: 0.25em;
}
cite {
  display: block;
  text-align: right;
}
dt {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  margin: 30px 0 10px 0;
}
dt:first-child {
  margin-top: 0;
}
code {
  color: rgba(0, 0, 0, 0.95);
  font-size: smaller;
}
a {
  color: rgba(0, 0, 0, 0.95);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  transition: text-underline-offset 0.2s ease;
}
a:hover {
  color: rgba(0, 0, 0, 0.95);
  text-underline-offset: 5px;
}
address a:hover {
  color: #b8a276;
}
::selection {
  background-color: rgba(0, 0, 0, 0.95);
  color: #A8DCDD;
}
.hidden {
  display: none;
}
.context_privacy {
  position: absolute;
  left: -9999px;
}
.context_privacy_visible {
  position: relative;
  left: auto;
}
/**
* @file resources/less/forms.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for forms components (buttons, labels, etc.)
*
*/
/* General elements */
form {
  font-family: 'Noto Sans', sans-serif;
  font-size: smaller;
}
fieldset {
  margin-bottom: 2.5rem;
}
fieldset > fieldset legend {
  font-size: 1rem;
}
legend {
  font-weight: 600;
}
select {
  -webkit-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}
option {
  padding: 1.15em 0.25em 1.15em 0;
}
label {
  margin-bottom: 0.5rem;
}
.label {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: larger;
}
.form-group {
  margin-bottom: 2.5em;
}
.form-control
 {
  height: auto;
  padding: 0.75em;
  margin-bottom: 0.5em;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
  background-color: #ffffffee;
}
.form-control:focus,
.form-control:active,
.form-control:hover {
  background-color: #ffffffff;
  box-shadow: unset;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check-input {
  transition: 0.15s all linear;
}
.form-check-input:active,
.form-check-input:checked {
  background-color: rgba(0, 0, 0, 0.95);
  border-color: rgba(0, 0, 0, 0.95);
}
.form-row {
  display: flex;
  flex-direction: row;
}
.form-row select:not(:last-child) {
  border-right: 0;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
}
.dropdown-menu .dropdown-item {
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}
.dropdown-menu .dropdown-item a {
  display: block;
  padding: 0.85rem 1.6rem;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.95);
}
.dropdown-menu .dropdown-item a.active,
.dropdown-menu .dropdown-item a:active,
.dropdown-menu .dropdown-item a:hover,
.dropdown-menu .dropdown-item a:focus {
  background-color: rgba(0, 0, 0, 0.95);
  color: #ffffff;
}
.dropdown-menu .dropdown-item:last-child {
  margin-bottom: 0;
}
.btn,
button {
  cursor: pointer;
  border-radius: 0;
  font-family: 'Noto Sans', sans-serif;
  border: 1px solid transparent;
  background-color: transparent;
  text-decoration: none;
  margin-right: 0.3em;
}
.btn-primary {
  background-color: rgba(0, 0, 0, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.95);
  font-weight: 400;
  color: #A8DCDD;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
}
.btn-secondary,
button {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.95);
  color: rgba(0, 0, 0, 0.95);
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: rgba(0, 0, 0, 0.95);
  border-color: rgba(0, 0, 0, 0.95);
  color: #A8DCDD;
}
/* Override Chrome's autofill background color (keeps fields white) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.95);
}
/**
* @file resources/less/components/additional-content.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for the homepage’s additional content block
*
*/
@media (min-width: 992px) {
  .additional-content {
    columns: 2;
  }
}
/**
* @file resources/less/components/alert.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for an alert box
*
*/
[role=alert] {
  padding: 1.5em;
  background-color: rgba(0, 0, 0, 0.95);
  color: #A8DCDD;
  text-align: center;
}
[role=alert] a {
  color: #A8DCDD;
  text-decoration: underline;
}
/**
* @file resources/less/components/announcement.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a single announcement
*
*/
.announcement {
  padding: 2em 0;
}
.announcement h2 {
  margin-top: 0;
}
.announcement__content_boxed {
  border: 2px solid rgba(0, 0, 0, 0.65);
  padding: 0.5em 1.5em;
}
.announcement__title_boxed {
  margin: 0.15em 0;
  font-size: 24px;
}
/**
* @file resources/less/components/archived-issue.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a single archived or back issue
*
*/
.archived-issue__title {
  margin-top: 0;
}
.archived-issue__title,
.archived-issue__series {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: -0.025em;
}
.archived-issue__link {
  text-decoration: none;
}
/**
* @file resources/less/components/article.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a single article block (i.e. a bibliographic record)
*
*/
.article {
  margin-bottom: 3vh;
}
.article__title {
  margin: 0 0 0.25em 0;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
.article__title:hover a {
  color: rgba(0, 0, 0, 1);
}
.article__img {
  margin: 0 0 2.5vh 0;
  min-width: 100%;
}
.article__img img {
  mix-blend-mode: multiply;
}
.article__rorImage {
  padding-left: 5px;
}
#citationOutput .csl-left-margin {
  display: none;
}
/**
* @file resources/less/components/footer.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the page’s main footer, <footer>
*
*/
.main-footer {
  padding: 4vh 0;
}
.main-footer h1,
.main-footer h2,
.main-footer h3,
.main-footer h4,
.main-footer h5,
.main-footer h6 {
  margin-top: 25px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
  font-size: 1em;
}
.main-footer p,
.main-footer li,
.main-footer blockquote,
.main-footer cite,
.main-footer dd,
.main-footer .btn {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 300;
}
.main-footer ul,
.main-footer ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer hr {
  border-top: 2px solid #e7dac3;
}
/**
 * @file styles/components/galley.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the page for viewing HTML or PDF galleys
 */
.galley {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.galley__header {
  margin-bottom: 2.5rem;
}
.galley__content {
  height: 90vh;
}
.galley__content iframe {
  width: 100%;
  height: 99%;
  padding: 0 2rem;
  border: 2px solid rgba(0, 0, 0, 0.65);
}
/**
* @file resources/less/components/header.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for the page’s main header, <header>
*
*/
.main-header {
  display: flex;
  flex-direction: column;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.95);
}
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.main-header li {
  display: inline-block;
}
.main-header a {
  display: block;
  padding: 0.5em 0.8em;
  border: 0;
  box-shadow: none;
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  color: #ffffff;
}
.dropdown-toggle::after {
  display: inline-block;
  border: none;
  width: 0.7em;
  height: 0.4em;
  margin-left: 0.5em;
  vertical-align: 0.1em;
  content: "";
  background: no-repeat center / contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23000' stroke-width='2' points='13 1 7 7 1 1'/%3E%3C/svg%3E");
  transition: background-image 0.15s ease 0.45s;
}
.main-menu__nav-link:hover .dropdown-toggle::after,
.main-menu__nav-link:focus .dropdown-toggle::after,
.main-menu__nav-link:active .dropdown-toggle::after,
.main-menu__nav-item:hover > .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-width='2' points='13 1 7 7 1 1'/%3E%3C/svg%3E");
}
/* User nav */
.main-header__admin {
  display: flex;
  font-size: smaller;
}
.main-header__admin_locale-enabled {
  justify-content: flex-end;
}
.main-header__admin_locale-disabled {
  justify-content: flex-end;
}
/* Primary nav */
.main-menu {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  align-items: center;
  padding: 0;
  height: 100%;
}
.main-menu__logo,
.main-menu__title {
  display: inline-flex;
  margin: auto 0 0 0;
  padding: 2em 0 0 14px;
  line-height: 1.5;
  font-size: 1em;
  letter-spacing: normal;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.main-menu__logo img,
.main-menu__title img {
  max-height: 35px;
  width: auto;
}
.main-menu__nav-item {
  margin: 0 0.25vw;
}
.main-menu__nav-link {
  display: block;
  padding: 0 0.5em;
  color: #ffffff;
}
.main-menu__nav-link:hover,
.main-menu__nav-link:focus,
.main-menu__nav-link:active {
  color: rgba(0, 0, 0, 0.95);
  background-color: #ffffff;
}
/* Custom hamburger menu */
.hamburger {
  display: inline-flex;
  margin-top: auto;
  font: inherit;
  overflow: visible;
  cursor: pointer;
  color: inherit;
  border: 0;
  border-radius: 0;
  height: 40px;
}
.hamburger__wrapper {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
}
.hamburger__icon {
  background-color: #ffffff;
  top: 2px;
  position: absolute;
  width: 30px;
  height: 2px;
  display: block;
  margin-top: -2px;
}
.hamburger__icon:before {
  top: 10px;
}
.hamburger__icon:after {
  top: 20px;
}
.hamburger__icon:before,
.hamburger__icon:after {
  background-color: #ffffff;
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
}
/**
* @file resources/less/components/issue-section.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for a section within an issue’s TOC
*
*/
.issue-section {
  padding: 2.5vh 0;
  color: rgba(0, 0, 0, 0.95);
}
.issue-section__header {
  margin-bottom: 2.5vh;
}
.issue-section__title {
  margin: 1vh 0 2vh 0;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: var(--sk-cover-color, #333);
}
.issue-section__toc,
.issue-galleys {
  list-style: none;
  padding: 0;
  margin: 0;
}

.issue-galleys__title {
  margin-bottom: 1.5vh;
}
/**
* @file resources/less/components-issue.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for an issue’s TOC (found in journal index page and issue page)
*
*/
.issue {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.issue__header {
  margin: 0.15em 0;
  font-size: 24px;
}
/**
* @file resources/less/components/journal-desc.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a journal’s description
*
*/
.journal-desc {
  padding: 0.5em 1.5em 0.5em 0;
  border: 2px solid #A8DCDD;
}
.journal-desc__meta {
  margin-top: 0.15em;
  font-size: smaller;
  font-weight: normal;
}
.journal-desc__title {
  margin-top: 0.15em;
  font-size: 24px;
}
.journal-desc__content {
  margin-top: 0.25em;
  font-size: 1.15em;
}
/**
* @file resources/less/components/main.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet the page’s main block, <main>
*
*/
.main__header {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.main__content {
  margin-top: 0;
}
.main__title {
  display: inline-block;
}
/**
* @file resources/less/components/metadata.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Stylesheet for metadata text
*
*/
.metadata {
  margin: 0.75em 0;
  padding: 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  list-style: none;
}
.metadata li {
  display: inline-block;
}
.metadata a {
  text-decoration: none;
}
/**
* @file resources/less/components/modal.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a modal pop-up
*
*/
.modal .modal-content {
  border-radius: 0;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.95);
}
.modal .close {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.95);
  align-self: flex-end;
}
.modal-body {
  display: flex;
  flex-direction: column;
}
/**
* @file resources/less/components/recent-issues.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for a journal’s recent issues block
*
*/
.recent-issues {
  margin-bottom: 5vh;
}
.recent-issues__item {
  margin: 4vh 0;
}
.recent-issues__issue-title {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}
/**
* @file resources/less/components/catalog-category.less
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @brief Styling for the catalog category page
*
*/
.catalog-category__toc .title {
  margin-bottom: 50px;
}
.catalog-category__toc .cmp_article_list {
  list-style-type: none;
  padding-left: 0;
}
/**
 * @file less/pages/orcid.less
 *
 * Copyright (c) 2025 Simon Fraser University
 * Copyright (c) 2025 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Stylesheet for ORCID pages (orcidAbout.tpl, orcidVerify.tpl) and buttons
 *
 */
.orcid_icon {
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
  width: 24px;
  height: 24px;
}
/*
 * @file less/pages/masthead.less
 *
 * Copyright (c) 2025 Simon Fraser University
 * Copyright (c) 2025 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 .user_listing {
  list-style-type: none;
  padding: 2em 0;
}
.page_masthead .user_listing li {
  margin-bottom: 35px;
}
.page_masthead .user_listing li > span {
  display: block;
}
.page_masthead .user_listing .name {
  font-weight: bold;
}
