
/**
 * @file plugins/themes/default/styles/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 styles/fonts.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 Loads custom fonts
 *
 */
/**
 * Font Awesome - icon font
 *
 * The full font awesome styles can be found in /styles/fontawesome
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://langsci-press.org/lib/pkp/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://langsci-press.org/lib/pkp/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://langsci-press.org/lib/pkp/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('https://langsci-press.org/lib/pkp/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://langsci-press.org/lib/pkp/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa,
.pkp_help_link:before,
.cmp_edit_link:before,
.pkp_head_wrapper .pkp_search .search_prompt:before,
.pkp_head_wrapper .pkp_search .search_cancel:before,
.page_submissions .submission_checklist li:before,
.header_viewable_file .return:before,
.header_viewable_file .download:before,
.obj_announcement_summary .date:before,
.obj_announcement_summary .read_more:after,
.obj_announcement_full .date:before,
.obj_galley_link:before,
.obj_galley_link.restricted:before,
.obj_monograph_full .files .link a:before,
.obj_monograph_full .files .pub_format_remote a:before,
.obj_monograph_full .files .pub_format_single a:before,
.obj_monograph_full .files .pub_format_remote a:after,
.obj_spotlight .type:before,
.obj_spotlight .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);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002";
}
.fa-user:before {
  content: "\f007";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-cog:before {
  content: "\f013";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-download:before {
  content: "\f019";
}
.fa-lock:before {
  content: "\f023";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-plus:before {
  content: "\f067";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-upload:before {
  content: "\f093";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-trash:before {
  content: "\f1f8";
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * @file styles/utils.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 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-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 Helper classes
 *
 */
