/**
 * @file plugins/themes/default/index.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Default theme stylesheet
 *
 */
/**
 * @file plugins/themes/default/styles/variables.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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 plugins/themes/default/styles/body.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Classes for site-wide elements and layout scaffolding
 */
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}
a {
  color: #1e3965;
}
a:hover,
a:focus {
  color: #2a4f8c;
}
.pkp_site_name,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_structure_content,
.pkp_structure_footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .pkp_site_name,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 728px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .pkp_site_name,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .pkp_site_name,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 1160px;
  }
}
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
}
.has_site_logo .pkp_head_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .has_site_logo .pkp_head_wrapper {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
    width: 1160px;
  }
}
.pkp_structure_main {
  padding: 10px;
}
@media (min-width: 480px) {
  .pkp_structure_main {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .pkp_structure_main:before,
  .pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #ddd;
  }
  .pkp_structure_main:after {
    left: 728px;
  }
}
@media (min-width: 992px) {
  .pkp_structure_content {
    padding-top: 30px;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
  }
  .pkp_structure_main {
    float: left;
    padding: 0 30px 90px;
    width: 652px;
  }
  .pkp_structure_main:after {
    left: 652px;
  }
}
@media (min-width: 1200px) {
  .pkp_structure_main {
    width: 860px;
  }
  .pkp_structure_main:after {
    left: 860px;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
/**
 * @file plugins/themes/default/styles/head.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @ingroup pkp_structure_head
 *
 * @brief Classes for the page header structural elements
 */
.pkp_structure_head {
  background-color: #1e3965;
  border-bottom: 1px solid #ddd;
}
.pkp_head_wrapper {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    padding-top: 30px;
  }
}
.pkp_site_name {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name > a:focus {
  outline: 0;
}
.pkp_site_name .is_img {
  display: inline-block;
}
.pkp_site_name .is_img:focus {
  box-shadow: 0 0 1px #fff;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.pkp_site_name .is_text {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
.pkp_site_name .is_text:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .pkp_site_name {
    text-align: center;
  }
}
.pkp_navigation_primary {
  text-align: center;
}
.pkp_navigation_primary > li > a {
  margin: 0 1em;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
  color: #fff;
}
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #fff;
  outline: 0;
  border-color: #fff;
}
.pkp_navigation_primary > li:first-child a {
  margin-left: 0;
}
.pkp_navigation_primary > li:last-child a {
  margin-right: 0;
}
.pkp_navigation_primary [aria-haspopup] a:focus,
.pkp_navigation_primary [aria-haspopup] a:hover {
  border-color: transparent;
}
.pkp_navigation_primary ul {
  text-align: left;
}
.pkp_navigation_primary ul a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1e3965;
}
.pkp_navigation_primary [aria-haspopup] ul a:focus,
.pkp_navigation_primary [aria-haspopup] ul a:hover {
  border-color: #1e3965;
}
@media (min-width: 992px) {
  .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
  }
}
.pkp_head_wrapper .pkp_search {
  display: block;
  padding: 10px 0;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.pkp_head_wrapper .pkp_search button {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .pkp_head_wrapper .pkp_search button {
    width: auto;
    margin-top: 0;
  }
}
.pkp_head_wrapper .pkp_search .search_controls {
  display: none;
  position: relative;
}
.pkp_head_wrapper .pkp_search .search_controls a {
  text-decoration: none;
}
.pkp_head_wrapper .pkp_search .search_prompt {
  transition: background-color 0.4s;
}
.pkp_head_wrapper .pkp_search .search_cancel,
.pkp_head_wrapper .pkp_search .search_loading {
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.75);
}
.pkp_head_wrapper .pkp_search .search_cancel:before {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.pkp_head_wrapper .pkp_search .search_cancel:hover,
.pkp_head_wrapper .pkp_search .search_cancel:focus {
  outline: none;
  border-radius: 50%;
  background: #ff4040;
  color: #fff;
}
.pkp_head_wrapper .pkp_search .search_loading {
  display: none;
}
@media (min-width: 992px) {
  .pkp_head_wrapper .pkp_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    min-width: 100px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    transition: min-width 0.4s;
    text-align: right;
    overflow-x: hidden;
  }
  .pkp_head_wrapper .pkp_search button {
    position: absolute;
    top: 0;
    left: -9999px;
  }
  .pkp_head_wrapper .pkp_search input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 0;
    border: none;
  }
  .pkp_head_wrapper .pkp_search .search_controls {
    display: inline-block;
  }
  .pkp_head_wrapper .pkp_search .search_prompt {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
  }
  .pkp_head_wrapper .pkp_search .search_prompt:before {
    font-size: 16px;
    margin-right: 0.25em;
  }
  .pkp_head_wrapper .pkp_search .search_prompt:hover,
  .pkp_head_wrapper .pkp_search .search_prompt:focus {
    outline: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #fff;
  }
  .pkp_head_wrapper .pkp_search.is_open {
    min-width: 100%;
    background: #fff;
  }
  .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    width: 100%;
    max-width: 100%;
    line-height: 40px;
    height: 40px;
    top: 0;
    left: 0;
    padding-left: 0.5em;
    padding-right: 180px;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: #fff;
  }
  .pkp_head_wrapper .pkp_search.is_open input[type="text"]:hover,
  .pkp_head_wrapper .pkp_search.is_open input[type="text"]:focus {
    outline: 0;
  }
  .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    padding-bottom: 9px;
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #1e3965;
  }
  .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover,
  .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
    border-bottom-color: #1e3965;
  }
  .pkp_head_wrapper .pkp_search.is_searching input[type="text"] {
    opacity: 0.5;
  }
  .pkp_head_wrapper .pkp_search.is_searching input[type="text"]:hover,
  .pkp_head_wrapper .pkp_search.is_searching input[type="text"]:focus {
    border-color: #fff;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt {
    background: #fff;
    border-left: 1px solid #ddd;
    color: #1e3965;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt:hover,
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt:focus {
    background: #fff;
    color: #2a4f8c;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_cancel {
    display: none;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_loading {
    display: block;
  }
}
.pkp_navigation_user_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pkp_navigation_user {
  text-align: right;
  font-size: 13px;
  padding-right: 20px;
}
.pkp_navigation_user li {
  text-align: left;
}
.pkp_navigation_user a {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 20px;
}
.pkp_navigation_user > li > a:focus {
  outline: 0;
}
.pkp_navigation_user ul {
  width: 10em;
}
.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
  color: #fff;
}
.pkp_navigation_user li:hover > ul,
.pkp_navigation_user li:focus > ul,
.pkp_navigation_user li.in_focus > ul {
  left: auto;
  right: 0;
}
.pkp_navigation_user > li:last-child a {
  padding-right: 0;
}
.pkp_navigation_user [aria-expanded="true"]:before {
  border-width: 5px;
}
.pkp_navigation_user .profile > a {
  text-align: right;
}
.pkp_navigation_user .profile > a:after {
  display: none;
}
.pkp_navigation_user .task_count {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.pkp_navigation_user > li > ul a .task_count {
  background: #ddd;
}
.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
  background: #fff;
}
.pkp_navigation_user .has_tasks ul .task_count,
.pkp_navigation_user .has_tasks ul a:hover .task_count,
.pkp_navigation_user .has_tasks ul a:focus .task_count {
  background: #f00;
  color: #fff;
}
/**
 * @file plugins/themes/default/styles/main.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Styles applying to the main content panel
 */
