/**
 * @file plugins/themes/material/index.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Material 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: #fee9eb;
}
.pkp_button_offset:hover,
.pkp_button_offset:focus {
  border-color: #fee9eb;
  color: #fee9eb;
}
.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,
.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 .galleys_links {
  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_help_link {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: none;
  color: #006798;
  z-index: 3;
}
.pkp_help_link:hover,
.pkp_help_link:focus {
  color: #008acb;
}
.pkp_help_link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #006798;
  border-radius: 3px;
}
.pkp_help_tab,
.pkp_help_modal {
  position: absolute;
  top: -2rem;
  right: 2rem;
  padding: 0.5rem 1em;
  background: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pkp_help_modal {
  top: 0.5rem;
  padding: 0.5rem;
  right: 3rem;
  border: none;
}
.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;
}
/**
 * @file plugins/themes/material/styles/variables.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * 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) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Reusable components
 */
.parallax {
  /* Set a specific height */
  min-height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cmp_button,
.page_search .submit button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  padding: .8rem 1.5rem;
  font-size: .85rem;
  font-weight: 500;
  line-height: 180%;
  text-decoration: none;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
  font-style: /*"Apercu", sans-serif;*/ "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
.nav-link {
  display: block;
  padding: 1rem .6rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  color: #212121;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.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 @double;
		padding: 0;
		border: none;*/
}
.cmp_form legend {
  /*margin-bottom: @base;
		font-size: @font-bump;
		font-weight: @bold;
		line-height: @double;*/
}
.cmp_form .fields > div {
  /*position: relative;
			padding-bottom: @triple; // Contain errors*/
}
.cmp_form .fields > div .error {
  position: absolute;
  left: 0.5em;
  bottom: 11px;
  padding: 0 0.5em;
  background: #fee9eb;
  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 {
  font-size: 1rem;
  display: inline;
  text-overflow: ellipsis;
}
.cmp_form .label .required {
  color: red;
}
.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 {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #4f4f4f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  height: 48px;
  min-height: auto;
  padding-top: 4px;
  padding-bottom: 3.28px;
}
.cmp_form input[type="text"]:focus,
.cmp_form input[type="email"]:focus,
.cmp_form input[type="password"]:focus,
.cmp_form input[type="url"]:focus,
.cmp_form input[type="tel"]:focus,
.cmp_form select:focus,
.cmp_form textarea:focus {
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
  border-color: #1266f1;
  -webkit-box-shadow: inset 0 0 0 1px #1266f1;
  box-shadow: inset 0 0 0 1px #1266f1;
}
.cmp_form textarea {
  width: 100%;
  height: 8em;
}
.cmp_form .pkp_form_error {
  margin-bottom: 0.714rem;
  border-radius: 5px;
  padding: 1em;
  font-size: 1.1em;
  background: #fee9eb;
  color: #f01e1e;
  border-bottom: 1px solid #f01e1e;
}
.cmp_form .pkp_form_error * {
  color: #f01e1e !important;
  font-size: 1.1em;
}
.cmp_form label > input[type="checkbox"],
.cmp_form label > input[type="radio"] {
  /*margin-right: 0.25em;*/
}
.cmp_form .description {
  margin-top: 0;
  font-size: 0.75rem;
  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: #fee9eb;
}
.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: #fee9eb;
}
.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;
  font-size: 15px;
}
.cmp_breadcrumbs .separator {
  color: rgba(0, 0, 0, 0.54);
  padding: 0 0.5em;
}
.cmp_breadcrumbs .current {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
}
.cmp_breadcrumbs .current h1 {
  margin: 0;
  font-family: /*"Apercu", sans-serif;*/ "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.cmp_back_link {
  margin-top: 1.43rem;
}
.cmp_announcements {
  margin-left: 0px;
  margin-right: 0px;
}
.cmp_announcements > li {
  padding: 2.143rem 0px;
  border-bottom: 1px solid #dddddd;
}
.cmp_announcements > li:last-child {
  border-bottom: none;
}
@media (min-width: 480px) {
  .cmp_announcements {
    margin-left: 0px;
    margin-right: 0px;
  }
  .cmp_announcements > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .cmp_announcements {
    margin-left: 0px;
    margin-right: 0px;
  }
  .cmp_announcements > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.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/material/styles/body.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * 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: /*"Apercu", sans-serif;*/ "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
a {
  color: #006798;
}
a:hover,
a:focus {
  color: #008acb;
}
main {
  flex: 1 0 auto !important;
}
.dropdown-toggle:after {
  display: none;
}
.modal-backdrop {
  z-index: 800 !important;
}
/**
// Page container widths
.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
	.pkp_helpers_clear;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding-left: @base;
	padding-right: @base;

	@media( min-width: @screen-tablet ) {
		width: @screen-tablet-container;
		padding: 0;
	}

	@media( min-width: @screen-desktop ) {
		width: @screen-desktop-container;
	}

	@media( min-width: @screen-lg-desktop ) {
		width: @screen-lg-desktop-container;
	}
}

.has_site_logo {

	.pkp_site_name,
	.pkp_navigation_primary_wrapper {
		width: auto;
	}

	.pkp_head_wrapper {
		.pkp_helpers_clear;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding-right: @base;

		@media( min-width: @screen-tablet ) {
			width: @screen-tablet-container;
			padding-left: 0;
			padding-right: 0;
		}

		@media( min-width: @screen-desktop ) {
			width: @screen-desktop-container;
		}

		@media( min-width: @screen-lg-desktop ) {
			width: @screen-lg-desktop-container;
		}
	}
}

// Layout scaffold for content and sidebars
.pkp_structure_main {
	padding: @base;
}

@media( min-width: @screen-phone ) {

	.pkp_structure_main {
		padding: @double;
	}
}

@media( min-width: @screen-tablet ) {

	// Full-height borders wrapping primary content column
	.pkp_structure_main {

		&:before,
		&:after {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			width: 1px;
			background: @bg-border-color;
		}

		&:after {
			left: @screen-tablet-container;
		}
	}
}

@media( min-width: @screen-desktop ) {

	.pkp_structure_content {
		padding-top: @triple;
	}

	.pkp_structure_sidebar {
		float: right;
		width: @sidebar-width;
	}

	.pkp_structure_main {
		float: left;
		padding: 0 @triple (@triple * 3);
		width: @screen-desktop-container - @sidebar-width;

		&:after {
			left: @screen-desktop-container - @sidebar-width;
		}
	}
}

@media( min-width: @screen-lg-desktop ) {

	.pkp_structure_main {
		width: @screen-lg-desktop-container - @sidebar-width;

		&:after {
			left: @screen-lg-desktop-container - @sidebar-width;
		}
	}
}

// Center the content panel when no sidebar is present
.pkp_structure_main:first-child:last-child {

	@media(min-width: @screen-desktop) {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: @quadruple;

		// Aligns the left and right borders
		@no-sidebar-margins: @sidebar-width / 2;
		&:before {
			left: @no-sidebar-margins;
		}

		&:after {
			left: auto;
			right: @no-sidebar-margins;
		}
	}
}

// Lock in images so they don't run outside their container
img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.pickgradient {
	
	position:relative;
	display:inline-block;

	&:after {
		content:'';
		position:absolute;
		left:0; top:0;
		width:100%; height:100%;
		display:inline-block;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); // FF3.6+
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); // Chrome,Safari4+
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); // Chrome10+,Safari5.1+
		background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); // Opera 11.10+
		background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); // IE10+ 
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); // W3C 
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); // IE6-9
	}

	img {
		display:block;
		width:auto;
	}
} //body.less */
/**
 * @file plugins/themes/material/styles/head.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * 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
 */
.nav-link {
  font-size: 15px !important;
}
.navbar-toggler2 {
  display: flex !important;
}
.navbar-collapse2 {
  display: none !important;
}
@media (min-width: 1500px) {
  .navbar-toggler2 {
    display: none !important;
  }
  .navbar-collapse2 {
    display: flex !important;
  }
}
@media (min-width: 1500px) {
  .navbar-expand-xxl2 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xxl2 .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xxl2 .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl2 .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xxl2 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl2 .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xxl2 .navbar-toggler {
    display: none;
  }
}
/**
@nav-menu-height: @quadruple;

// Structural components of the header layout
.pkp_structure_head {
	background-color: @bg-base;
	border-bottom: @bg-border;
}

.pkp_head_wrapper {
	position: relative;
}

.pkp_site_name_wrapper {
	height: @nav-menu-height;

	@media (min-width: @screen-desktop) {
		height: auto;
	}
}

// Site logo/name
.pkp_site_name {
	position: absolute;
	left: @nav-menu-height;
	right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: @base;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: @text-bg-base;
	font-family: @font-site-title;
	font-size: @font-sml;

	> a {
		padding-top: @base;
		padding-bottom: @base;

		&:focus {
			outline: 0;
		}
	}

	.is_img {
		display: inline-block;
		margin-top: @half;
		margin-bottom: @half;
		padding: 0;

		&:focus {
			outline: 1px solid @text-bg-base;
		}

		img {
			display: block;
			max-height: @nav-menu-height - @base;
			max-width: 100%;
			width: auto;
			height: auto;
		}
	}

	.is_text {
		font-family: @font-site-title;
		font-size: @font-sml;
		font-weight: @bold;
		line-height: @nav-menu-height;
		color: @text-bg-base;
		text-decoration: none;

		&:focus {
			text-decoration: underline;
		}
	}
}

.pkp_navigation_primary_wrapper {
	padding-left: 0;
	padding-right: 0;
}

// Mobile navigation menu
.pkp_site_nav_menu {
	position: absolute;
	width: 100%;
	top: 100%;
	background:@bg-base;
	left: 0;
	padding: @base;
	z-index: 9999;

	.pkp_nav_list {
		padding-left: 0;
		margin-left: 0;
	}

	ul {
		&:extend(.pkp_unstyled_list);

		ul {
			padding-left: 0.5rem;
		}
	}

	a {
		display: inline-block;
		padding: 0.125rem 0;
		color: @text-bg-base;
		text-decoration: none;

		&:hover,
		&:focus {
			color: @text-bg-base;
			text-decoration: underline;
		}
	}

	#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 @bg-base-border-color;
	}

	.task_count {
		display: inline-block;
		width: @double;
		height: @double;
		margin-left: 0.5em;
		border-radius: 50%;
		background: @bg-base-border-color;
		line-height: @double;
		text-align: center;
		font-size: 0.857rem;
		position: relative;
		top: 0.3rem; // helps visually center the number
	}

	// Hide the top-level task count in mobile nav
	> li > a .task_count {
		display: none;
	}

	> li > ul a {
		.task_count {
			display: inline-block;
			background: @bg-base-border-color;
			color: @text-bg-base;
		}

		&:hover .task_count,
		&:focus .task_count {
			background: @text;
		}
	}
}

.pkp_navigation_search_wrapper {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid @bg-base-border-color;
}

// The padding to apply to top-level items in the navigation row
// Total height - line height (divided by 2 since it will be applied to top and bottom)
@pkp_nav_primary_row_el_padding: @base;

@media (min-width: @screen-desktop) {
	.pkp_head_wrapper {
		padding-top: @triple * 2; // Make room for the user nav at the top
	}

	.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; // Prevents extra vertical space after logos
		background: transparent;
		overflow: visible;

		.is_text {
			font-family: @font-site-title;
			font-size: @font-header;
			line-height: @line-header;
		}

		.is_img img {
			max-height: 80px; // must match height - padding of .is_img
		}
	}

	.pkp_site_nav_menu {
		display: block;
		position: static;
		top: auto;
		padding: 0;

		ul ul {
			padding-left: 0;
		}
	}

	// Site logo/nav on same line on larger screens
	.has_site_logo .pkp_head_wrapper {
		padding-top: @triple;
	}

	.pkp_nav_list {
		margin: 0;
		padding: 0;
		list-style: none;

		li {
			position: relative;
			display: inline-block;
		}

		a {
			display: inline-block;
			padding-left: @base;
			padding-right: @base;
			text-decoration: none;
			padding-top: @half;
			padding-bottom: @half;

			&:hover,
			&:focus {
				text-decoration: none;
			}
		}

		ul {
			position: absolute;
			top: 100%;
			left: -9999px;
			z-index: 1000;
			width: 15em;
			margin: 0;
			padding: 0;
			background: @bg;
			border-radius: @radius;
			box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

			li {
				display: block;
			}

			a {
				display: block;
				padding-left: @half;
				border-left: @half solid transparent;
				color: @primary;

				&:hover,
				&:focus {
					outline: 0;
					background: @bg-shade;
					border-color: @primary;
					color: @primary;
				}
			}

			li:first-child a {
				border-top-left-radius: @radius;
				border-top-right-radius: @radius;
			}

			li:last-child a {
				border-bottom-left-radius: @radius;
				border-bottom-right-radius: @radius;
			}
		}

		> li:hover ul {
			left: 0;
		}

		[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;
		}
	}

	// Primary site navigation menu
	.pkp_navigation_primary {
		text-align: center;

		> li {
			> a {
				margin: @half 0.5em 0;
				padding: @half 0.5em
					calc(~"@{pkp_nav_primary_row_el_padding} - 2px"); // -2 to account for border size
				border-bottom: 2px solid transparent;
				color: @text-bg-base;
				text-decoration: none;

				&:hover {
					color: @text-bg-base;
					outline: 0;
					border-color: @text-bg-base;
				}

				&:focus {
					background: @text-bg-base;
					color: @bg-base;
					outline: 0;
				}
			}

			&:first-child {
				a {
					margin-left: -0.5em;
				}
			}

			&:last-child {
				a {
					margin-right: -0.5em;
				}
			}
		}

		> li:hover ul {
			left: 1rem;
		}

		ul a {
			padding-top: @base;
			padding-bottom: @base;
		}

		[aria-haspopup]:hover {
			border-color: transparent;
		}

		.dropdown-menu a:focus,
		.dropdown-menu a:hover {
			border-color: @primary;
		}

		@media (min-width: @screen-desktop) {
			display: inline-block;
			max-width: 80%;
			text-align: left;
		}
	}

	// Bootstrap dropdown components
	.dropdown-menu {
		display: none;

		&.show {
			display: block;
		}
	}

	[data-toggle="dropdown"]:hover + .dropdown-menu,
	.dropdown-menu:hover {
		display: block;
	}

	// User-focused navigation menu
	.pkp_navigation_user_wrapper {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		padding-left: @base;
		padding-right: @base;
		text-align: right;
		padding-top: 0;
		margin-top: 0;
		border-top: none;
		z-index: 1000;
	}

	.pkp_navigation_user {
		text-align: right;
		font-size: @font-sml;
		padding-right: @double;

		&.pkp_navigation_user {
			margin: 0;
			padding: 0;
			border: none;
		}

		li {
			text-align: left;
		}

		a {
			padding-top: @half;
			padding-bottom: @half;
			line-height: @line-sml;
		}

		> li > a:focus {
			outline: 0;
			background: @text-bg-base;
			color: @bg-base;
		}

		ul {
			width: 10em;
		}

		> li:hover ul {
			right: 0;
			left: auto;
		}

		// Align to the right edge of the container
		> li:last-child > a {
			margin-right: -@base;
		}

		// Show the top-level task count in desktop nav
		> li > a .task_count {
			display: inline-block;
		}

		> li > a:focus .task_count {
			background: @bg-base;
			color: @text-bg-base;
		}

		> li > ul a {
			.task_count {
				display: none;
			}
		}
	}

	.pkp_navigation_search_wrapper {
		float: right;
		margin: 0;
		padding: 0;
		border: none;

		a {
			margin: @half 0.5em 0;
			padding: @half 0.5em
				calc(~"@{pkp_nav_primary_row_el_padding} - 2px"); // -2 to account for border size
			border-bottom: 2px solid transparent;
			color: @text-bg-base;
			text-decoration: none;

			&:hover {
				color: @text-bg-base;
				outline: 0;
				border-color: @text-bg-base;
				text-decoration: none;
			}

			&:focus {
				background: @text-bg-base;
				color: @bg-base;
				outline: 0;
				text-decoration: none;
			}
		}
	}
} //head.less */
/**
 * @file plugins/themes/material/styles/main.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the main content panel
 */
main .html-preloader {
  position: fixed;
  /* Sit on top of the page content */
  display: flex;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black background with opacity */
  z-index: 1000;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
  justify-content: center;
  align-items: center;
}
main .no-html-preloader {
  display: none !important;
}
main .page {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
main .page .about_section {
  color: rgba(0, 0, 0, 0.54);
  line-height: 2.143rem;
}
main .page .about_section:before,
main .page .about_section:after {
  content: " ";
  display: table;
}
main .page .about_section:after {
  clear: both;
}
main .page .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
main .page .about_section .cover img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 576px) {
  main .page {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  main .page {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  main .page {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  main .page {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  main .page {
    max-width: 1320px;
  }
}
/**
.pkp_structure_main {

	h1 {
		font-family: @font-heading;
		font-size: @font-header;
		line-height: @line-header;
		font-weight: @bold;
	}

	h2 {
		font-family: @font-heading;
		font-size: @font-lead;
		line-height: @line-lead;
		font-weight: @bold;
	}

	h3 {
		font-family: @font-heading;
		font-size: @font-bump;
		line-height: @line-bump;
		font-weight: @bold;
	}

	h4 {
		font-size: @font-base;
		line-height: @line-base;
		font-weight: @bold;
	}

	h5 {
		font-size: @font-base;
		line-height: @line-base;
		font-weight: @normal;
	}

	h6 {
		font-size: @font-sml;
		line-height: @line-sml;
		font-weight: @bold;
	}

	h1,
	h2,
	h3,
	h4 {
		margin: @quadruple 0 @double;
	}

	h5,
	h6 {
		margin: @double 0;
	}

	p {
		line-height: @line-base-large;
		margin: @line-base 0;
	}

	p:last-child {
		margin-bottom: 0;
	}

	.page {

		// Titles in pages
		h1 {
			margin-top: 0;
		}

	    // Edit link that isn't nested in a section
	    > .cmp_edit_link {
	        float: right;
	        padding: @half 0;
	        line-height: @triple;
	    }

		// Count of catalog entries on the current page
		// used in catalog, category, series and search pages
		.monograph_count {
			float: right;
			padding: @base 0;
			font-size: @font-sml;
			color: @text-light;
		}

		// Description and image for catalog category/series
		.about_section {
			.pkp_helpers_clear;
			color: @text-light;
			line-height: @triple;

			.cover {
				float: right;
				width: 20%;
				margin-left: 10%;
				margin-right: 10%;

				img {
					display: block;
					margin: 0 auto;
				}
			}

			.description p:first-child {
				margin-top: 0;
			}

			.description p:last-child {
				margin-bottom: 0;
			}

			@media(min-width: @screen-phone) {
				font-size: @font-bump;
				font-style: italic;
			}
		}
	}
} //main.less */
.pkp_site_nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  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: flex;
}
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: flex;
  }
}
/**
 * @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 {
  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/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: 0px;
  margin-right: 0px;
  border-top: 1px solid #dddddd;
}
.page_issue_archive .issues_archive > li {
  padding: 2.143rem 0px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 480px) {
  .page_issue_archive .issues_archive {
    margin-left: 0px;
    margin-right: 0px;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .page_issue_archive .issues_archive {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 0px;
    padding-right: 0px;
    flex: calc(100%);
  }
}
.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 {
  /*
	// Form
	.lost_password {
		margin-bottom: 0;
		max-width: 17em;

		input[type="text"] {
			width: 100%;
		}
	}

	.pkp_form_error {
		margin: @double 0;
		padding: @base;
		background: @no;
		color: #fff;
		font-size: @font-sml;
		font-weight: @bold;
	}

	.buttons {
		.pkp_helpers_clear;

		button {
			&:extend(.cmp_button);
			float: right;
		}

		a {
			float: right;
			font-size: @font-sml;
			line-height: @triple;
			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: #fee9eb;
  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(~"@{quadruple} - 2px"); // account for border;
			font-size: @font-lead;
			line-height: calc(~"@{quadruple} - 2px"); // account for border;
		}*/
}
.page_search .search_advanced legend {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
}
.page_search .search_advanced label {
  display: block;
}
.page_search .search_advanced input {
  line-height: 0;
}
.page_search .date_range legend {
  padding: 0;
}
.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 .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/submissions.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 submissions page
 * @link templates/frontend/pages/submissions.tpl
 */
.page_submissions .submission_sections ul,
.page_submissions .submission_checklist ul {
  margin: 1.43rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.93rem;
  border: none;
}
.page_submissions .submission_sections li,
.page_submissions .submission_checklist li {
  position: relative;
  border-bottom: none;
}
.page_submissions .submission_sections h3 {
  margin-top: 0;
}
.page_submissions .submission_sections .cmp_notification {
  margin-bottom: 0;
}
.page_submissions .submission_checklist li {
  padding: 1.43rem;
}
.page_submissions .submission_checklist li .fa {
  top: 50%;
  left: 0.357rem;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 1.285rem;
  color: #00b24e;
}
@media (min-width: 480px) {
  .page_submissions .submission_sections li .fa {
    top: 22px;
    left: calc(1.43rem - 3px);
  }
  .page_submissions .submission_sections ul,
  .page_submissions .submission_checklist ul {
    border: 1px solid #dddddd;
    border-bottom: none;
  }
  .page_submissions .submission_sections li,
  .page_submissions .submission_checklist li {
    padding: 1.43rem 1.43rem 1.43rem 2.857rem;
    border-bottom: 1px solid #dddddd;
  }
  .page_submissions .submission_sections li .fa,
  .page_submissions .submission_checklist li .fa {
    left: 1.43rem;
  }
}
/**
 * @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: #fee9eb;
}
.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;
}
/**
 * @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: 0px;
}
.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 .sub_item {
  margin-bottom: 1.43rem;
}
.obj_article_details .sub_item:last-child {
  margin-bottom: 0;
}
.obj_article_details .main_entry {
  width: 100%;
}
.obj_article_details .main_entry .item {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
  padding: 1.43rem 0;
}
.obj_article_details .main_entry .item .label {
  margin: 0px;
  font-family: /*"Apercu", sans-serif;*/ "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;
  margin: 0 0 1.43rem;
  font-family: /*"Apercu", sans-serif;*/ "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:last-child {
  border-bottom: none;
}
.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 .orcid {
  display: block;
  font-size: 0.75rem;
  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 .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: none;
}
.obj_article_details .galleys_links li {
  display: inline-block;
}
.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: 0px;
  margin-right: 0px;
  border-top: 1px solid #dddddd;
  width: 100%;
}
.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: /*"Apercu", sans-serif;*/ "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 .entry_details img {
  width: 100%;
  height: auto;
}
.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.75rem;
}
.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: /*"Apercu", sans-serif;*/ "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 {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .obj_article_details .main_entry .item {
    margin-right: 1.43rem;
  }
}
@media (min-width: 768px) {
  .obj_article_details .row {
    margin-left: 0px;
    margin-right: 0px;
    border-top: none;
    border-bottom: none;
  }
  .obj_article_details .main_entry {
    float: left;
    width: 100%;
    border-right: 1px solid #dddddd;
  }
  .obj_article_details .main_entry .item {
    margin-right: 1.43rem;
  }
  .obj_article_details .item {
    padding: 1.43rem;
  }
  .obj_article_details .item .label {
    margin: 0;
    font-family: /*"Apercu", sans-serif;*/ "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: 30%;
    margin: 0px;
    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: 0px;
    margin-right: 0px;
  }
  .obj_article_details .main_entry {
    width: 70%;
  }
  .obj_article_details .item {
    padding: 2.143rem;
  }
}
@media (min-width: 1200px) {
  .obj_article_details .main_entry {
    width: 70%;
  }
}
/**
 * @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: /*"Apercu", sans-serif;*/ "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;
}
.obj_article_summary .galleys_links li {
  display: inline-block;
  margin-right: 1em;
}
.obj_article_summary .galleys_links li:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .obj_article_summary .authors {
    padding-right: 5em;
  }
  .obj_article_summary .pages {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 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: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: white;
}
.obj_galley_link_supplementary: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;
}
/**
 * @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: /*"Apercu", sans-serif;*/ "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 .galleys_links li {
  display: inline-block;
  margin-right: 1em;
}
.obj_issue_toc .galleys_links li:last-child {
  margin-right: 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 {
    padding: 1.43rem 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    /*position: relative;
			margin: @triple -@double;
			padding: @triple;

			&:before {
				content: '';
				position: absolute;
				top: 45px;
				left: 0;
				width: 100%;
				border-top: @bg-border;
			}

			> h2,
			> h3,
			> h6 {
				display: inline-block;
				position: relative;
				left: -15px;
				margin-top: 0;
				padding: 0 (@triple / 2);
				background: @lift;
				font-size: @font-bump;
				font-weight: @normal;
				line-height: @triple;
				color: @text-light;
			}*/
  }
}
@media (min-width: 992px) {
  .obj_issue_toc .galleys {
    /*margin: @triple -@triple;*/
  }
  .obj_issue_toc .cover {
    margin-right: 2.143rem;
    margin-bottom: 1.43rem;
  }
  .obj_issue_toc .cover img {
    max-height: 350px;
  }
}
/**
 * @file plugins/themes/material/styles/sidebar.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Styles for the sidebar blocks
 *
 */
