/* Theme colors */
/* fonts */
/*breakpoints*/
/* max container width */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  line-height: 1.5em; }

h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-transform: none; }

h2, h3, h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #3a4368;
  text-transform: none; }

h2.subtitle {
  font-size: 1.35em;
  color: #404041;
  margin-bottom: 0.5em; }

h3 {
  color: #404041; }

h4 {
  font-size: 1.1em; }

a {
  color: #3a4368;
  text-decoration: none;
  transition: color 0.2s ease; }
  a:hover {
    color: #78b8c6;
    transition: color 0.2s ease; }
  a.action {
    background: #3a4368;
    color: #ffffff;
    padding: 5px 15px;
    transition: background 0.2s ease;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    background: #78b8c6; }
    a.action:hover {
      background: #78b8c6;
      color: #ffffff;
      transition: background 0.2s ease; }
    a.action:hover {
      background: #3a4368; }

hr {
  border: 0;
  height: 4px;
  display: block;
  width: 100%;
  background: #eaeaea;
  margin: 1em 0; }

.container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px; }

.clear {
  clear: both; }

#sidebar .block {
  border-bottom: 1px solid #3a4368;
  padding-bottom: 10px;
  margin-bottom: 10px;
  max-width: 300px;
  margin: 2em auto; }
  #sidebar .block:last-child {
    border-bottom: 0; }

@media only screen and (min-width: 769px) {
  #main {
    display: block;
    float: left;
    width: 80%;
    margin-right: 2%; }

  #sidebar {
    display: block;
    float: right;
    width: 18%; } }
@media only screen and (min-width: 1025px) {
  #main {
    width: 80%;
    margin-right: 2%; }

  #sidebar {
    width: 18%; } }
iframe {
  border: 0;
  width: 100%; }

img {
  max-width: 100%;
  height: auto; }

#sidebarFontSize {
  display: none; }

#simpleSearchForm {
  border-bottom: 1px solid #3a4368; }

table.listing {
  border-spacing: 0px;
  border: 0;
  margin-bottom: 1em; }
  table.listing tr:nth-child(odd) {
    background-color: #f7f7f7; }
  table.listing th, table.listing tr.heading {
    background: #cecece;
    color: #fff;
    padding: 5px;
    font-weight: 500;
    border-color: #222;
    text-align: center; }
  table.listing td {
    border: 1px solid #f0f0f0;
    padding: 5px;
    font-size: 0.85em; }
    table.listing td:first-child {
      border-left: 0; }
    table.listing td:last-child {
      border-right: 0; }
    table.listing td p {
      margin: 0; }
    table.listing td.headseparator {
      display: none; }
    table.listing td a.action {
      background: none;
      padding: 0;
      color: #3a4368;
      margin-bottom: 0; }
      table.listing td a.action:hover {
        color: #78b8c6; }
  table.listing table.nested {
    color: #6e6e6e; }

#content a {
  color: #78b8c6; }
  #content a:hover {
    color: #3a4368; }
  #content a.action {
    background: #3a4368;
    color: #ffffff;
    padding: 5px 15px;
    transition: background 0.2s ease;
    display: inline-block;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    background: #78b8c6; }
    #content a.action:hover {
      background: #78b8c6;
      color: #ffffff;
      transition: background 0.2s ease; }
    #content a.action:hover {
      background: #3a4368; }

.ui-dialog.ui-widget {
  background: #cecece;
  padding: 1em; }

.sprite.delete:before {
  content: "\f00d";
  font-family: FontAwesome; }

.pkp_linkActions {
  text-decoration: underline;
  color: #3a4368;
  cursor: pointer; }

#content .page-content .button {
  background: #78b8c6;
  color: #ffffff;
  padding: 6px 15px;
  display: inline-block;
  transition: background 0.2s ease; }
  #content .page-content .button:hover {
    background: #3a4368; }

.text-align-center {
  text-align: center; }

.float-right {
  float: right;
  margin-left: 1em; }

.float-left {
  float: left;
  margin-right: 1em; }

#pkp-about-submissions #content > ul > li {
  font-size: 1.2em;
  line-height: 1.25em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300; }