.pkp_structure_main h1 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.pkp_structure_main h2 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.pkp_structure_main h3 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.pkp_structure_main h4 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.pkp_structure_main h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.pkp_structure_main h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
}
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  margin: 40px 0 20px;
}
.pkp_structure_main h5,
.pkp_structure_main h6 {
  margin: 20px 0;
}
.pkp_structure_main p {
  line-height: 25px;
  margin: 20px 0;
}
.pkp_structure_main p:last-child {
  margin-bottom: 0;
}
.pkp_structure_main .page > .cmp_edit_link {
  float: right;
  padding: 5px 0;
  line-height: 30px;
}
.pkp_structure_main .page .monograph_count {
  float: right;
  padding: 10px 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.pkp_structure_main .page .about_section {
  color: rgba(0, 0, 0, 0.75);
  line-height: 30px;
}
.pkp_structure_main .page .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
.pkp_structure_main .page .about_section .cover img {
  display: block;
  margin: 0 auto;
}
.pkp_structure_main .page .about_section .description p:first-child {
  margin-top: 0;
}
.pkp_structure_main .page .about_section .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .pkp_structure_main .page .about_section {
    font-size: 16px;
    font-style: italic;
  }
}
/**
 * @file styles/components.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Reusable components
 */
.cmp_button,
.pkp_head_wrapper .pkp_search button,
.cmp_form .buttons button,
.obj_article_details .citation_display form input[type="submit"],
.block_make_submission a {
  display: inline-block;
  padding: 0 1em;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
  font-size: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #1e3965;
}
.cmp_button:hover,
.cmp_button:focus,
.pkp_head_wrapper .pkp_search button:hover,
.pkp_head_wrapper .pkp_search button:focus {
  box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.1);
}
.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #1e3965;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
  color: #1e3965;
  text-decoration: none;
}
.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #1e3965;
  color: #fff;
}
.cmp_form fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.cmp_form legend {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.cmp_form .fields > div {
  position: relative;
  padding-bottom: 30px;
}
.cmp_form .fields > div .error {
  position: absolute;
  left: 0.5em;
  bottom: 11px;
  padding: 0 0.5em;
  background: #ff4040;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.cmp_form label {
  display: block;
  cursor: pointer;
}
.cmp_form .label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
}
.cmp_form .label .required {
  color: #ff4040;
}
.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="phone"],
.cmp_form select,
.cmp_form textarea {
  padding: 0 0.5em;
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
}
.cmp_form textarea {
  width: 100%;
  height: 8em;
}
.cmp_form .pkp_form_error {
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 13px;
  background: #ff4040;
  color: #fff;
}
.cmp_form label > input[type="checkbox"],
.cmp_form label > input[type="radio"] {
  margin-right: 0.25em;
}
.cmp_form .buttons a {
  font-size: 13px;
  line-height: 30px;
  margin-left: 1em;
}
@media (min-width: 480px) {
  .cmp_form input[type="text"],
  .cmp_form input[type="email"],
  .cmp_form input[type="password"],
  .cmp_form input[type="url"],
  .cmp_form input[type="phone"],
  .cmp_form select {
    max-width: 20em;
  }
}
.cmp_form .tagit {
  max-width: 100%;
  height: auto;
}
.cmp_form .tagit > li {
  display: inline-block;
}
.cmp_form .tagit > li.tagit-choice {
  margin-right: 0.5em;
  padding-left: 0.5em;
  background: #ddd;
  border-radius: 3px;
  line-height: 20px;
}
.cmp_form .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 0.5em;
}
.cmp_form .tagit-close {
  padding: 0 0.5em;
  color: #ff4040;
}
.ui-autocomplete {
  width: 20em;
  padding: 2px;
  border-radius: 3px;
  background: #1e3965;
}
.ui-autocomplete:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 1em;
  width: 0;
  height: 0;
  color: #1e3965;
  border-bottom: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: middle;
}
.ui-autocomplete > li {
  padding: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.ui-autocomplete > li:hover,
.ui-autocomplete > li:focus {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.cmp_pagination {
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
  text-align: right;
}
.cmp_pagination a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.cmp_edit_link {
  display: inline-block;
  margin-left: 1em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.cmp_search_filter {
  margin-bottom: 10px;
  font-size: 13px;
}
.cmp_search_filter:last-child {
  margin-bottom: 0;
}
.cmp_search_filter label {
  font-style: italic;
}
.cmp_search_filter .delete {
  color: #ff4040;
}
.cmp_notification {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  background: #ddd;
  border-left: 5px solid #1e3965;
  font-size: 14px;
  line-height: 20px;
}
.cmp_notification .success {
  border-color: #00b24e;
}
.cmp_notification .no {
  border-color: #ff4040;
}
.cmp_breadcrumbs {
  display: inline-block;
}
.cmp_breadcrumbs ol {
  margin-bottom: 30px;
  padding: 5px 0;
  line-height: 20px;
  font-size: 13px;
}
.cmp_breadcrumbs li {
  display: inline-block;
}
.cmp_breadcrumbs a {
  display: inline-block;
  text-decoration: none;
}
.cmp_breadcrumbs .separator {
  color: rgba(0, 0, 0, 0.75);
  padding: 0 0.5em;
}
.cmp_breadcrumbs .current {
  color: rgba(0, 0, 0, 0.75);
}
.cmp_breadcrumbs .current h1 {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.cmp_back_link {
  margin-top: 20px;
}
.cmp_announcements {
  margin-left: -10px;
  margin-right: -10px;
}
.cmp_announcements > li {
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
}
.cmp_announcements > li:last-child {
  border-bottom: none;
}
@media (min-width: 480px) {
  .cmp_announcements {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cmp_announcements > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .cmp_announcements {
    margin-left: -30px;
    margin-right: -30px;
  }
  .cmp_announcements > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cmp_skip_to_content a {
  display: block;
  padding: 1em;
  z-index: 99999;
  background: #fff;
  transform: translateX(-50%);
}
.cmp_skip_to_content a:focus {
  clip: auto;
  top: 0;
  left: 50%;
}
/**
 * @file  plugins/themes/default/styles/pages/indexJournal.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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 .journals {
  margin-top: 30px;
}
.pkp_page_index .journals > ul > li {
  margin: 30px 0;
}
.pkp_page_index .journals a,
.pkp_page_index .journals img {
  display: block;
  max-height: 20em;
}
.pkp_page_index .journals h3 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.pkp_page_index .journals h3 a {
  text-decoration: none;
}
.pkp_page_index .journals p {
  margin: 10px 0;
}
.pkp_page_index .journals .links li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
@media (min-width: 768px) {
  .pkp_page_index .journals > ul > li {
    margin: 0 -20px;
    padding: 20px;
    border-top: 1px solid #ddd;
  }
  .pkp_page_index .journals .thumb {
    float: left;
    width: 25%;
    padding-right: 20px;
  }
  .pkp_page_index .journals .thumb + .body {
    float: right;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .journals > ul > li {
    margin: 0 -30px;
    padding: 30px;
  }
  .pkp_page_index .journals .thumb {
    padding-right: 30px;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/indexJournal.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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: -10px;
  margin-right: -10px;
}
@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .pkp_page_index .homepage_image {
    margin-top: -30px;
  }
}
.pkp_page_index .cmp_announcements {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  position: relative;
  padding: 30px 10px;
}
.pkp_page_index .cmp_announcements .more {
  position: relative;
}
.pkp_page_index .cmp_announcements .more .obj_announcement_summary {
  padding: 10px;
}
.pkp_page_index .cmp_announcements .more h4 {
  font-size: 13px;
}
@media (min-width: 480px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary,
  .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 65%;
  }
  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ddd;
  }
  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pkp_page_index .cmp_announcements .more:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #ddd;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .cmp_announcements > .obj_announcement_summary,
  .pkp_page_index .cmp_announcements .more .obj_announcement_summary {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pkp_page_index .current_issue .current_issue_title {
  margin: 20px 0;
  font-weight: 700;
}
.pkp_page_index .current_issue .read_more {
  margin-bottom: 20px;
  color: #1e3965;
}
@media (min-width: 768px) {
  .pkp_page_index .current_issue .section:last-child {
    margin-bottom: 0;
  }
}
.pkp_page_index .additional_content {
  padding: 30px 10px 0 10px;
  border-top: 1px solid #ddd;
}
@media (min-width: 480px) {
  .pkp_page_index .additional_content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .additional_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.pkp_page_index .additional_content > p:first-child {
  margin-top: 0;
}
.pkp_page_index .additional_content > p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements + .additional_content {
    border-top: none;
  }
}
/**
 * @file plugins/themes/default/styles/pages/issueArchive.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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: -10px;
  margin-right: -10px;
  border-top: 1px solid #ddd;
}
.page_issue_archive .issues_archive > li {
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 480px) {
  .page_issue_archive .issues_archive {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .page_issue_archive .issues_archive {
    margin-left: -30px;
    margin-right: -30px;
  }
  .page_issue_archive .issues_archive > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/**
 * @file plugins/themes/default/styles/pages/viewPdf.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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: #2a4f8c;
}
.header_view a {
  line-height: 30px;
  text-decoration: none;
}
.header_view .return {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  color: #2a4f8c;
  text-align: center;
}
.header_view .return:hover,
.header_view .return:focus {
  background: #1e3965;
  color: #fff;
}
.header_view .title {
  display: block;
  padding-left: 40px;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
}
.header_view .title:hover,
.header_view .title:focus {
  background: #1e3965;
}
.header_view .download {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  background: #fff;
  text-align: center;
}
.header_view .download:hover,
.header_view .download:focus {
  background: #1e3965;
  color: #fff;
}
.header_view .download .label {
  display: none;
}
@media (min-width: 768px) {
  .header_view .title {
    font-size: 14px;
  }
  .header_view .download {
    width: auto;
    padding: 0 20px;
  }
  .header_view .download .label {
    display: inline-block;
  }
  .header_view .download .pkp_screen_reader,
  .header_view .download .pkp_page_index .cmp_announcements h2 {
    display: none;
  }
}
#pdfCanvasContainer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}
#pdfCanvasContainer iframe {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: none;
}
/**
 * @file  plugins/themes/default/styles/objects/announcement_full.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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.75);
}
.obj_announcement_full .date:before {
  margin-right: 0.5em;
  color: #ddd;
}
.obj_announcement_full .description {
  margin-top: 40px;
}
.obj_announcement_full .description p:first-child {
  margin-top: 0;
}
.obj_announcement_full .description p:last-child {
  margin-bottom: 0;
}
/**
 * @file  plugins/themes/default/styles/objects/announcement_summary.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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: 14px;
  line-height: 20px;
}
.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
  text-decoration: none;
}
.obj_announcement_summary .date {
  font-size: 13px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.75);
}
.obj_announcement_summary .date:before {
  margin-right: 0.5em;
  font-size: 14px;
  color: #ddd;
}
.obj_announcement_summary .summary {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}
.obj_announcement_summary .summary p:first-child {
  margin-top: 0;
}
.obj_announcement_summary .summary p:last-child {
  margin-bottom: 0;
}
/**
 * @file styles/objects/article_details.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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: 18px;
  line-height: 30px;
  font-weight: 400;
}
.obj_article_details .row {
  margin-top: 30px;
}
.obj_article_details .item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.obj_article_details .item > *:first-child {
  margin-top: 0;
}
.obj_article_details .item > *:last-child {
  margin-bottom: 0;
}
.obj_article_details .sub_item {
  margin-bottom: 20px;
}
.obj_article_details .sub_item:last-child {
  margin-bottom: 0;
}
.obj_article_details .main_entry .item .label {
  margin: 0 0 20px;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.obj_article_details .authors li {
  margin-bottom: 10px;
}
.obj_article_details .authors .name {
  font-weight: bold;
  display: block;
}
.obj_article_details .authors .orcid {
  display: block;
  line-height: 20px;
}
.obj_article_details .authors .orcid:before {
  content: url('//orcid.org/sites/default/files/images/orcid_16x16.png');
  display: inline-block;
  margin-right: 0.25em;
  height: 20px;
  vertical-align: middle;
}
.obj_article_details .authors .affiliation {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.75);
}
.obj_article_details .item.doi {
  padding-top: 0;
}
.obj_article_details .item.doi .label {
  font-size: 13px;
}
.obj_article_details .galleys_links li {
  display: inline-block;
}
.obj_article_details .copyright {
  font-size: 13px;
  line-height: 20px;
}
.obj_article_details .copyright a[rel="license"] + p {
  margin-top: 0;
}
.obj_article_details .entry_details {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #ddd;
}
.obj_article_details .entry_details .item {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  word-wrap: break-word;
}
.obj_article_details .entry_details .item:last-child {
  border-bottom: none;
}
.obj_article_details .entry_details .item .label {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
}
.obj_article_details .citation_display form textarea {
  max-width: 100%;
  max-height: 19em;
  white-space: nowrap;
}
@media (min-width: 480px) {
  .obj_article_details .entry_details {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  .obj_article_details .row {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .obj_article_details .main_entry {
    float: left;
    width: 428px;
    border-right: 1px solid #ddd;
  }
  .obj_article_details .item {
    padding: 20px;
  }
  .obj_article_details .entry_details {
    float: left;
    width: 300px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 1px solid #ddd;
  }
  .obj_article_details .entry_details .item {
    margin-right: -1px;
    border-bottom: 1px solid #ddd;
  }
  .obj_article_details .entry_details .item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .obj_article_details .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .obj_article_details .main_entry {
    width: 352px;
  }
  .obj_article_details .item {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .obj_article_details .main_entry {
    width: 560px;
  }
}
/**
 * @file styles/objects/galley_link.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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 {
  margin-right: 0.25em;
}
.obj_galley_link.restricted {
  border-color: #fff;
  color: rgba(0, 0, 0, 0.75);
}
.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
/**
 * @file styles/objects/article_details.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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_summary > .title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.obj_article_summary > .title a {
  text-decoration: none;
}
.obj_article_summary .meta {
  position: relative;
  padding-top: 5px;
  font-size: 13px;
  line-height: 20px;
}
.obj_article_summary .pages,
.obj_article_summary .published {
  color: rgba(0, 0, 0, 0.75);
}
.obj_article_summary .galleys_links {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .obj_article_summary .authors {
    padding-right: 5em;
  }
  .obj_article_summary .pages {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px;
  }
  .obj_article_summary .cover {
    float: left;
    width: 25%;
    margin-right: 20px;
  }
  .obj_article_summary .cover img {
    height: auto;
    max-height: none;
  }
}
@media (min-width: 992px) {
  .obj_article_summary .cover {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
/**
 * @file styles/objects/issue_summary.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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 .cover {
  display: block;
  margin-bottom: 20px;
}
.obj_issue_summary .cover img {
  display: block;
  width: auto;
  max-height: 250px;
}
.obj_issue_summary .title {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.obj_issue_summary .series {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.75);
}
.obj_issue_summary .description {
  font-size: 13px;
  line-height: 20px;
}
.obj_issue_summary .description p:first-child {
  margin-top: 0;
}
.obj_issue_summary .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .obj_issue_summary .cover {
    float: left;
    width: 25%;
    height: auto;
    margin-right: 20px;
  }
  .obj_issue_summary .cover img {
    max-height: auto;
  }
}
/**
 * @file styles/objects/issue_toc.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. 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 h3 {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.87);
  font-size: 14px;
  line-height: 18px;
}
.obj_issue_toc .cover {
  display: block;
  margin-bottom: 20px;
}
.obj_issue_toc .cover img {
  display: block;
  max-height: 250px;
  width: auto;
}
.obj_issue_toc .description > *:first-child {
  margin-top: 0;
}
.obj_issue_toc .description > *:last-child {
  margin-bottom: 0;
}
.obj_issue_toc .pub_id {
  margin: 20px 0;
}
.obj_issue_toc .pub_id .type {
  font-weight: 700;
}
.obj_issue_toc .published {
  margin: 20px 0;
}
.obj_issue_toc .published .label {
  font-weight: 700;
}
.obj_issue_toc .galleys_links li {
  display: inline-block;
  margin-right: 1em;
}
.obj_issue_toc .galleys_links li:last-child {
  margin-right: 0;
}
.obj_issue_toc .articles > li {
  margin-bottom: 30px;
}
.obj_issue_toc .sections:not(:first-child) {
  margin-toP: 60px;
}
.obj_issue_toc .section:last-child .articles > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .obj_issue_toc .cover {
    float: left;
    width: 25%;
    height: auto;
    max-height: none;
    margin-right: 20px;
  }
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    position: relative;
    margin: 30px -20px;
    padding: 30px;
    border-top: 1px solid #ddd;
  }
  .obj_issue_toc .galleys h2,
  .obj_issue_toc .section h2 {
    position: absolute;
    top: -15px;
    left: 15px;
    margin-top: 0;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.75);
  }
}
@media (min-width: 992px) {
  .obj_issue_toc .galleys,
  .obj_issue_toc .section {
    margin: 30px -30px;
  }
  .obj_issue_toc .cover {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .obj_issue_toc .cover img {
    max-height: none;
  }
}
/**
 * @file plugins/themes/default/styles/sidebar.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Styles for the sidebar blocks
 *
 */
.pkp_block {
  padding: 30px 20px;
  font-size: 14px;
  line-height: 20px;
}
.pkp_block .title {
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.75);
}
.pkp_block .content ul li {
  line-height: 20px;
  padding: 5px 0;
}
.pkp_block .content p {
  line-height: 25px;
}
.pkp_block .content p:first-child {
  margin-top: 0;
}
.pkp_block .content p:last-child {
  margin-bottom: 0;
}
.pkp_block a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .pkp_block {
    padding: 30px;
  }
}
.block_information a,
.block_language_toggle a {
  font-size: 13px;
}
/**
 * @file plugins/themes/default/styles/footer.less
 *
 * Copyright (c) 2014-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Classes for the page footer elements
 */
.pkp_structure_footer_wrapper {
  background: #ddd;
}
.pkp_structure_footer {
  text-align: center;
}
.pkp_footer_content {
  padding: 30px;
  text-align: left;
}
.pkp_brand_footer {
  padding: 10px;
  text-align: center;
}
.pkp_brand_footer a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