.pkp_structure_sidebar a {
  display: inline-block;
  position: relative;
  font-size: .93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: #000000;
  text-decoration: none;
}
.pkp_structure_sidebar a:hover,
.pkp_structure_sidebar a:focus {
  color: #000000;
}
/**
.pkp_block {
	padding: @triple @double;
	font-size: @font-base;
	line-height: @line-base;

	.title {
		display: block;
		margin-bottom: @base;
		margin-top: 0;
		font-family: @font-heading;
		font-size: @font-bump;
		font-weight: @bold;
		line-height: @line-bump;
		color: @text-light;
	}

	.content {

		 ul {
			&:extend(.pkp_unstyled_list);

			li {
				line-height: @line-base;
				padding: @half 0;
			}
		}

		p {
			line-height: @line-base-large;

			&:first-child {
				margin-top: 0;
			}

			&:last-child {
				margin-bottom: 0;
			}
		}
	}

	a {
		text-decoration: none;
	}

	@media(min-width: @screen-desktop) {
		padding: @triple;
	}
}

// Browse sidebar block
.block_browse {
	font-size: @font-sml;

	.has_submenu {
		margin-top: @double;
		font-size: @font-sml;
		font-weight: @bold;
		color: @text-light;

		ul {
			margin-top: calc(~"@{half} - 1px"); // account for border
			padding-top: @half;
			font-weight: @normal;
		}
	}

	.is_sub {
		margin-left: @base;
	}

	.current a {
		padding-left: 0.5em;
		border-left: 4px solid @bg-border-color;
		color: @text-light;
		cursor: text;
	}
}

.block_information,
.block_language_toggle {

	a {
		font-size: @font-sml;
	}
}

.block_make_submission {

	a {
		&:extend(.cmp_button);
	}
}

.block_subscription {

	.subscription_name {
		margin-bottom: 0;
		font-weight: @bold;
	}

	.subscription_membership {
		margin-top: 0;
	}
} //sidebar.less */
/**
 * @file plugins/themes/material/styles/footer.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Classes for the page footer elements
 */