#articleCoverImage img {
  border-bottom: 10px solid #78b8c6; }

#articleTitle h3 {
  font-size: 1.75em;
  margin-bottom: 0em; }

#authorString {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1em; }

#pkp-common-openJournalSystems-article h3, #pkp-common-openJournalSystems-article h4 {
  font-size: 1.15em;
  margin: 1em 0;
  border-top: 4px solid #eaeaea;
  padding-top: 1em; }
#pkp-common-openJournalSystems-article #articleFullText a {
  background: #3a4368;
  color: #ffffff;
  padding: 5px 15px;
  transition: background 0.2s ease;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  margin-bottom: 0; }
  #pkp-common-openJournalSystems-article #articleFullText a:hover {
    background: #78b8c6;
    color: #ffffff;
    transition: background 0.2s ease; }

.meta {
  color: #404041;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 1.5em; }

#breadcrumb {
  margin: 1em 0; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
.owl-buttons {
  display: none; }

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(../../images/grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: right; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none; }

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3a4368; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #78b8c6; }

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../../images/AjaxLoader.gif) no-repeat center center; }

.cookiebanner {
  background: #404041;
  color: #eaeaea;
  font-size: 0.8em;
  padding: 1em 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }
  .cookiebanner a {
    color: #ffffff;
    text-decoration: underline; }
  .cookiebanner p {
    margin: 0;
    padding-right: 40px; }
  .cookiebanner .container {
    position: relative; }
  .cookiebanner .close {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 16px;
    cursor: pointer; }

#pkp-editor-home form select,
#pkp-manager-groups form select,
#pkp-manager-people-enrollment form select,
#pkp-manager-people-mergeUsers form select,
#pkp-navigation-search form select,
#pkp-common-queue-long-submissionsArchives form select,
#pkp-common-queue-long-submissionsInReview form select,
#pkp-common-queue-long-submissionsInEditing form select,
#pkp-common-queue-long-submissionsUnassigned form select,
#pkp-manager-filesBrowser form select {
  width: auto; }
#pkp-editor-home form input,
#pkp-manager-groups form input,
#pkp-manager-people-enrollment form input,
#pkp-manager-people-mergeUsers form input,
#pkp-navigation-search form input,
#pkp-common-queue-long-submissionsArchives form input,
#pkp-common-queue-long-submissionsInReview form input,
#pkp-common-queue-long-submissionsInEditing form input,
#pkp-common-queue-long-submissionsUnassigned form input,
#pkp-manager-filesBrowser form input {
  width: auto; }

#pkp-about-editorialTeam #sidebar {
  display: none; }
#pkp-about-editorialTeam #main {
  width: 100%;
  margin-right: 0; }
#pkp-about-editorialTeam .personinfo {
  display: block;
  width: 100%;
  margin: 1em 0; }
  #pkp-about-editorialTeam .personinfo .person {
    margin: 1em 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 2em; }
    #pkp-about-editorialTeam .personinfo .person:last-child {
      border-bottom: 0; }
  #pkp-about-editorialTeam .personinfo .personleft {
    display: block;
    float: left;
    width: 20%; }
    #pkp-about-editorialTeam .personinfo .personleft .image {
      padding: 1em 1em 0 0;
      display: block; }
  #pkp-about-editorialTeam .personinfo .personright {
    display: block;
    float: left;
    width: 80%; }
    #pkp-about-editorialTeam .personinfo .personright span {
      float: right; }
#pkp-about-editorialTeam h2 {
  border-top: 4px solid #eaeaea;
  font-size: 1.35em;
  margin: 1em 0 0;
  padding: 1em 0 0 0; }