.pkp_button,
.pkp_button_primary,
.pkp_button_offset {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.84);
  vertical-align: middle;
  cursor: pointer;
  background-color: #eee;
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid #dddddd;
  border-radius: 3px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
}
.pkp_button:hover,
.pkp_button:focus {
  background-color: #ccc;
  background-image: linear-gradient(#ffffff, #cccccc);
}
.pkp_button:active {
  background-color: #bbb;
  background-image: linear-gradient(#eeeeee, #bbbbbb);
}
.pkp_button[disabled],
.pkp_button_primary[disabled],
.pkp_button_offset[disabled] {
  opacity: 0.5;
  cursor: default;
}
.pkp_button_primary {
  background-color: #009de5;
  background-image: linear-gradient(#19b7ff, #009de5);
  font-weight: 700;
  color: #fff;
  border-color: #009de5;
}
.pkp_button_primary:hover,
.pkp_button_primary:focus {
  text-decoration: none;
  background-color: #008bcb;
  background-image: linear-gradient(#0ab2ff, #008bcb);
  color: #fff;
}
.pkp_button_primary:active {
  background-color: #007ab2;
  background-image: linear-gradient(#00aefe, #006998);
}
.pkp_button_offset {
  background-color: #d00a6c;
  background-image: linear-gradient(#f41985, #d00a6c);
  font-weight: 700;
  color: #fff;
  border-color: #d00a6c;
}
.pkp_button_offset:hover,
.pkp_button_offset:focus {
  text-decoration: none;
  background-color: #b8095f;
  background-image: linear-gradient(#f20c7e, #b8095f);
  color: #fff;
}
.pkp_button_offset:active {
  background-color: #9f0853;
  background-image: linear-gradient(#e80b79, #870646);
}
.pkp_spinner:after {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  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: 0.5;
}
.pkp_loading {
  font-size: 13px;
  line-height: 20px;
}
.pkp_loading .pkp_spinner {
  margin-right: 0.25em;
}
.pkp_unstyled_list,
.pkp_form .tagit,
.ui-autocomplete,
.cmp_breadcrumbs ol,
.cmp_spotlights > ul,
.cmp_announcements,
.page_catalog_category .subcategories ul,
.page_register .context_optin .contexts,
.obj_monograph_full .entry_details ul,
.obj_monograph_full .chapters > ul,
.pkp_block .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pkp_caret {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  vertical-align: middle;
}
.pkp_caret_down {
  border-top: 6px solid;
}
.pkp_caret_right {
  border-left: 6px solid;
}
.pkp_screen_reader,
.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: 14px;
  height: auto;
  line-height: normal;
  padding: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  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: 4px 0;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
.pkp_help_link:before {
  content: "\f05a";
  color: #00b24e;
  margin-right: 0.25em;
}
.pkp_help_link:hover:before,
.pkp_help_link:focus:before {
  color: #17ce67;
}
.pkp_help_tab,
.pkp_help_modal {
  position: absolute;
  top: -21px;
  right: 20px;
  padding: 5px 1em;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-width: 0;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
.pkp_help_modal {
  top: 20px;
  right: 40px;
  border: none;
}
.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%;
}
.size1of1 {
  width: 100%;
}
.size1of2 {
  width: 50%;
}
.size1of3 {
  width: 33%;
}
.size1of4 {
  width: 25%;
}
.size1of5 {
  width: 20%;
}
.size1of5,
.size2of5,
.size3of5,
.size4of5,
.size5of5 {
  float: left;
}
.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;
}
/* deprecreated in favor of .pkp_spinner. Remove throbber.gif once it's all gone */
div.pkp_helpers_progressIndicator {
  width: 24px;
  height: 24px;
  float: right;
  margin-right: 5px;
  background-repeat: no-repeat;
  background: url(https://langsci-press.org/lib/pkp/templates/images/throbber.gif) no-repeat;
  display: none;
}
li.show {
  list-style: disc;
  margin-left: 1px;
}
/**
 * @defgroup pkp_controllers_extrasOnDemand
 */
/**
 * @file styles/controllers/extrasOnDemand.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_controllers_extrasOnDemand
 *
 * @brief Styles for pkp_controllers_extrasOnDemand
 */
.pkp_controllers_extrasOnDemand {
  display: inline-block;
}
.pkp_controllers_extrasOnDemand > a {
  position: relative;
  display: block;
  padding: 0 10px 0 40px;
  border: 1px solid #dddddd;
  line-height: 30px;
  text-decoration: none;
}
.pkp_controllers_extrasOnDemand > a .fa {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;
  width: 30px;
  text-align: center;
  border-right: 1px solid #dddddd;
}
.pkp_controllers_extrasOnDemand > a .fa:before {
  display: inline-block;
  transition: transform 0.3s;
}
.pkp_controllers_extrasOnDemand > .container {
  padding: 0 10px;
  max-height: 0;
  transition: padding 0.3s;
  overflow: hidden;
}
.pkp_controllers_extrasOnDemand .toggleExtras-active {
  display: none;
}
.pkp_controllers_extrasOnDemand.active .toggleExtras-active {
  display: block;
}
.pkp_controllers_extrasOnDemand.active .toggleExtras-inactive {
  display: none;
}
.pkp_controllers_extrasOnDemand.active > a .fa:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pkp_controllers_extrasOnDemand.active > .container {
  padding: 10px;
  max-height: none;
  border: 1px solid #dddddd;
  border-top: none;
  overflow: auto;
}
.pkp_controllers_extrasOnDemand > a:hover,
.pkp_controllers_extrasOnDemand > a:focus,
.pkp_controllers_extrasOnDemand.active > a {
  color: #fff;
  background: #009de5;
  border-color: #009de5;
}
.pkp_controllers_extrasOnDemand > a:hover .fa,
.pkp_controllers_extrasOnDemand > a:focus .fa,
.pkp_controllers_extrasOnDemand.active > a .fa {
  border-color: rgba(255, 255, 255, 0.2);
}
/**
 * @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/helpers.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 Helper classes and reusable components
 */
.pkp_nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pkp_nav_list li {
  position: relative;
  display: inline-block;
}
.pkp_nav_list a {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.pkp_nav_list ul {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1000;
  width: 15em;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.pkp_nav_list ul li {
  display: block;
}
.pkp_nav_list ul a {
  display: block;
  padding-left: 5px;
  border-left: 5px solid transparent;
}
.pkp_nav_list ul a:hover,
.pkp_nav_list ul a:focus {
  outline: 0;
  background: #dddddd;
  border-color: #007ab2;
}
.pkp_nav_list ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pkp_nav_list ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pkp_nav_list li:hover > ul,
.pkp_nav_list li:focus > ul,
.pkp_nav_list li.in_focus > ul {
  left: 0;
}
.pkp_nav_list .has_submenu:hover:before,
.pkp_nav_list .has_submenu.in_focus:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  width: 0;
  height: 0;
  color: #ffffff;
  border-bottom: 10px solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  vertical-align: middle;
  z-index: 1001;
}
.pkp_nav_list li.align_right:hover > ul,
.pkp_nav_list li.align_right:focus > ul,
.pkp_nav_list li.align_right.in_focus > ul {
  left: auto;
  width: 10em;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
}
@media (min-width: 480px) {
  .pkp_nav_list li.align_right:hover > ul,
  .pkp_nav_list li.align_right:focus > ul,
  .pkp_nav_list li.align_right.in_focus > ul {
    right: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    width: 15em;
  }
}
.pkp_nav_list .has_submenu a:first-child {
  margin-right: 0;
}
.pkp_nav_list .has_submenu > a:after {
  position: relative;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  margin-left: 0.25em;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  overflow: hidden;
}
.pkp_nav_list ul .has_submenu > a:after {
  border-left: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
}
.pkp_nav_list .has_submenu:hover > a:after,
.pkp_nav_list .has_submenu:focus > a:after,
.pkp_nav_list .has_submenu.in_focus > a:after {
  opacity: 0;
}
/**
 * @file plugins/themes/default/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,
.cmp_download_link,
.pkp_form .buttons button,
.pkp_head_wrapper .pkp_search button,
.page_lost_password .buttons button,
.page_search .pkp_search button,
.obj_galley_link,
.obj_monograph_full .files .link a,
.obj_monograph_full .files .pub_format_remote a,
.obj_monograph_full .files .pub_format_single a {
  display: inline-block;
  padding: 0 15px;
  background: #eee;
  border: 1px solid #aaa;
  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: #007ab2;
  text-decoration: none;
  text-shadow: 0px 1px #fff;
}
.cmp_button:hover,
.cmp_button:focus,
.cmp_download_link:hover,
.cmp_download_link:focus,
.pkp_head_wrapper .pkp_search button:hover,
.pkp_head_wrapper .pkp_search button:focus,
.page_login .buttons button:hover,
.page_login .buttons button:focus,
.page_lost_password .buttons button:hover,
.page_lost_password .buttons button:focus,
.page_search .pkp_search button:hover,
.page_search .pkp_search button:focus,
.obj_galley_link:hover,
.obj_galley_link:focus,
.obj_monograph_full .files .link a:hover,
.obj_monograph_full .files .pub_format_remote a:hover,
.obj_monograph_full .files .pub_format_single a:hover,
.obj_monograph_full .files .link a:focus,
.obj_monograph_full .files .pub_format_remote a:focus,
.obj_monograph_full .files .pub_format_single a:focus {
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
  background: #007ab2;
  border-color: #007ab2;
  color: #fff;
  text-shadow: none;
}
.pkp_form fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: none;
}
.pkp_form legend {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.pkp_form .fields > div {
  position: relative;
  padding-bottom: 30px;
}
.pkp_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;
}
.pkp_form label {
  display: block;
  cursor: pointer;
}
.pkp_form .label {
  display: block;
  font-size: 13px;
  font-style: italic;
}
.pkp_form .label .required {
  color: #ff4040;
}
.pkp_form input[type="text"],
.pkp_form input[type="email"],
.pkp_form input[type="password"],
.pkp_form input[type="url"],
.pkp_form input[type="phone"],
.pkp_form select,
.pkp_form textarea,
.pkp_form .tagit,
.pkp_head_wrapper .pkp_search input[type="text"],
.page_search .pkp_search input[type="text"] {
  padding: 0 0.5em;
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
  font-size: 13px;
  line-height: 28px;
}
.pkp_form textarea {
  width: 100%;
  height: 8em;
}
.pkp_form .pkp_form_error {
  margin-bottom: 10px;
  border-radius: 3px;
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 13px;
  background: #ff4040;
  color: #fff;
}
.pkp_form label > input[type="checkbox"],
.pkp_form label > input[type="radio"] {
  margin-right: 0.25em;
}
.pkp_form .buttons:before,
.pkp_form .buttons:after {
  content: " ";
  display: table;
}
.pkp_form .buttons:after {
  clear: both;
}
.pkp_form .buttons a {
  font-size: 13px;
  line-height: 30px;
  margin-left: 1em;
}
@media (min-width: 480px) {
  .pkp_form input[type="text"],
  .pkp_form input[type="email"],
  .pkp_form input[type="password"],
  .pkp_form input[type="url"],
  .pkp_form input[type="phone"],
  .pkp_form select,
  .pkp_form .tagit,
  .pkp_head_wrapper .pkp_search input[type="text"],
  .page_search .pkp_search input[type="text"] {
    max-width: 20em;
  }
}
.pkp_form .tagit {
  max-width: 100%;
  height: auto;
}
.pkp_form .tagit:before,
.pkp_form .tagit:after {
  content: " ";
  display: table;
}
.pkp_form .tagit:after {
  clear: both;
}
.pkp_form .tagit > li {
  display: inline-block;
}
.pkp_form .tagit > li.tagit-choice {
  margin-right: 0.5em;
  padding-left: 0.5em;
  background: #dddddd;
  border-radius: 3px;
  line-height: 20px;
}
.pkp_form .tagit input[type="text"] {
  display: inline-block;
  border: none;
  width: inherit;
  line-height: 30px;
  height: 30px;
  vertical-align: top;
  padding: 0 0.5em;
}
.pkp_form .tagit-close {
  padding: 0 0.5em;
  color: #ff4040;
}
.ui-autocomplete {
  width: 20em;
  padding: 2px;
  border-radius: 3px;
  background: #1e6b92;
}
.ui-autocomplete:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 1em;
  width: 0;
  height: 0;
  color: #1e6b92;
  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: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
.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_edit_link:before {
  content: "\f040";
}
.cmp_notification {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  background: #dddddd;
  border-left: 5px solid #007ab2;
  font-size: 14px;
  line-height: 20px;
}
.cmp_notification .success {
  border-color: #00b24e;
}
.cmp_notification .no {
  border-color: #ff4040;
}
.cmp_monographs_list {
  position: relative;
  margin: 60px -10px;
  border-top: 1px solid #dddddd;
}
.cmp_monographs_list > .title {
  position: absolute;
  top: -15px;
  left: 10px;
  margin: 0;
  padding: 0 10px;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.54);
}
.cmp_monographs_list .obj_monograph_summary {
  padding: 30px 10px;
  border-bottom: 1px solid #dddddd;
}
.cmp_monographs_list .row:last-child .obj_monograph_summary:last-child,
.cmp_monographs_list > .obj_monograph_summary:last-child {
  border-bottom: none;
}
@media (min-width: 480px) {
  .cmp_monographs_list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cmp_monographs_list .obj_monograph_summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .cmp_monographs_list > .title {
    left: 20px;
  }
  .cmp_monographs_list .obj_monograph_summary {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .cmp_monographs_list {
    margin-left: -30px;
    margin-right: -30px;
  }
  .cmp_monographs_list .obj_monograph_summary {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .cmp_monographs_list {
    border-top: 1px solid #dddddd;
  }
  .cmp_monographs_list .row {
    border-bottom: 1px solid #dddddd;
  }
  .cmp_monographs_list .row:before,
  .cmp_monographs_list .row:after {
    content: " ";
    display: table;
  }
  .cmp_monographs_list .row:after {
    clear: both;
  }
  .cmp_monographs_list .obj_monograph_summary {
    position: relative;
    float: left;
    width: 50%;
    border-bottom: none;
  }
  .cmp_monographs_list .obj_monograph_summary:first-child {
    padding-right: 30px;
    border-top: none;
    border-right: 1px solid #dddddd;
  }
  .cmp_monographs_list .obj_monograph_summary + .obj_monograph_summary {
    padding-left: 30px;
    margin-left: -1px;
    border-left: 1px solid #dddddd;
  }
  .cmp_monographs_list .obj_monograph_summary.is_featured {
    float: none;
    width: 100%;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #dddddd;
  }
  .cmp_monographs_list .obj_monograph_summary.is_featured:last-child {
    border-bottom: none;
  }
}
.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.54);
  padding: 0 0.5em;
}
.cmp_breadcrumbs .current {
  color: rgba(0, 0, 0, 0.54);
}
.cmp_breadcrumbs .current h1 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
}
.cmp_spotlights:before,
.cmp_spotlights:after {
  content: " ";
  display: table;
}
.cmp_spotlights:after {
  clear: both;
}
.cmp_spotlights .list {
  display: none;
}
.cmp_spotlights .spotlights > li {
  margin-bottom: 60px;
}
.cmp_spotlights .spotlights > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cmp_spotlights {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .cmp_spotlights .list {
    display: block;
    position: relative;
    float: right;
    width: 35%;
    font-size: 13px;
  }
  .cmp_spotlights .list:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dddddd;
  }
  .cmp_spotlights .list a {
    display: block;
    padding: 20px 15px;
    border-left: 5px solid transparent;
    font-weight: 700;
    text-decoration: none;
  }
  .cmp_spotlights .list a:hover,
  .cmp_spotlights .list a:focus {
    border-left-color: #007ab2;
  }
  .cmp_spotlights .list > li {
    border-bottom: 1px solid #dddddd;
  }
  .cmp_spotlights .list .current a {
    color: rgba(0, 0, 0, 0.54);
    border-left-color: #ffffff;
  }
  .cmp_spotlights .list .current a:hover,
  .cmp_spotlights .list .current a:focus {
    border-left-color: #007ab2;
  }
  .cmp_spotlights .spotlights {
    float: left;
    position: relative;
    width: 65%;
  }
  .cmp_spotlights .spotlights:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #dddddd;
  }
  .cmp_spotlights .spotlights > li {
    position: absolute;
    top: 0;
    left: -9999px;
    margin-bottom: 0;
  }
  .cmp_spotlights .spotlights > li.current {
    position: relative;
    left: auto;
  }
  .cmp_spotlights .obj_spotlight {
    padding: 30px;
  }
  .cmp_spotlights .obj_spotlight .description {
    font-size: 13px;
  }
  .cmp_spotlights .obj_spotlight .description > p {
    line-height: 20px;
  }
  .cmp_spotlights .obj_spotlight .read_more {
    float: left;
  }
}
.cmp_announcements {
  margin-left: -10px;
  margin-right: -10px;
}
.cmp_announcements > li {
  padding: 30px 10px;
  border-bottom: 1px solid #dddddd;
}
.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_back_link {
  margin-top: 20px;
}
/**
 * @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", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  background: #ffffff;
}
a {
  color: #007ab2;
}
a:hover,
a:focus {
  color: #009de5;
}
.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;
}
.pkp_site_name:before,
.pkp_navigation_primary_wrapper:before,
.pkp_navigation_user:before,
.pkp_structure_content:before,
.pkp_structure_footer:before,
.pkp_site_name:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  content: " ";
  display: table;
}
.pkp_site_name:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  clear: both;
}
@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;
}
.has_site_logo .pkp_head_wrapper:before,
.has_site_logo .pkp_head_wrapper:after {
  content: " ";
  display: table;
}
.has_site_logo .pkp_head_wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .has_site_logo .pkp_head_wrapper {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
    width: 1160px;
  }
}
.pkp_structure_main {
  padding: 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: #dddddd;
  }
  .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: #1e6b92;
}
.pkp_head_wrapper {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .has_site_logo .pkp_site_name_wrapper {
    float: left;
    width: 25%;
  }
  .has_site_logo .pkp_navigation_primary_row {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 75%;
    padding-bottom: 30px;
  }
  .has_site_logo .pkp_site_name > a {
    padding-right: 30px;
  }
  .has_site_logo .pkp_head_wrapper .pkp_search.is_open {
    border-radius: 3px;
  }
}
.pkp_site_name {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.pkp_site_name > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.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 #ffffff;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 80px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_site_name .is_text {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  text-decoration: none;
}
.pkp_site_name .is_text:focus {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .pkp_site_name {
    text-align: left;
  }
}
.pkp_navigation_primary {
  text-align: center;
}
.pkp_navigation_primary > li > a {
  margin: 0 1em;
  padding: 10px 0 8px;
  border-bottom: 2px solid transparent;
  color: #ffffff;
}
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
  color: #ffffff;
  outline: 0;
  border-color: #ffffff;
}
.pkp_navigation_primary > li:first-child a {
  margin-left: 0;
}
.pkp_navigation_primary > li:last-child a {
  margin-right: 0;
}
.pkp_navigation_primary .has_submenu a:focus,
.pkp_navigation_primary .has_submenu a:hover {
  border-color: transparent;
}
.pkp_navigation_primary ul {
  text-align: left;
}
.pkp_navigation_primary ul a {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #007ab2;
}
.pkp_navigation_primary .has_submenu ul a:focus,
.pkp_navigation_primary .has_submenu ul a:hover {
  border-color: #007ab2;
}
@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_prompt:before {
  content: "\f002";
}
.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.54);
}
.pkp_head_wrapper .pkp_search .search_cancel:before {
  content: "\f00d";
  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;
}
.pkp_head_wrapper .pkp_search .search_loading:after {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  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: 0.5;
}
@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: #ffffff;
    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 #ffffff;
  }
  .pkp_head_wrapper .pkp_search.is_open {
    min-width: 100%;
    background: #ffffff;
  }
  .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;
    font-size: 16px;
    background: #dddddd;
  }
  .pkp_head_wrapper .pkp_search.is_open input[type="text"]:hover {
    background: #ffffff;
  }
  .pkp_head_wrapper .pkp_search.is_open input[type="text"]:focus {
    outline: 0;
    background: #ffffff;
  }
  .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    background: #ffffff;
    border-left: 1px solid #dddddd;
    color: #007ab2;
  }
  .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover,
  .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
    border-bottom-color: #007ab2;
  }
  .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: #ffffff;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt {
    background: #ffffff;
    border-left: 1px solid #dddddd;
    color: #007ab2;
  }
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt:hover,
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt:focus {
    background: #ffffff;
    color: #009de5;
  }
  .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,
.pkp_navigation_user #userTasks > a:focus {
  outline: 0;
  box-shadow: 0 0 1px #ffffff;
}
.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: #ffffff;
}
.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 .has_submenu:hover:before,
.pkp_navigation_user .has_submenu.in_focus:before {
  border-width: 5px;
}
#userTasks {
  position: relative;
}
#userTasks .task-count {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
#userTasks .task-count.hasTasks {
  background: #ffffff;
}
#userTasks > a {
  color: #ffffff;
}
#userTasks > a:hover .task-count,
#userTasks > a:focus .task-count {
  background: #ffffff;
}
#notificationsToggle.expandedIndicator {
  background: #dddddd;
  color: rgba(0, 0, 0, 0.87);
}
#notificationsToggle.expandedIndicator .task-count,
#notificationsToggle.expandedIndicator:hover .task-count {
  background: #1e6b92;
  color: #fff;
}
#notificationsPopover {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  width: 30em;
  background: #ffffff;
  border-radius: 3px;
  border-top-right-radius: 0;
  z-index: 100;
}
#notificationsPopover .footer,
#normalNotificationsGridContainer .footer,
#notificationsPopover .gridPaging,
#normalNotificationsGridContainer .gridPaging {
  line-height: 30px;
}
#notificationsPopover .footer,
#normalNotificationsGridContainer .footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#notificationsPopover .actions,
#normalNotificationsGridContainer .actions {
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  box-shadow: none;
}
#notificationsPopover .actions > li,
#normalNotificationsGridContainer .actions > li {
  display: inline-block;
}
#notificationsPopover .actions a,
#normalNotificationsGridContainer .actions a {
  padding: 0 10px;
  line-height: 30px;
  border: none;
}
#notificationsPopover .actions a:hover,
#normalNotificationsGridContainer .actions a:hover,
#notificationsPopover .actions a:focus,
#normalNotificationsGridContainer .actions a:focus {
  color: #009de5;
  background: none;
}
#notificationsPopover .gridPages,
#normalNotificationsGridContainer .gridPages {
  padding: 0 10px;
  background: #dddddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: right;
}
#notificationsPopover .pkp_controllers_grid thead,
#normalNotificationsGridContainer .pkp_controllers_grid thead {
  background: #dddddd;
  line-height: 30px;
}
#notificationsPopover .pkp_controllers_grid thead th:first-child,
#normalNotificationsGridContainer .pkp_controllers_grid thead th:first-child {
  text-indent: -9999px;
  border-top-left-radius: 3px;
}
#notificationsPopover .pkp_controllers_grid tbody a,
#normalNotificationsGridContainer .pkp_controllers_grid tbody a {
  padding: 15px 0;
}
#notificationsPopover .pkp_controllers_grid tbody tr,
#normalNotificationsGridContainer .pkp_controllers_grid tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#notificationsPopover .pkp_controllers_grid .first_column,
#normalNotificationsGridContainer .pkp_controllers_grid .first_column {
  padding-left: 10px;
  padding-right: 10px;
  min-width: 30px;
}
/**
 * @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-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
.pkp_structure_main h2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.pkp_structure_main h3 {
  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.54);
}
.pkp_structure_main .page .about_section {
  color: rgba(0, 0, 0, 0.54);
  line-height: 30px;
}
.pkp_structure_main .page .about_section:before,
.pkp_structure_main .page .about_section:after {
  content: " ";
  display: table;
}
.pkp_structure_main .page .about_section:after {
  clear: both;
}
.pkp_structure_main .page .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
.pkp_structure_main .page .about_section .cover img {
  display: block;
  margin: 0 auto;
}
.pkp_structure_main .page .about_section .description p:first-child {
  margin-top: 0;
}
.pkp_structure_main .page .about_section .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .pkp_structure_main .page .about_section {
    font-size: 16px;
    font-style: italic;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/about.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 about page
 * @link templates/frontend/pages/about.tpl
 */
.page_about h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 10px;
}
.page_about .address,
.page_about .phone,
.page_about .email {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.page_about .address {
  margin-top: 0;
}
.page_about .address p {
  margin: 0;
}
.page_about .label {
  display: block;
  font-weight: 700;
}
.page_about .contact.support {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page_about .contact_section:before,
  .page_about .contact_section:after {
    content: " ";
    display: table;
  }
  .page_about .contact_section:after {
    clear: both;
  }
  .page_about .contact {
    float: left;
    width: 50%;
  }
  .page_about .contact.primary {
    padding-right: 20px;
  }
  .page_about .contact.support {
    margin-top: 0;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/catalogCategory.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 category page in the catalog
 * @link templates/frontend/pages/catalogCategory.tpl
 */
.page_catalog_category .subcategories li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page_catalog_category .subcategories a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .page_catalog_category .subcategories {
    position: relative;
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .page_catalog_category .subcategories h3 {
    position: absolute;
    top: -15px;
    left: 20px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    background: #ffffff;
    color: rgba(0, 0, 0, 0.54);
  }
}
@media (min-width: 992px) {
  .page_catalog_category .subcategories {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/**
 * @file  plugins/themes/default/styles/pages/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 Styles applying to the front page of the site
 * @link templates/frontend/pages/index.tpl
 */
.pkp_page_index .homepage_image,
.pkp_page_index .cmp_spotlights,
.pkp_page_index .additional_content {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .cmp_spotlights,
  .pkp_page_index .additional_content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .cmp_spotlights,
  .pkp_page_index .additional_content {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.pkp_page_index .cmp_spotlights {
  padding: 60px 10px;
}
@media (min-width: 480px) {
  .pkp_page_index .cmp_spotlights {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .pkp_page_index .cmp_spotlights {
    padding: 0;
  }
}
.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 #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: 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 #dddddd;
  }
  .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 #dddddd;
  }
}
@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 .additional_content {
  padding: 30px 10px 0 10px;
  border-top: 1px solid #dddddd;
}
@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;
}
/**
 * @file plugins/themes/default/styles/pages/login.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/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: 13px;
  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 plugins/themes/default/styles/pages/lostPassword.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/userLostPassword.tpl
 */
.page_lost_password .lost_password {
  margin-bottom: 0;
  max-width: 17em;
}
.page_lost_password .lost_password input[type="text"] {
  width: 100%;
}
.page_lost_password .pkp_form_error {
  margin: 20px 0;
  padding: 10px;
  background: #ff4040;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.page_lost_password .buttons:before,
.page_lost_password .buttons:after {
  content: " ";
  display: table;
}
.page_lost_password .buttons:after {
  clear: both;
}
.page_lost_password .buttons button {
  float: right;
}
.page_lost_password .buttons a {
  float: right;
  font-size: 13px;
  line-height: 30px;
  margin-right: 1em;
}
/**
 * @file plugins/themes/default/styles/pages/register.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 registration page
 * @link templates/frontend/pages/userRegister.tpl
 */
.page_register .required_label {
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 20px;
}
.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: 30px;
  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: 5px 0;
}
.page_register .context_optin .roles label {
  display: inline-block;
  margin-right: 1em;
  font-size: 13px;
  line-height: 20px;
}
.page_register #formErrors {
  margin: 20px 0;
  padding: 10px;
  background: #ff4040;
  color: #fff;
}
.page_register #formErrors .pkp_form_error {
  padding: 0px 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
.page_register #formErrors .pkp_form_error_list {
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
  line-height: 20px;
}
.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;
  }
}
/**
 * @file plugins/themes/default/styles/pages/searchResults.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 search page
 * @link templates/frontend/pages/searchResults.tpl
 */
.page_search .search_results a {
  margin-left: 0.5em;
}
.page_search .cmp_monographs_list {
  margin-top: 30px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 1200px) {
  .page_search .cmp_monographs_list {
    border-bottom: none;
  }
}
.page_search .pkp_search {
  margin: 0 -10px;
  padding: 30px 10px;
  text-align: center;
}
.page_search .pkp_search button {
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .page_search .pkp_search button {
    width: auto;
    margin-top: 0;
  }
}
.page_search .pkp_search .search_controls {
  display: none;
}
@media (min-width: 480px) {
  .page_search .pkp_search {
    margin: 0 -20px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .page_search .pkp_search {
    margin: 0 -30px;
  }
}
/**
 * @file plugins/themes/default/styles/pages/submissions.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 submissions page
 * @link templates/frontend/pages/submissions.tpl
 */
.page_submissions .submission_checklist ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.page_submissions .submission_checklist li {
  position: relative;
  padding: 10px 10px 10px 20px;
  border-bottom: 1px solid #dddddd;
}
.page_submissions .submission_checklist li:before {
  content: "\f00c";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #00b24e;
}
@media (min-width: 480px) {
  .page_submissions .submission_checklist li {
    padding: 20px 20px 20px 40px;
  }
  .page_submissions .submission_checklist li:before {
    left: 20px;
    font-size: 18px;
  }
}
/**
 * @file plugins/themes/default/styles/pages/viewFile.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_viewable_file {
  z-index: 2;
  position: relative;
  background: #1e6b92;
  line-height: 30px;
}
.header_viewable_file a {
  text-decoration: none;
}
.header_viewable_file .return {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #007ab2;
  text-align: center;
  background: #ffffff;
}
.header_viewable_file .return:before {
  content: "\f060";
}
.header_viewable_file .return:hover,
.header_viewable_file .return:focus {
  background: #009de5;
  color: #fff;
}
.header_viewable_file .title,
.header_viewable_file .download {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.header_viewable_file .title {
  padding-left: 40px;
  max-width: 100%;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.header_viewable_file .download {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  background: #ffffff;
}
.header_viewable_file .download:hover,
.header_viewable_file .download:focus {
  background: #009de5;
  color: #fff;
}
.header_viewable_file .download:before {
  content: "\f019";
}
.header_viewable_file .download .label {
  position: absolute;
  top: 0;
  left: -9999px;
}
@media (min-width: 768px) {
  .header_viewable_file .download {
    width: auto;
    padding: 0 20px;
  }
  .header_viewable_file .download .label {
    position: relative;
    top: auto;
    left: auto;
  }
  .header_viewable_file .download:before {
    margin-right: 0.5em;
  }
}
.viewable_file_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: hidden;
}
.viewable_file_frame iframe {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  border: none;
}
/**
 * @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.54);
}
.obj_announcement_summary .date:before {
  content: "\f073";
  margin-right: 0.5em;
  font-size: 14px;
  color: #dddddd;
}
.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;
}
.obj_announcement_summary .read_more {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #007ab2;
  text-decoration: none;
}
.obj_announcement_summary .read_more:after {
  content: "\f054";
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
  color: #009de5;
}
/**
 * @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.54);
}
.obj_announcement_full .date:before {
  content: "\f073";
  margin-right: 0.5em;
  color: #dddddd;
}
.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/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 {
  content: "\f0f6";
  margin-right: 0.25em;
}
.obj_galley_link.pdf:before {
  content: "\f1c1";
}
.obj_galley_link.restricted {
  border-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
}
.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.87);
}
.obj_galley_link.restricted:before {
  content: "\f023";
  color: #d00a6c;
}
/**
 * @file plugins/themes/default/styles/objects/monograph_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 a summary view of a monograph, used in lists
 * @link templates/frontend/objects/monograph_summary.tpl
 */
.obj_monograph_summary:before,
.obj_monograph_summary:after {
  content: " ";
  display: table;
}
.obj_monograph_summary:after {
  clear: both;
}
.obj_monograph_summary .featured {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.obj_monograph_summary .cover {
  display: block;
}
.obj_monograph_summary .cover img {
  display: block;
  margin: 0 0 10px;
  width: auto;
  height: auto;
  max-width: 10em;
  max-height: 20em;
}
.obj_monograph_summary a {
  text-decoration: none;
}
.obj_monograph_summary .title {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.obj_monograph_summary .author {
  font-size: 13px;
}
.obj_monograph_summary .date {
  padding-top: 5px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.obj_monograph_summary .seriesPosition {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .obj_monograph_summary > * {
    display: block;
    margin-left: 110px;
  }
  .obj_monograph_summary .cover {
    float: left;
    width: 80px;
    margin-left: 0;
  }
  .obj_monograph_summary .cover img {
    margin: auto;
    width: 100%;
  }
}
/**
 * @file plugins/themes/default/styles/objects/monograph_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 a full view of a monograph, when it is the primary
 *  object on the page
 * @link templates/frontend/objects/monograph_full.tpl
 */
.obj_monograph_full .title {
  margin: 0;
}
.obj_monograph_full .title,
.obj_monograph_full .main_entry,
.obj_monograph_full .details {
  margin-bottom: 40px;
}
.obj_monograph_full .main_entry .item {
  padding: 30px 0;
}
.obj_monograph_full .main_entry .item:first-child {
  padding-top: 0;
}
.obj_monograph_full .main_entry .label {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 700;
}
.obj_monograph_full .sub_item {
  margin-bottom: 20px;
}
.obj_monograph_full .sub_item:last-child {
  margin-bottom: 0;
}
.obj_monograph_full .authors .label {
  margin-bottom: 0;
}
.obj_monograph_full .entry_details {
  margin-left: -20px;
  margin-right: -20px;
  border-top: 1px solid #dddddd;
}
.obj_monograph_full .entry_details .item {
  padding: 20px 10px;
  border-bottom: 1px solid #dddddd;
}
.obj_monograph_full .entry_details .label {
  font-size: 13px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}
.obj_monograph_full .entry_details .item_heading .label {
  font-weight: 700;
}
.obj_monograph_full .chapters li {
  padding: 10px 0;
}
.obj_monograph_full .chapters .title {
  margin-bottom: 0;
  font-weight: 700;
}
.obj_monograph_full .chapters .files {
  margin-top: 5px;
}
.obj_monograph_full .author_bios .sub_item .label {
  margin-bottom: 0;
}
.obj_monograph_full .author_bios .sub_item .value p:first-child {
  margin-top: 0;
}
.obj_monograph_full .cover img {
  display: block;
  margin: 0 auto;
}
.obj_monograph_full .files:before,
.obj_monograph_full .files:after {
  content: " ";
  display: table;
}
.obj_monograph_full .files:after {
  clear: both;
}
.obj_monograph_full .files > div,
.obj_monograph_full .files .value li {
  margin-bottom: 30px;
}
.obj_monograph_full .files > div:before,
.obj_monograph_full .files .value li:before,
.obj_monograph_full .files > div:after,
.obj_monograph_full .files .value li:after {
  content: " ";
  display: table;
}
.obj_monograph_full .files > div:after,
.obj_monograph_full .files .value li:after {
  clear: both;
}
.obj_monograph_full .files > div:last-child,
.obj_monograph_full .files .value li:last-child {
  margin-bottom: 0;
}
.obj_monograph_full .files .value li {
  position: relative;
  margin-bottom: 10px;
}
.obj_monograph_full .files .value li:first-child {
  margin-top: 5px;
}
.obj_monograph_full .files .name {
  display: block;
  padding: 5px 0 5px 40px;
  line-height: 20px;
}
.obj_monograph_full .files .link a:before,
.obj_monograph_full .files .pub_format_remote a:before,
.obj_monograph_full .files .pub_format_single a:before {
  content: "\f019";
}
.obj_monograph_full .files .pub_format_single a:before {
  margin-right: 0.25em;
}
.obj_monograph_full .files .pub_format_remote a:before {
  display: none;
}
.obj_monograph_full .files .pub_format_remote a:after {
  content: "\f08e";
  margin-left: 0.25em;
}
.obj_monograph_full .files .link {
  position: absolute;
  top: 0;
  left: 0;
}
.obj_monograph_full .files .link a {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.obj_monograph_full .files .link a:before {
  content: "\f019";
  position: relative;
  top: -1px;
  margin-right: 0;
}
.obj_monograph_full .files .pub_format_remote a,
.obj_monograph_full .files .pub_format_single a {
  width: 100%;
  text-align: center;
}
.obj_monograph_full .files .pub_format_remote a.pdf:before,
.obj_monograph_full .files .pub_format_single a.pdf:before {
  content: "\f1c1";
}
@media (min-width: 480px) {
  .obj_monograph_full .entry_details {
    margin-left: -20px;
    margin-right: -20px;
  }
  .obj_monograph_full .entry_details .item {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .obj_monograph_full .row {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .obj_monograph_full .row:before,
  .obj_monograph_full .row:after {
    content: " ";
    display: table;
  }
  .obj_monograph_full .row:after {
    clear: both;
  }
  .obj_monograph_full .main_entry {
    float: left;
    width: 428px;
    margin: 0;
    padding: 20px;
    border-right: 1px solid #dddddd;
  }
  .obj_monograph_full .entry_details {
    float: left;
    width: 300px;
    margin: 0 0 0 -1px;
    border-top: none;
    border-left: 1px solid #dddddd;
  }
  .obj_monograph_full .entry_details .item {
    margin-right: -1px;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
  }
  .obj_monograph_full .entry_details .item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .obj_monograph_full .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .obj_monograph_full .main_entry {
    padding: 30px;
    width: 352px;
  }
  .obj_monograph_full .entry_details .item {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .obj_monograph_full .main_entry {
    width: 560px;
  }
}
/**
 * @file plugins/themes/default/styles/objects/spotlight.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 a spotlight, typically displayed on the
 *  homepage in a full-width space.
 * @link templates/frontend/objects/spotlight.tpl
 */
.obj_spotlight {
  position: relative;
}
.obj_spotlight:before,
.obj_spotlight:after {
  content: " ";
  display: table;
}
.obj_spotlight:after {
  clear: both;
}
.obj_spotlight .cover_image {
  float: left;
  max-width: 128px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.obj_spotlight .type {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.54);
}
.obj_spotlight .type:before {
  content: "\f0a1";
  margin-right: 0.5em;
  color: #dddddd;
}
.obj_spotlight.is_book .type:before {
  content: "\f02d";
}
.obj_spotlight.is_series .type:before {
  content: "\f00b";
}
.obj_spotlight .title {
  margin: 0;
  font-size: 14px;
}
.obj_spotlight .description > p:first-child {
  margin-top: 0;
}
.obj_spotlight .description > p:last-child {
  margin-bottom: 0;
}
.obj_spotlight .read_more {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: #007ab2;
  text-decoration: none;
  float: right;
  margin-top: 20px;
}
.obj_spotlight .read_more:after {
  content: "\f054";
  position: absolute;
  top: 2px;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.obj_spotlight .read_more:hover,
.obj_spotlight .read_more:focus {
  color: #009de5;
}
@media (min-width: 768px) {
  .obj_spotlight .cover_image {
    float: left;
    margin: 0;
  }
  .obj_spotlight.has_image .call_to_action {
    margin-left: 158px;
  }
}
/**
 * @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-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
}
.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_browse {
  font-size: 13px;
}
.block_browse .has_submenu {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.block_browse .has_submenu ul {
  margin-top: 4px;
  padding-top: 5px;
  font-weight: 400;
}
.block_browse .is_sub {
  margin-left: 10px;
}
.block_browse .current a {
  padding-left: 0.5em;
  border-left: 4px solid #dddddd;
  color: rgba(0, 0, 0, 0.54);
  cursor: text;
}
.block_information a {
  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: #dddddd;
}
.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;
}