footer {
  color: rgba(0, 0, 0, 0.55) !important;
}
/**
.pkp_structure_footer_wrapper {
	background: @bg-shade;
}

.pkp_structure_footer {
	text-align: center;
}

.pkp_footer_content {
	padding: @triple;
	text-align: left;
}

// OJS brand images in footer
.pkp_brand_footer {
	.pkp_helpers_clear();
	padding: @triple;

	a {
		float: right;
		display: block;
		max-width: 150px;
	}
} //footer.less */
/**
 * @file plugins/themes/material/rtl.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * 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;
  }
}
@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_head_wrapper .pkp_search {
  right: auto;
  left: 0;
  text-align: left;
}
body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open .search_prompt {
  border-left: none;
  border-right: 1px solid #dddddd;
}
body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
  padding-right: 0.5em;
  padding-left: 180px;
}
body[dir="rtl"] .pkp_screen_reader,
body[dir="rtl"] .cmp_skip_to_content a,
body[dir="rtl"] .pkp_page_index .journals h2,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2,
body[dir="rtl"] .page_register .context_optin .roles legend,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2 {
  left: auto;
  right: -2000px;
}
body[dir="rtl"] .pkp_screen_reader:focus,
body[dir="rtl"] .cmp_skip_to_content a:focus,
body[dir="rtl"] .pkp_page_index .journals h2:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,
body[dir="rtl"] .page_register .context_optin .roles legend:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus {
  right: 50%;
}
body[dir="rtl"] .obj_announcement_summary .date:before {
  margin-right: 0;
  margin-left: 0.5em;
}
body[dir="rtl"] .obj_issue_toc .galleys_links li {
  margin-right: inherit;
  margin-left: 1em;
}
@media (min-width: 768px) {
  body[dir="rtl"] .obj_issue_toc .galleys h2,
  body[dir="rtl"] .obj_issue_toc .section h2 {
    left: auto;
    right: 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;
  }
}
/**
 * @file plugins/themes/material/lato.less
 *
 * Copyright (c) 2021 Madi Nuralin
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @brief Import the Lato font files
 *
 */
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('/plugins/themes/material/fonts/Montserrat/Montserrat-Regular.ttf');
  src: local(''), url('/plugins/themes/material/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  
  /* IE9 Compat Modes */
  /* Safari, Android, iOS */
}
/**
* Template Name: SoftLand - v4.7.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}
body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}
a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}
a:hover {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  /*font-family: "Poppins", sans-serif;*/
  color: #000;
}
.container {
  z-index: 2;
  position: relative;
}
.text-black {
  color: #000 !important;
}
.text-primary {
  color: #2d71a1 !important;
}
.border-top {
  border-top: 1px solid #f2f2f2 !important;
}
.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}
figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}
section {
  overflow: hidden;
}
.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/* Default btn sre-tyling */
/*.btn {
  border: none;
  padding: 15px 30px !important;
}
.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}
.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}*/
/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}
.feature-1 h3 {
  font-size: 20px;
}
.feature-1 p {
  color: #b1b1b1;
}
/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}
.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}
.step p:last-child {
  margin-bottom: 0px;
}
/* Review */
.review h3 {
  font-size: 20px;
}
.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}
.review .stars span {
  color: #FF8803;
}
.review .stars .muted {
  color: #ccc;
}
.review .review-user img {
  width: 70px;
  margin: 0 auto;
}
/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}
/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.pricing h3 {
  color: #2d71a1;
}
.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}
.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}
.pricing ul {
  margin-bottom: 50px;
}
.pricing ul li {
  margin-bottom: 10px;
}
.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.pricing .btn-white:hover {
  color: #2d71a1;
}
.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}
.pricing.popular .popularity {
  color: #b3b3b3;
}
.pricing.popular h3 {
  color: #fff;
  background: none;
}
.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}
/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}
.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}
.cta-section .btn {
  background: #000000;
  color: #fff;
}
.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}
/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}
.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .error-message br + br {
  margin-top: 25px;
}
.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.php-email-form textarea {
  min-height: 160px;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Blog */
.post-entry {
  margin-bottom: 60px;
}
.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}
.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}
.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}
.post-entry .post-text .readmore {
  color: #2d71a1;
}
.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}
.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}
.comment-form-wrap {
  clear: both;
}
.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(20%);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}
.search-form {
  background: #f7f7f7;
  padding: 10px;
}
.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
}
#header.header-scrolled {
  background: rgba(39, 70, 133, 0.8);
  height: 60px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}