footer {
  background: #d9d9d9;
  padding: 20px 0 140px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  footer .menu li a {
    color: #404041; }
    footer .menu li a:hover {
      color: #78b8c6; }
  footer ul.social-menu li {
    display: inline-block;
    padding: 0 0.25em; }
    @media only screen and (min-width: 769px) {
      footer ul.social-menu li {
        display: list-item;
        padding: 2px 0; } }
  footer .issn {
    margin: 10px 0;
    font-size: 0.85em; }
  footer .siteby {
    text-transform: none;
    font-size: 0.85em; }
    @media only screen and (min-width: 769px) {
      footer .siteby {
        float: right;
        padding-top: 10px;
        display: inline-block; } }
  @media only screen and (min-width: 769px) {
    footer {
      padding: 40px 0 120px; }
      footer .left {
        float: left;
        width: 25%;
        text-align: left;
        margin-top: -5px; }
      footer .right {
        float: right;
        text-align: right;
        width: 75%; }
        footer .right ul.menu {
          margin: 4px 0;
          text-align: right;
          border-right: 2px solid #aeaeaf;
          display: inline-block;
          padding: 0 20px; }
          footer .right ul.menu:last-child {
            border-right: 0;
            padding-right: 0px; } }
  @media only screen and (min-width: 1025px) {
    footer {
      padding: 50px 0 100px; }
      footer .right ul.menu {
        padding: 0 30px 0 28px; } }

form input[type="submit"] {
  display: inline-block;
  border: 0;
  background: #78b8c6;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  transition: background 0.2s ease;
  padding: 0px 10px;
  height: 30px;
  width: auto; }
  form input[type="submit"]:hover {
    background: #3a4368;
    transition: background 0.2s ease;
    cursor: pointer; }
form input[type="button"] {
  border: 0;
  width: auto;
  padding: 0px 10px;
  height: 30px;
  margin: 0 10px;
  background: #eaeaea; }
  form input[type="button"]:hover {
    background: #aeaeaf;
    transition: background 0.2s ease;
    cursor: pointer; }
form input, form textarea {
  border: 1px solid #eaeaea;
  width: 100%;
  padding: 2px 5px;
  margin: 0 0 1em 0;
  box-sizing: border-box;
  outline: none;
  resize: none;
  display: inline-block; }
form label {
  margin: 0 0 1em 0;
  display: inline-block; }
form select {
  border: 1px solid #eaeaea;
  border-radius: 0;
  width: 100%;
  margin: 0 0 1em 0;
  box-sizing: border-box;
  outline: none; }
form .g-recaptcha {
  margin-bottom: 1em; }
form input[name=name] {
  width: 49%;
  margin-right: 1%;
  display: block;
  float: left; }
form input[name=email] {
  display: block;
  float: left;
  width: 49%;
  margin-left: 1%; }
form input[type=checkbox] {
  width: auto;
  margin-right: 2px; }
form input[type="radio"] {
  width: auto; }

#checklist input[type='checkbox'] {
  margin: 1.35em 0; }

#header {
  background: #404041;
  min-height: 80px;
  border-top: 7px solid #78b8c6; }
  #header h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff; }
  @media only screen and (min-width: 769px) {
    #header .rightheader {
      display: block;
      float: right;
      width: 80%; } }

#headerTitle {
  text-align: left;
  width: 100%;
  display: block;
  float: left;
  padding: 15px 0; }
  @media only screen and (min-width: 769px) {
    #headerTitle {
      width: 20%;
      padding: 20px 0; } }
  #headerTitle img {
    height: 50px;
    width: auto; }
    @media only screen and (min-width: 769px) {
      #headerTitle img {
        max-height: 69px;
        height: auto;
        max-width: 100%; } }

#mobile-menu {
  display: block;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 26px;
  font-size: 25px; }
  @media only screen and (min-width: 769px) {
    #mobile-menu {
      display: none; } }

#search-dropdown {
  display: block;
  color: #fff;
  position: absolute;
  right: 65px;
  top: 26px;
  font-size: 25px; }
  @media only screen and (min-width: 769px) {
    #search-dropdown {
      display: none; } }

#headersearch {
  clear: both;
  display: none;
  width: 100%;
  float: right;
  text-align: right; }
  @media only screen and (min-width: 769px) {
    #headersearch {
      display: block; } }
  #headersearch input[type='text'] {
    background: #ffffff;
    border: 0;
    width: 180px;
    padding: 0 5px;
    height: 32px;
    outline: none;
    display: inline-block;
    margin: 0.5em 7px 0.5em 0; }
    @media only screen and (min-width: 481px) {
      #headersearch input[type='text'] {
        width: 235px; } }
  #headersearch input[type="submit"] {
    display: block;
    float: right;
    margin: 0.5em 0 0.5em 0;
    height: 32px; }

.searchbar {
  display: block;
  padding: 4px 0;
  width: 100%;
  background: #d9d9d9; }

#homepage h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #3a4368;
  font-weight: 500;
  text-align: center; }
  @media only screen and (min-width: 769px) {
    #homepage h3 {
      text-align: left; } }
#homepage .promos {
  display: block; }
  #homepage .promos .promo {
    display: block; }
    @media only screen and (min-width: 481px) and (max-width: 769px) {
      #homepage .promos .promo {
        float: left;
        width: 29.333%;
        padding: 0 2%; } }
#homepage #sidebar {
  text-align: center; }
  #homepage #sidebar img {
    max-width: 100%; }
#homepage .indexed-on {
  margin: 1.5em 0; }
  #homepage .indexed-on .item {
    padding-bottom: 5px; }
    @media only screen and (min-width: 481px) {
      #homepage .indexed-on .item {
        display: inline-block;
        padding: 0.25em 0; } }
  @media only screen and (min-width: 769px) {
    #homepage .indexed-on {
      margin: 1em 0;
      display: block;
      float: left;
      width: 100%; } }
#homepage .article-data {
  padding-bottom: 1em;
  background: #eaeaea;
  max-width: 300px;
  min-height: 400px;
  margin: 0 auto 2em; }
  @media only screen and (min-width: 481px) and (max-width: 769px) {
    #homepage .article-data {
      display: block;
      float: left;
      width: 48%;
      margin: 0 2% 1em 0;
      clear: both; }
      #homepage .article-data:nth-child(even) {
        margin: 0 0 1em 2%;
        clear: none; } }
  @media only screen and (min-width: 769px) {
    #homepage .article-data {
      display: block;
      float: left;
      width: 31.333%;
      margin: 0 2% 1em 0;
      clear: both;
      min-height: 380px; }
      #homepage .article-data:nth-child(3n +2) {
        margin: 0 1% 1em 1%;
        clear: none; }
      #homepage .article-data:nth-child(3n +3) {
        margin: 0 0 1em 2%;
        clear: none; } }
  #homepage .article-data .body,
  #homepage .article-data .title,
  #homepage .article-data .link {
    padding: 0 1em;
    font-size: 0.85em; }
  #homepage .article-data .link a {
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    font-weight: 500;
    font-size: 0.85em; }
  #homepage .article-data img {
    min-height: 188px; }
#homepage #leftSidebar {
  display: none; }
@media only screen and (min-width: 769px) {
  #homepage .about {
    padding-bottom: 3em; } }

.infographics {
  text-align: center; }
  .infographics .infographic {
    width: 133px;
    display: inline-block;
    margin: 1em 0.75em; }
    @media only screen and (min-width: 1025px) {
      .infographics .infographic:first-child {
        margin-left: 0; }
      .infographics .infographic:nth-child(7n) {
        margin-right: 0; } }
    .infographics .infographic .image {
      opacity: 0.8;
      transition: all 0.25s ease-in-out; }
      .infographics .infographic .image:hover {
        opacity: 1;
        transition: all 0.25s ease-in-out; }
  .infographics div.download {
    margin: 1em 0; }

#pkp-infographics #sidebar {
  display: none; }
#pkp-infographics #main {
  width: 100%;
  margin-right: 0; }