#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/*
.navbar {
  padding: 0;
}
*/
.navbar-nav {
  display: flex;
  flex-direction: row !important;
  list-style: none;
  align-items: center;
  font-family: "Roboto", sans-serif;
}
.navbar li {
  position: relative;
}
.navbar .nav-link {
  padding: 10px 0 10px 20px !important;
}
/*.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px !important;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.3s;
}*/
/*.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}*/
.navbar .nav-link:hover,
.navbar .active,
.navbar .active:focus,
.navbar .nav-link:hover > a {
  color: #fff;
}
/*
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2d71a1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}*/
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2d71a1;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url('https://raw.githubusercontent.com/madi-nuralin/material/main/assets/background.jpg');
  position: relative;
}
.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}
@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}
.hero-section .wave svg {
  width: 100%;
}
.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  min-height: 880px;
}
.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}
.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}
@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}
.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}
.hero-section p {
  font-size: 18px;
  color: #fff;
}
.hero-section .iphone-wrap {
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}
.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    max-width: 100%;
  }
}
.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}
.hero-section .iphone-wrap .phone-2 {
  margin-top: 100px;
  margin-left: 100px;
  width: 350px;
}
@media screen and (max-width: 1450px) {
  .hero-section .iphone-wrap .phone-2 {
    margin-top: 150px;
    margin-left: 50px;
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .hero-section .iphone-wrap .phone-2 {
    margin-top: 110px;
    margin-left: 50px;
    width: 270px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer a {
  color: #000;
}
.footer .copyright {
  margin-bottom: 0px;
}
.footer .copyright,
.footer .credits {
  font-size: 14px;
}
.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}
.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social a:hover {
  color: #fff;
  background: #2d71a1;
}
.social a i {
  line-height: 0;
}