h4.tocSectionTitle {
  font-size: 0.95em;
  padding: 1em 0;
  margin: 1em 0 0 0;
  border-top: 4px solid #eaeaea; }

.tocArticle {
  padding-bottom: 2em; }
  .tocArticle .tocCoverImage img {
    border-bottom: 10px solid #78b8c6; }
  .tocArticle h2 {
    font-size: 1.35em;
    margin-bottom: 0; }
  .tocArticle .tocAuthors {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1em;
    font-size: 0.8em;
    margin-top: 0.5em; }
  .tocArticle .abstract {
    margin-bottom: 1em; }
  .tocArticle .tocGalleys a {
    text-transform: uppercase;
    font-style: italic;
    text-decoration: underline;
    font-weight: 500; }

#issueCoverImage img, .issueCoverImage img {
  border-bottom: 10px solid #78b8c6; }

#issueCoverDescription {
  margin: 0.5em 0; }

#issues {
  padding-bottom: 4em; }
  #issues h3 {
    font-size: 0.85em;
    margin-bottom: 0; }
  #issues h4 {
    font-size: 1.15em;
    margin: 0.5em 0; }
  #issues > div > div {
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #eaeaea; }
    #issues > div > div:last-child {
      border-bottom: 0;
      padding-bottom: 1em; }

ul.menu {
  margin: 1em 0;
  padding: 0; }
  ul.menu li {
    list-style-type: none;
    list-style: none;
    padding: 2px 0; }

#content ul.menu {
  border-bottom: 1px solid #eaeaea; }
  #content ul.menu li {
    display: inline-block;
    padding: 0; }
    #content ul.menu li a {
      border: 1px solid #eaeaea;
      border-bottom: 0;
      padding: 5px 10px;
      display: block;
      position: relative; }
      #content ul.menu li a:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #eaeaea; }
    #content ul.menu li.current a {
      color: #3a4368; }
      #content ul.menu li.current a:after {
        background: #ffffff; }

#navbar {
  clear: both;
  display: none;
  text-align: right; }
  @media only screen and (min-width: 769px) {
    #navbar {
      display: block; } }
  #navbar ul.menu {
    margin: 0; }
    @media only screen and (min-width: 769px) {
      #navbar ul.menu li {
        display: inline-block;
        padding-top: 0;
        padding-right: 1.25em;
        padding-bottom: 0; }
        #navbar ul.menu li:last-child {
          padding-right: 0; } }
    #navbar ul.menu li a {
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 300;
      text-transform: uppercase;
      display: inline-block;
      color: #fff;
      font-size: 20px;
      letter-spacing: 0em;
      padding: 10px 0;
      border-bottom: 5px solid #404041; }
      @media only screen and (min-width: 769px) {
        #navbar ul.menu li a {
          padding: 15px 0;
          font-size: 15px; } }
      @media only screen and (min-width: 1025px) {
        #navbar ul.menu li a {
          font-size: 19px; } }
      #navbar ul.menu li a:hover {
        border-bottom-color: #fff;
        background: transparent; }

.pager {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap; }
  .pager .prev,
  .pager .next {
    display: inline-block;
    padding-bottom: 1em; }
  .pager ul {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 0; }
    .pager ul li {
      list-style: none;
      margin: 0;
      padding: 0 0.5em;
      display: inline-block; }
      .pager ul li a.active {
        color: #404041 !important; }

/**
 * styles/pdfView.css
 *
 * Copyright (c) 2013-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.
 *
 * PDF inline viewer stylesheet.
 */
#inlinePdfResizer {
  width: 100%;
  height: 400px;
  padding: 0;
  display: none; }

#pluginMissing a {
  text-decoration: underline; }

#inlinePdf {
  width: 100%;
  height: 100%;
  padding: 5px 0; }

#inlinePdf.fullscreen {
  position: fixed;
  width: 97%;
  height: 95%;
  left: 20px;
  top: 7px;
  z-index: 1002; }

.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
  background: inherit; }

#fullScreenButton {
  float: right;
  margin-top: 5px; }

#pdfDownloadLinkContainer {
  padding: 5px 0; }

a.pdf {
  background: #3a4368;
  color: #ffffff;
  padding: 5px 15px;
  transition: background 0.2s ease;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: none;
  color: #fff !important; }
  a.pdf:hover {
    background: #78b8c6;
    color: #ffffff;
    transition: background 0.2s ease; }
  a.pdf:before {
    content: "\f1c1";
    font-family: "FontAwesome";
    padding-right: 0.25em; }

a.download {
  background: #3a4368;
  color: #ffffff;
  padding: 5px 15px;
  transition: background 0.2s ease;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.9em;
  text-transform: none;
  color: #fff !important; }
  a.download:hover {
    background: #78b8c6;
    color: #ffffff;
    transition: background 0.2s ease; }
  a.download:before {
    content: "\f019";
    font-family: "FontAwesome";
    padding-right: 0.25em; }

.black_overlay {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 2000px;
  /* 100% only fills window, not page, causing potential display issues */
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.7;
  opacity: .70;
  filter: alpha(opacity=70); }

#fullscreenShow {
  display: none;
  float: right; }

#fullscreenHide {
  padding: 5px;
  background-color: #3a4368;
  display: none;
  position: fixed;
  bottom: 3px;
  right: 3px;
  z-index: 1003; }

.person-single .left {
  width: 264px;
  display: block;
  float: left;
  max-width: 100%; }
.person-single .right {
  display: block;
  float: left;
  padding-left: 15px; }
  @media only screen and (min-width: 769px) {
    .person-single .right {
      width: calc(100% - 279px); }
      .person-single .right h1 {
        margin-top: 0; } }
  .person-single .right label {
    font-weight: 500; }
  .person-single .right .country img {
    vertical-align: middle; }
.person-single .body {
  margin-bottom: 2em; }

#pkp-person #main {
  width: 100%;
  margin-right: 0;
  padding-top: 2em; }
  #pkp-person #main > h1 {
    display: none; }
#pkp-person #sidebar {
  display: none; }

.podcast-single .date {
  margin-bottom: 1em; }

#pkp-podcasts #sidebar {
  display: none; }
#pkp-podcasts #main {
  width: 100%;
  margin-right: 0; }
#pkp-podcasts #content .product-list .title {
  text-align: left; }
#pkp-podcasts .image {
  position: relative; }
#pkp-podcasts .listen {
  color: #78b8c6;
  font-size: 2em;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 9px 16px;
  width: 60px;
  height: 40px;
  box-sizing: border-box; }
#pkp-podcasts .link {
  display: inline-block; }
#pkp-podcasts a:hover .listen {
  color: #ffffff; }

#content .button {
  background: #3a4368;
  color: #ffffff;
  padding: 5px 15px;
  transition: background 0.2s ease;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 0.9em; }
  #content .button:hover {
    background: #78b8c6;
    color: #ffffff;
    transition: background 0.2s ease; }

#content .product-list {
  padding-bottom: 2em; }
  #content .product-list .product {
    margin: 0 auto 4em;
    width: 300px; }
    #content .product-list .product .action {
      text-align: center;
      padding-top: 1em; }
    #content .product-list .product .price {
      color: #3a4368;
      font-weight: bold;
      text-align: center; }
    #content .product-list .product .title {
      text-align: center; }
      #content .product-list .product .title h3 {
        margin: 0.5em 0 0.5em; }
      #content .product-list .product .title a {
        color: #404041; }
        #content .product-list .product .title a:hover {
          color: #78b8c6; }
    #content .product-list .product .authored {
      color: #6e6e6e;
      font-family: "Roboto Condensed", sans-serif;
      padding-top: 0.5em; }
  @media only screen and (min-width: 769px) {
    #content .product-list {
      margin: 0 -1%; }
      #content .product-list .product {
        display: block;
        float: left;
        width: 23%;
        margin: 0 1% 4em; }
        #content .product-list .product:nth-child(4n+1) {
          clear: both; } }

#pkp-Shop #sidebar {
  display: none; }
#pkp-Shop #main {
  width: 100%;
  margin-right: 0; }

#customblock-Sidebar-Ad a {
  text-transform: uppercase;
  text-decoration: underline;
  font-style: italic; }

#sidebar #customblock-Sidebar-Ad img, #sidebar #customblock-Editorial-Board img, #sidebar #customblock-Author-Submissions-Guidelines img {
  border: 5px solid #eaeaea; }
#sidebar #customblock-Sidebar-Ad p, #sidebar #customblock-Editorial-Board p, #sidebar #customblock-Author-Submissions-Guidelines p {
  margin: 0; }
#sidebar .block {
  border-bottom: 0; }
#sidebar .promos {
  display: block; }
  #sidebar .promos .promo {
    display: block;
    text-align: center;
    margin: 1em 0; }
    #sidebar .promos .promo a {
      text-align: center;
      display: inline-block; }
    #sidebar .promos .promo img {
      border: 7px solid #eaeaea;
      display: block;
      box-sizing: border-box; }

.slideshow {
  position: relative;
  padding-top: 20px; }
  .slideshow .slide {
    width: 100%;
    height: 385px;
    position: relative; }
    .slideshow .slide .slideinner {
      border: 5px solid #eaeaea;
      background-position: top center !important;
      height: 375px;
      position: relative; }
    .slideshow .slide .link-to-content a {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      transition: all 0.25s ease-in-out; }
      .slideshow .slide .link-to-content a:hover {
        background: rgba(51, 54, 49, 0.3);
        transition: all 0.25s ease-in-out; }
    .slideshow .slide .slidedata {
      background: rgba(255, 255, 255, 0.8);
      padding: 10px;
      position: absolute;
      bottom: 0;
      left: 0;
      font-size: 0.85em; }
      .slideshow .slide .slidedata .title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        text-transform: none;
        font-size: 1.5em;
        line-height: 1.5em; }
      .slideshow .slide .slidedata .author {
        font-weight: bold;
        text-transform: uppercase;
        line-height: 1.5em; }
      .slideshow .slide .slidedata .readmore {
        text-transform: uppercase;
        font-style: italic;
        text-decoration: underline;
        font-weight: 500;
        line-height: 2em; }
      @media only screen and (min-width: 769px) {
        .slideshow .slide .slidedata {
          border-left: 5px solid #78b8c6;
          left: 25px;
          width: 50%;
          bottom: 25px; } }

#pkp-sponsor #sidebar {
  display: none; }
#pkp-sponsor #main {
  width: 100%;
  margin-right: 0; }
#pkp-sponsor .align-right {
  float: right;
  margin: 0 0 1em 1em; }
#pkp-sponsor .description {
  text-align: center; }
#pkp-sponsor .image {
  position: relative; }
#pkp-sponsor .link {
  display: inline-block; }
#pkp-sponsor .country {
  color: #78b8c6;
  font-size: 2em;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 16px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  display: flex; }
  #pkp-sponsor .country img {
    object-fit: contain; }

.topnav {
  display: none; }
  @media only screen and (min-width: 769px) {
    .topnav {
      display: block;
      width: 100%;
      float: right;
      text-align: right; }
      .topnav ul.menu {
        margin: 1em 0; }
      .topnav ul li {
        padding-right: 0.3em;
        display: inline-block; }
        .topnav ul li:last-child {
          padding-right: 0; }
          .topnav ul li:last-child a:after {
            content: "";
            padding-left: 0; }
        .topnav ul li a {
          color: #cecece;
          font-family: "Roboto Condensed", sans-serif;
          font-weight: 300;
          text-transform: uppercase; }
          .topnav ul li a:after {
            content: "|";
            padding-left: 0.5em;
            color: #78b8c6; }
          .topnav ul li a:hover {
            color: #fff;
            background: transparent; } }

#pkp-video #sidebar {
  display: none; }
#pkp-video #main {
  width: 100%;
  margin-right: 0; }
#pkp-video #content .product-list .title {
  text-align: left; }
#pkp-video .embed {
  padding: 1em 0; }
#pkp-video .authored {
  color: #6e6e6e; }
#pkp-video .image {
  position: relative; }
#pkp-video .play {
  color: #78b8c6;
  font-size: 2em;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 16px; }
#pkp-video .link {
  display: inline-block; }
#pkp-video a:hover .play {
  color: #ffffff; }

/**
 * plugins/themes/classicRed/classicRed.css
 *
 * Copyright (c) 2013-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.
 *
 * Classic blue theme stylesheet.
 *
 */
