/**
 * Copyright (c) 2013-2016 OpenJournalSystems.com
 * The unauthorized reproduction or distribution of this copyrighted work is illegal and punishable under US federal laws.  
*/


@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic|Oswald:400,300,700);
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i");
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 4, ../sass/external/font-awesome/_core.scss */
.fa,.announcements .btn, .pkp_controllers_fontController_smallFont, .pkp_controllers_fontController_defaultFont, .pkp_controllers_fontController_largeFont, .announcement__more, .ui-icon-closethick, #interests .tagit-close, #interests .tagit-new, #citationEditorNavPane .scrollable table .row_actions a, #citationImprovement table .row_actions .delete, #pdfDownloadLinkContainer {
  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; 

color: #B53535;
}

/* makes the font 33% larger relative to the icon container */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/* line 51, ../sass/external/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
/* OJS-specific version of Normalize.css
/* - It DOES NOT address issues already resolved by OJS's own reset
/* - It DOES address and overrride OJS's default styling (colors, headings, etc)
/*


/**
 * Establish a vertical rhythm unit using $base-font-size, $base-line-height,
 * and $rhythm-unit variables. Also, correct text resizing oddly in IE 6/7 when
 * body `font-size` is set using `em` units.
 */
/* line 106, ../../../../../../.rvm/gems/ruby-2.2.1@global/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;

}

/*
 * Establish a global box-sizing
 */
/* line 21, ../sass/init/_normalize.scss */
* {
  box-sizing: border-box; }

/* Based upon:
 *! 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.
 */
/* line 33, ../sass/init/_normalize.scss */
html {
  font-family: Merriweather, Georgia, Times, serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 43, ../sass/init/_normalize.scss */
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.
 */
/* line 56, ../sass/init/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
/* line 75, ../sass/init/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 86, ../sass/init/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 95, ../sass/init/_normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 104, ../sass/init/_normalize.scss */
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+.
 */
/* line 117, ../sass/init/_normalize.scss */
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).
 */
/* line 127, ../sass/init/_normalize.scss */
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.
 */
/* line 140, ../sass/init/_normalize.scss */
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.
 */
/* line 150, ../sass/init/_normalize.scss */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 159, ../sass/init/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 168, ../sass/init/_normalize.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 177, ../sass/init/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 186, ../sass/init/_normalize.scss */
small {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 195, ../sass/init/_normalize.scss */
sub,
sup {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 203, ../sass/init/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 207, ../sass/init/_normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 218, ../sass/init/_normalize.scss */
img {
  border-style: none;
  max-width: 100%;
  height: auto; }

/**
 * Hide the overflow in IE.
 */
/* line 229, ../sass/init/_normalize.scss */
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.
 */
/* line 241, ../sass/init/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: "Courier New", Courier, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
/* line 253, ../sass/init/_normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 262, ../sass/init/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  margin: 1.5rem 0; }

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

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 289, ../sass/init/_normalize.scss */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 298, ../sass/init/_normalize.scss */
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.
 */
/* line 308, ../sass/init/_normalize.scss */
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.
 */
/* line 319, ../sass/init/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 330, ../sass/init/_normalize.scss */
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.
 */
/* line 342, ../sass/init/_normalize.scss */
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).
 */
/* line 353, ../sass/init/_normalize.scss */
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.
 */
/* line 366, ../sass/init/_normalize.scss */
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.
 */
/* line 379, ../sass/init/_normalize.scss */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 398, ../sass/init/_normalize.scss */
[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.
 */
/* line 408, ../sass/init/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 417, ../sass/init/_normalize.scss */
[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.
 */
/* line 426, ../sass/init/_normalize.scss */
::-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.
 */
/* line 436, ../sass/init/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* line 21, ../sass/init/_ojs-normalize.scss */
p, h1, h2, h3, h4, h5, h6 {
  color: #333; }

/* line 25, ../sass/init/_ojs-normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }

/* line 31, ../sass/init/_ojs-normalize.scss */
h1 {
  font-size: 51px;
  font-size: 3.157rem;
  line-height: 60px;
  line-height: 3.75rem; }

/* line 35, ../sass/init/_ojs-normalize.scss */
h2 {
  color: #666;
font-size: 22px;
font-weight: bold;
border-bottom: solid 1px #f4f4f4;
line-height: 35px;}

/* line 39, ../sass/init/_ojs-normalize.scss */
h3 {
  font-size: 20px;
color: #555;
font-weight: bold;
border-bottom: 4px solid #E7E7E7; }

/* line 43, ../sass/init/_ojs-normalize.scss */
h4 {
  font-size: 21px;
  font-size: 1.333rem;
  line-height: 36px;
  line-height: 2.25rem; }

/* line 47, ../sass/init/_ojs-normalize.scss */
h5 {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 51, ../sass/init/_ojs-normalize.scss */
h6 {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 63, ../sass/init/_ojs-normalize.scss */
p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0 0 1.5rem 0; }

/* line 67, ../sass/init/_ojs-normalize.scss */
ul {
  padding: 0 0 0 1.5rem; }

/* line 77, ../sass/init/_ojs-normalize.scss */
a, a:link {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

/* line 94, ../sass/init/_ojs-normalize.scss */
a:active {
  color: #666; }

/* line 98, ../sass/init/_ojs-normalize.scss */
a:visited {
  color: #8c8c8c; }

/* line 102, ../sass/init/_ojs-normalize.scss */
a:hover {
  color: #8c8c8c;
  background: transparent;
  border-bottom: 1px dotted #8c8c8c; }

/* line 121, ../sass/init/_ojs-normalize.scss */
body {
  color: #333;
  font-family: Merriweather, Georgia, Times, serif;
  background-color: #f5f5f5; }

/* line 127, ../sass/init/_ojs-normalize.scss */
#main-wrapper {
  background-color: #fff; }

/* line 131, ../sass/init/_ojs-normalize.scss */
dl {
  margin: 0 0 1.5rem 0; }

/* line 135, ../sass/init/_ojs-normalize.scss */
dt {
  font-weight: bold; }

/* line 139, ../sass/init/_ojs-normalize.scss */
dd {
  margin: 0 0 1.5rem 0; }

/* line 147, ../sass/init/_ojs-normalize.scss */
div.separator {
  display: none; }

/* line 152, ../sass/init/_ojs-normalize.scss */
.delete-actions .action, .delete-actions #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .delete-actions .hidetext, .delete-actions #citationEditorNavPane .scrollable table .row_actions a:after, #citationEditorNavPane .scrollable table .row_actions .delete-actions a:after, .delete-actions #citationImprovement table .row_actions a:after, #citationImprovement table .row_actions .delete-actions a:after {
  font-size: inherit;
  font-family: inherit; }

/* line 159, ../sass/init/_ojs-normalize.scss */
.delete-margins p {
  margin: 0; }

/**
 * Overrides OJS's base stylesheet /lib/pkp/styles/common.css.
 *
 */
/**
 * Common HTML elements
 */
/* line 10, ../sass/pkp/_pkp_common.scss */
label.error {
  color: #900; }

/* line 14, ../sass/pkp/_pkp_common.scss */
input.uploadField {
  border: none;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none; }

/**
 * Additional text styles
 */
/* line 27, ../sass/pkp/_pkp_common.scss */
span.disabled, label.disabled {
  color: #666; }

/* line 31, ../sass/pkp/_pkp_common.scss */
a.icon {
  text-decoration: none; }

/* line 35, ../sass/pkp/_pkp_common.scss */
a.icon img {
  border: 0; }

/* line 39, ../sass/pkp/_pkp_common.scss */
a.icon:hover {
  background: none; }

/* line 43, ../sass/pkp/_pkp_common.scss */
span.heading {
  font-size: 0.85em;
  text-transform: uppercase; }

/* line 48, ../sass/pkp/_pkp_common.scss */
span.highlight {
  border-bottom: 1px dotted #000; }

/**
 * Form-specific elements
 */
/* line 57, ../sass/pkp/_pkp_common.scss */
span.pkp_form_error {
  /* Named for compatibility with new lessphp structure */
  color: #900;
  /*font-weight: bold;*/
  display: block;
  font-size: 1em; }

/* line 63, ../sass/pkp/_pkp_common.scss */
span.pkp_form_success {
  /* Named for compatibility with new lessphp structure */
  color: #090;
  font-weight: bold;
  font-size: 1em; }

/* line 69, ../sass/pkp/_pkp_common.scss */
ul.pkp_form_error_list {
  /* Named for compatibility with new lessphp structure */
  color: #900; }

/**
 * Other organizational elements
 */
/* line 80, ../sass/pkp/_pkp_common.scss */
ul.plain {
  list-style-type: none;
  padding-left: 1.5em; }

/* line 85, ../sass/pkp/_pkp_common.scss */
ul.filter {
  margin: 0;
  padding: 1.5em 0 1.5em 0;
  list-style-type: none; }

/* line 91, ../sass/pkp/_pkp_common.scss */
ul.filter li {
  padding-right: 1.5em;
  display: inline; }

/**
 * Other organizational elements
 */
/**
 * Access icons and key
 */
/* line 7, ../sass/pkp/_common.scss */
#accessKey {
  margin-bottom: 2em; }

/* line 11, ../sass/pkp/_common.scss */
#accessKey img {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

/* line 17, ../sass/pkp/_common.scss */
#content img.accessLogo {
  vertical-align: middle;
  margin: 0;
  padding: 0; }

/**
 * Table of contents
 */
/* line 28, ../sass/pkp/_common.scss */
.tocArticle {
  width: 100%;
  padding: 5px 0; }

/* line 33, ../sass/pkp/_common.scss */
.tocArticleCoverImage {
  display: none; }

/* line 36, ../sass/pkp/_common.scss */
.tocArticleCoverImage.showCoverImage {
  display: table-cell;
  width: 15%; }

/* line 40, ../sass/pkp/_common.scss */
.tocCoverImage {
  width: 100%; }

/* line 43, ../sass/pkp/_common.scss */
.tocCoverImage img {
  border: 0;
  width: 100%; }

/* line 48, ../sass/pkp/_common.scss */
.tocArticleTitleAuthors {
  width: 80%; }

/* line 51, ../sass/pkp/_common.scss */
.tocArticleTitleAuthors.showCoverImage {
  width: 65%;
  padding-left: 10px; }

/* line 55, ../sass/pkp/_common.scss */
.tocAuthors {
  padding-left: 10px; }

/* line 59, ../sass/pkp/_common.scss */
.tocArticleGalleysPages {
  width: 20%; }

/* line 62, ../sass/pkp/_common.scss */
.tocGalleys, .tocPages {
  text-align: right; }

/**
 * Editorial Team Lists
 */
/* line 75, ../sass/pkp/_common.scss */
ol.editorialTeam li {
  list-style: none; }

/* line 79, ../sass/pkp/_common.scss */
ol.editorialTeam, ol.editorialTeam li {
  margin-left: 0;
  padding-left: 0; }

/**
 * Additional text styles
 */
/* line 89, ../sass/pkp/_common.scss */
pre {
  background-color: #F0F0E8;
  color: #000;
  font-size: 1.25em; }

/**
 * Other organizational elements
 */
/* line 101, ../sass/pkp/_common.scss */
div.progressbar {
  background-image: url(../templates/images/progbg.gif);
  background-repeat: no-repeat;
  height: 27px;
  width: 505px;
  z-index: 1; }

/* line 109, ../sass/pkp/_common.scss */
td.notificationContent {
  padding-left: 5px;
  padding-right: 5px; }

/* line 114, ../sass/pkp/_common.scss */
td.notificationFunction {
  padding-left: 5px;
  padding-right: 5px;
  text-align: right; }

/* line 120, ../sass/pkp/_common.scss */
.throbber {
  display: none;
  background: url(../lib/pkp/templates/images/throbber.gif) no-repeat;
  width: 25px;
  height: 25px;
  margin-left: 50%;
  margin-top: 5%; }

/* Font Sizer */
/* line 130, ../sass/pkp/_common.scss */
#journalListPageInfo {
  float: right; }

/* line 134, ../sass/pkp/_common.scss */
#journalListPageLinks {
  float: left; }

/*
 * Forms are messy.
 * Everything around OJS is messy.
 * But forms are a disaster
 * Please forgive all the nonsensical CSS here.
 */
/* line 8, ../sass/modules/_forms.scss */
form {
  margin-bottom: 1.5rem; }

/* line 14, ../sass/modules/_forms.scss */
input,
select {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 30px;
  line-height: 1.875rem;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #cccccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 100%;
  vertical-align: middle; }

/* line 30, ../sass/modules/_forms.scss */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0 1.5rem 0 0.375rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  height: 1.995rem; }
  /* line 35, ../sass/modules/_forms.scss */
  select option {
    max-width: 100%; }

/* line 41, ../sass/modules/_forms.scss */
select[multiple] {
  height: 4.5rem; }

/* line 45, ../sass/modules/_forms.scss */
.select {
  position: relative;
  display: inline-block;
  z-index: 1; }

/* line 51, ../sass/modules/_forms.scss */
.select-arrow {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 1.875rem;
  z-index: 0;
  pointer-events: none; }

/* line 60, ../sass/modules/_forms.scss */
input[type="text"], input[type="password"] {
  padding: 0 0.375rem; }

/* line 65, ../sass/modules/_forms.scss */
input[type="file"] {
  border: none; }

/* line 69, ../sass/modules/_forms.scss */
textarea {
  width: 100%; }

/* line 78, ../sass/modules/_forms.scss */
.button, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a, #citationEditorNavPane .pkp_controllers_grid > table .options a,
button, #onlineSubmissions .btn {
  padding: 0 0.75rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  background-color: #000;
  border: none;
  color: #fff; }
  #onlineSubmissions .btn{width: 100%; text-align: center; margin-bottom: 0px;}
  /* line 95, ../sass/modules/_forms.scss */
  .button:hover, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:hover, #citationEditorNavPane .pkp_controllers_grid > table .options a:hover,
  button:hover {
    text-decoration: none; }
  /* line 109, ../sass/modules/_forms.scss */
  .button:link, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:link, #citationEditorNavPane .pkp_controllers_grid > table .options a:link, .button:visited, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:visited, #citationEditorNavPane .pkp_controllers_grid > table .options a:visited, .button:focus, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:focus, #citationEditorNavPane .pkp_controllers_grid > table .options a:focus, .button:active, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:active, #citationEditorNavPane .pkp_controllers_grid > table .options a:active,
  button:link,
  button:visited,
  button:focus,
  button:active {
    color: #fff; }
  /* line 113, ../sass/modules/_forms.scss */
  .button:hover, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a:hover, #citationEditorNavPane .pkp_controllers_grid > table .options a:hover,
  button:hover {
    background: #285041; }

/* line 136, ../sass/modules/_forms.scss */
a.button, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a, #citationEditorNavPane .pkp_controllers_grid > table .options a {
  border: none; }

/* line 146, ../sass/modules/_forms.scss */
.button--cancel, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete, #cancelRawCitationEditing {
  background-color: #A34531;
  color: #fff; }
  /* line 157, ../sass/modules/_forms.scss */
  .button--cancel:link, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete:link, #cancelRawCitationEditing:link, .button--cancel:visited, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete:visited, #cancelRawCitationEditing:visited, .button--cancel:focus, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete:focus, #cancelRawCitationEditing:focus, .button--cancel:active, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete:active, #cancelRawCitationEditing:active {
    color: #fff; }
  /* line 161, ../sass/modules/_forms.scss */
  .button--cancel:hover, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a.delete:hover, #cancelRawCitationEditing:hover {
    background: #6d2e21; }

/* line 179, ../sass/modules/_forms.scss */
.button--small, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a, #citationEditorNavPane .pkp_controllers_grid > table .options a, #editableRawCitation .actions button {
  padding: 0 0.375rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 188, ../sass/modules/_forms.scss */
select + input[type="submit"],
input + input[type="submit"] {
  margin-left: -1px; }

/* line 195, ../sass/modules/_forms.scss */
input[type="file"] + input[type="submit"],
.instruct + input[type="submit"] {
  vertical-align: baseline;
  margin-left: 12px; }

/* line 201, ../sass/modules/_forms.scss */
.form-row, #search .toggleExtras, .search__result {
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px dotted #e0e0e0; }
  /* line 205, ../sass/modules/_forms.scss */
  .form-row label, #search .toggleExtras label, .search__result label, .form-row .label, #search .toggleExtras .label, .search__result .label, .form-row .ui-dialog-content table td.label, .ui-dialog-content table .form-row td.label, .search__result .ui-dialog-content table td.label, .ui-dialog-content table .search__result td.label {
    font-weight: bold;
    margin-bottom: 0.75rem;
    display: block; }
    /* line 209, ../sass/modules/_forms.scss */
    .form-row label .instruct, #search .toggleExtras label .instruct, .search__result label .instruct, .form-row .label .instruct, #search .toggleExtras .label .instruct, .search__result .label .instruct {
      font-weight: normal;
      display: block; }
  /* line 214, ../sass/modules/_forms.scss */
  .form-row .label--inline, #search .toggleExtras .label--inline, .search__result .label--inline {
    display: inline;
    margin-right: 12px;
    margin-bottom: 0; }
  /* line 219, ../sass/modules/_forms.scss */
  .form-row .label--normal, #search .toggleExtras .label--normal, .search__result .label--normal {
    font-weight: normal; }

/* line 224, ../sass/modules/_forms.scss */
.form-subrow {
  padding-left: 30px;
  margin-left: 6px;
  border-left: 1px solid #e0e0e0; }
  /* line 228, ../sass/modules/_forms.scss */
  .form-subrow:last-of-type {
    padding-bottom: 0; }
  /* line 231, ../sass/modules/_forms.scss */
  .form-subrow label, .form-subrow .label, .form-subrow .ui-dialog-content table td.label, .ui-dialog-content table .form-subrow td.label {
    font-weight: normal;
    display: inline;
    font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
    margin: 0 24px 0 0; }
  /* line 237, ../sass/modules/_forms.scss */
  .form-subrow .label--heading {
    font-weight: bold;
    display: block;
    margin: 0 24px 0.75rem 0; }

/* line 244, ../sass/modules/_forms.scss */
.form-group {
  margin-bottom: 0.75rem; }
  /* line 246, ../sass/modules/_forms.scss */
  .form-group input + label {
    margin-left: 6px; }

/* line 251, ../sass/modules/_forms.scss */
.instruct {
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0; }

.info .separator {border-bottom: 1px dotted #e0e0e0;}
#main form:not(#searchForm) td.label{display: block; width: 100%; font-weight: bold;}
#main form:not(#searchForm) td.value{display: block; width: 100%; }
#main form:not(#searchForm) table:not(.mceLayout):not(.mceToolbar):not(.listing) tr {   display: block;  margin-bottom: 1.125rem;  padding-bottom: 1.125rem;   border-bottom: 1px dotted #e0e0e0;}
#main form table.mceLayout tr {   margin-bottom:0rem !important;  padding-bottom: 0rem !important;   border-bottom: 0px dotted #e0e0e0 !important;}
#main form:not(#searchForm) .mceLayout .mceIframeContainer, #main form  .mceLayout .mceToolbar  { width: 100%; display: block;}
.row .mceEditor {margin-bottom: 20px; display: inline-block; width: 100%}
.form-group {display: inline-block; width: 100%; display: table-row;}
.form-group .control-label, .form-group .value{display: table-cell;     padding: 10px 3px;vertical-align: top;}
.form-group .col-md-9 {width: 76%}
.form-group .col-md-3 {width: 25%}
.listing .heading{border-bottom: 2px solid #1b1b1b; color: #1b1b1b; font-weight: bold;} 
.listing .separator{border-top: 1px dotted #ccc;} 
.listing .separator{border-top: 1px dotted #ccc;} 
.text-center{text-align: center;}
.listing .separator{line-height: 0px;}
.themeDesignAndHosting{ margin-top: 10px; text-align: right;}
#main form input, #main form .select {margin: 5px;}
#footer.pageFooter {background: #333333; color: #fff;   padding: 10px 10px 20px;}
.fa-font:before, .pkp_controllers_fontController_defaultFont:before {content: ""; }
/* line 92, ../sass/external/font-awesome/_icons.scss */
.fa-plus-circle:before, .pkp_controllers_fontController_largeFont:before { content: ""; }

/* line 93, ../sass/external/font-awesome/_icons.scss */
.fa-minus-circle:before, .pkp_controllers_fontController_smallFont:before {  content: ""; }
#onlineSubmissions .row{display: flex;}
#onlineSubmissions .row .col-md-6:first-child{ margin-right: 10px;}
#onlineSubmissions .col-md-6{ width: 49%;background: #f5f5f5 ; border: 1px solid #e2e2e2; padding: 20px; }
body{letter-spacing: 0.04em; color: #595959; font-size: 16px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
#main{font-size: 0.8em;}
#aboutWrp .section{width: 44%; float: left; border-bottom: 0px; margin-right: 20px; margin-bottom:0px;}
#aboutWrp .section h3{border-bottom: 4px solid #E7E7E7;     margin-bottom: 10px; }
#aboutWrp .section a{color: #666666;   font-size: 1.2em;   text-decoration: none; }
#aboutWrp .section a:hover{    background: #E8E8E8;}

#aboutWrp ~ .issn {display: table; width: 100%} 
  @media (min-width: 480px) {
    /* line 251, ../sass/modules/_forms.scss */
    .instruct {
      font-size: 14px;
      font-size: 0.85rem;
      line-height: 18px;
      line-height: 1.125rem; } }

/* line 260, ../sass/modules/_forms.scss */
.instruct--spaced {
  margin-bottom: 1.5rem; }

/* line 264, ../sass/modules/_forms.scss */
.buttons, .ui-dialog-buttonset {
  padding: 12px;
  background: #f5f5f5;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #CCC; }

/* line 271, ../sass/modules/_forms.scss */
.options {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
  /* line 274, ../sass/modules/_forms.scss */
  .options a {
    font-size: 14px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.5rem; }

/* line 279, ../sass/modules/_forms.scss */
.form-required, .ui-dialog-content .formRequired {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  color: #cccccc; }

/* line 285, ../sass/modules/_forms.scss */
.form-error , span.pkp_form_error{
  color: #A34531;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 290, ../sass/modules/_forms.scss */
.form-error--box, span.pkp_form_error {
  background: #A34531;
  padding: 0.375rem 0.75rem;
  color: #fff; }

/* line 296, ../sass/modules/_forms.scss */
.marginless {
  margin: 0; }

/* line 300, ../sass/modules/_forms.scss */
input:disabled, .disabled {
  opacity: 0.5; }
  /* line 302, ../sass/modules/_forms.scss */
  input:disabled:hover, input:disabled:focus, .disabled:hover, .disabled:focus {
    color: inherit;
    background: inherit;
    border-color: inherit; }

/* line 309, ../sass/modules/_forms.scss */
.alphabet {
  overflow: hidden;
  *zoom: 1; }
  /* line 311, ../sass/modules/_forms.scss */
  .alphabet a {
    float: left;
    padding: 0 4px;
    border-right: 1px solid #e0e0e0; }
    /* line 22, ../sass/init/_mixins.scss */
    .alphabet a:link, .alphabet a:visited, .alphabet a:focus, .alphabet a:hover, .alphabet a:active {
      border-bottom: none;
      text-decoration: none; }

/* line 1, ../sass/modules/_breadcrumbs.scss */
#breadcrumb {
  padding: 0;
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: center;
  color: #fff; }
  /* line 10, ../sass/modules/_breadcrumbs.scss */
  #breadcrumb a, #breadcrumb span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: -0.02rem;
    text-transform: uppercase; }
  @media (min-width: 480px) {
    /* line 1, ../sass/modules/_breadcrumbs.scss */
    #breadcrumb {
      text-align: left; } }
  /* line 6, ../sass/init/_mixins.scss */
  #breadcrumb p, #breadcrumb span, #breadcrumb label {
    color: #fff; }
  /* line 9, ../sass/init/_mixins.scss */
  #breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:focus, #breadcrumb a:hover, #breadcrumb a:active {
    color: #fff; }

/* line 1, ../sass/modules/_navbar.scss */
.main-menu {
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #CCC;
  margin-bottom: 1.5rem;
  color: #fff; }
  @media (min-width: 480px) {
    /* line 1, ../sass/modules/_navbar.scss */
    .main-menu {margin-bottom: 5px; } 
  }
  /* line 11, ../sass/modules/_navbar.scss */
  .main-menu a {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
  /* line 19, ../sass/modules/_navbar.scss */
  .main-menu a, .main-menu a:hover {
    text-decoration: none;
    border: none; }
  /* line 23, ../sass/modules/_navbar.scss */
  .main-menu a, .main-menu a:link, .main-menu a:visited, .main-menu a:hover, .main-menu a:active {
    color: #333; }
  /* line 26, ../sass/modules/_navbar.scss */
  .main-menu ul {
    padding: 0;
    margin: 0; }
  /* line 30, ../sass/modules/_navbar.scss */
  .main-menu li {
    margin-right: 1.5rem;
    padding: 0;
    float: left;
    display: block;
    border-top: 0.1875rem solid transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    text-align: center;
    padding: 0.375rem; }
    @media (min-width: 480px) {
      /* line 30, ../sass/modules/_navbar.scss */
      .main-menu li {
       
        width: auto; } }
    /* line 56, ../sass/modules/_navbar.scss */
    .main-menu li:hover {
      border-color: #1b1b1b;
      border-color: #fff; }
    /* line 62, ../sass/modules/_navbar.scss */
    .main-menu li .current {
      font-weight: bold; }
  /* line 6, ../sass/init/_mixins.scss */
  .main-menu p, .main-menu span, .main-menu label {
    color: #fff; }
  /* line 9, ../sass/init/_mixins.scss */
  .main-menu a, .main-menu a:link, .main-menu a:visited, .main-menu a:focus, .main-menu a:hover, .main-menu a:active {
    color: #fff; }

/* line 8, ../sass/modules/_registerform.scss */
#registerForm tr .label {
  width: 25%; }
/* line 11, ../sass/modules/_registerform.scss */
#registerForm tr .value {
  width: 75%; }

/* line 6, ../sass/modules/_config.scss */
#assignBlocksToSidebars {
  background: #f5f5f5;
  border-radius: 4px; }
  /* line 10, ../sass/modules/_config.scss */
  #assignBlocksToSidebars tr td {
    padding: 0.75rem;
    font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
    /* line 13, ../sass/modules/_config.scss */
    #assignBlocksToSidebars tr td input.button {
      border: none;
      border-radius: 0;
      background-color: #cccccc;
      color: #1b1b1b; }

/* line 20, ../sass/modules/_sidebar.scss */
.sidebar .block {
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
  @media (min-width: 600px) {
    /* line 20, ../sass/modules/_sidebar.scss */
    .sidebar .block {
      opacity: 0.8;
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out; }
      /* line 26, ../sass/modules/_sidebar.scss */
      .sidebar .block:hover {
        opacity: 0.8; } }
/* line 35, ../sass/modules/_sidebar.scss */
.sidebar .blockTitle {
  padding: 0.375rem 0 0.3rem 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  border-bottom: 0.375rem solid #e0e0e0;
  display: block;
  text-transform: uppercase; 
  margin-bottom: 10px;
}
/* line 48, ../sass/modules/_sidebar.scss */
.sidebar a.blockTitle, .sidebar a.blockTitle:link, .sidebar a.blockTitle:visited, .sidebar a.blockTitle:focus a.blockTitle:hover, .sidebar a.blockTitle:active {
  text-decoration: none;
  border-bottom: none;
  color: #333; }
/* line 53, ../sass/modules/_sidebar.scss */
.sidebar .blockSubtitle {
  font-weight: bold;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
/* line 59, ../sass/modules/_sidebar.scss */
.sidebar ul {
  margin: 0;
  padding: 0; }
  /* line 62, ../sass/modules/_sidebar.scss */
  .sidebar ul li {
    padding-left: 1.5rem;
    list-style-type: none; }
    /* line 65, ../sass/modules/_sidebar.scss */
    .sidebar ul li:before {
      content: "—";
      display: inline;
      float: left;
      margin-left: -1.5rem;
      color: #cccccc; }

/* line 84, ../sass/modules/_sidebar.scss */
#sidebarLanguageToggle .select, #sidebarLanguageToggle select, #sidebarLanguageToggle .button, #sidebarLanguageToggle #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls #sidebarLanguageToggle a, #sidebarLanguageToggle #citationEditorNavPane .pkp_controllers_grid > table .options a, #citationEditorNavPane .pkp_controllers_grid > table .options #sidebarLanguageToggle a {
  width: 100%; }
/* line 87, ../sass/modules/_sidebar.scss */
#sidebarLanguageToggle select {
  margin-bottom: 0.75rem; }

/* line 94, ../sass/modules/_sidebar.scss */
#simpleSearchForm table {
  width: 100%; }
/* line 98, ../sass/modules/_sidebar.scss */
#simpleSearchForm input, #simpleSearchForm select {
  width: 100%; }
/* line 102, ../sass/modules/_sidebar.scss */
#simpleSearchForm .button, #simpleSearchForm #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls a, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls #simpleSearchForm a, #simpleSearchForm #citationEditorNavPane .pkp_controllers_grid > table .options a, #citationEditorNavPane .pkp_controllers_grid > table .options #simpleSearchForm a {
  margin-top: 0.75rem; }

/* line 109, ../sass/modules/_sidebar.scss */
#sidebarFontSize #sizer a {
  margin: 0 0.75rem 0 0; }

/* line 116, ../sass/modules/_sidebar.scss */
#sidebarUser table, #sidebarUser tbody, #sidebarUser tr, #sidebarUser td, #sidebarNavigation table, #sidebarNavigation tbody, #sidebarNavigation tr, #sidebarNavigation td {
  display: block; }
/* line 119, ../sass/modules/_sidebar.scss */
#sidebarUser td, #sidebarNavigation td {
  padding: 0;
  text-align: left; }
/* line 123, ../sass/modules/_sidebar.scss */
#sidebarUser input[type="text"], #sidebarUser input[type="password"], #sidebarUser input[type="submit"], #sidebarNavigation input[type="text"], #sidebarNavigation input[type="password"], #sidebarNavigation input[type="submit"] {
  width: 100%; }
/* line 126, ../sass/modules/_sidebar.scss */
#sidebarUser br, #sidebarNavigation br {
  display: none; }

/* line 136, ../sass/modules/_sidebar.scss */
#sizer {
  text-align: center; }
  /* line 138, ../sass/modules/_sidebar.scss */
  #sizer a {
        display: inline;
    font-size: 0px !important;
    color: transparent;
    }
    /* line 142, ../sass/modules/_sidebar.scss */
    #sizer a:before {
      color: #262626; }

/* line 151, ../sass/modules/_sidebar.scss */
.pkp_controllers_fontController_smallFont:before {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 156, ../sass/modules/_sidebar.scss */
.pkp_controllers_fontController_defaultFont {
  display: inline; }
  /* line 160, ../sass/modules/_sidebar.scss */
  .pkp_controllers_fontController_defaultFont:before {
    font-size: 21px;
    font-size: 1.333rem;
    line-height: 36px;
    line-height: 2.25rem; }

/* line 168, ../sass/modules/_sidebar.scss */
.pkp_controllers_fontController_largeFont:before {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 1, ../sass/modules/_footer.scss */
#footer {
  clear: both;
  margin-top: 1.5rem; }
  /* line 5, ../sass/modules/_footer.scss */
  #footer p {
    font-size: 11px;
    font-size: 0.707rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0; }

/* line 17, ../sass/modules/_main.scss */
#content {
  margin: 0;
  padding: 0;
  font-size: inherit;
  border: none; }

/* line 30, ../sass/modules/_main.scss */
.section, .issues-year {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #e0e0e0; }

/* line 1, ../sass/modules/_ui-pnotify.scss */
.ui-pnotify-history-container {
  background: #3C7861;
  padding: 0 0.75rem; }

/* line 6, ../sass/modules/_ui-pnotify.scss */
.ui-pnotify-history-header {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }

/* line 11, ../sass/modules/_ui-pnotify.scss */
.ui-pnotify-title {
  font-size: 0.8em; }

/* line 15, ../sass/modules/_ui-pnotify.scss */
.ui-pnotify-text {
  font-size: 0.6em; }

/* line 19, ../sass/modules/_ui-pnotify.scss */
.ui-pnotify-history-container .ui-pnotify-history-header {
  font-size: 0.8em; }

/* line 8, ../sass/modules/_tables.scss */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  border-collapse: collapse; }
  /* line 13, ../sass/modules/_tables.scss */
  table th, table td {
    /*padding: 0.375rem 0;*/ }

/* line 19, ../sass/modules/_tables.scss */
thead th {
  border-bottom: 1px solid #CCC;
  text-align: left; }
  /* line 22, ../sass/modules/_tables.scss */
  thead th:last-child {
    text-align: right; }

/* line 29, ../sass/modules/_tables.scss */

 #main .main-inner h4{   border-bottom: 1px dotted #e0e0e0; }
 #main .main-inner li h4{margin-bottom: 10px;}

/* line 37, ../sass/modules/_tables.scss */
.nested {
  table-layout: fixed; }
  /* line 39, ../sass/modules/_tables.scss */
  .nested td {
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.5rem;
    font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
    /* line 44, ../sass/modules/_tables.scss */
    .nested td:last-child {
      text-align: center; }

@media (max-width: 768px) {
  /* line 50, ../sass/modules/_tables.scss */
  .listing {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
    Label the data
    */ }
    /* line 56, ../sass/modules/_tables.scss */
    .listing table,
    .listing thead,
    .listing tbody,
    .listing th,
    .listing td,
    .listing tr {
      display: block; }
    /* line 65, ../sass/modules/_tables.scss */
    .listing tbody td:last-child {
      text-align: left; }
    /* line 70, ../sass/modules/_tables.scss */
    .listing thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    /* line 76, ../sass/modules/_tables.scss */
    .listing tr {
      margin-bottom: 1.5rem; }
    /* line 80, ../sass/modules/_tables.scss */
    .listing td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #e0e0e0;
      position: relative;
      white-space: normal;
      text-align: right; }
    /* line 89, ../sass/modules/_tables.scss */
    .listing td:before {
      /* Now like a table header */
      /* Top/left values mimic padding */
      margin-right: 20px;
      float: left;
      font-weight: bold; }
    /* line 104, ../sass/modules/_tables.scss */
    .listing td:before {
      content: attr(data-title); } }

/* line 108, ../sass/modules/_tables.scss */
.listing--wide, #referrals .listing {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: -0.01em; }
  /* line 111, ../sass/modules/_tables.scss */
  .listing--wide th, #referrals .listing th, .listing--wide td, #referrals .listing td {
    padding-right: 12px; }
    /* line 113, ../sass/modules/_tables.scss */
    .listing--wide th:last-child, #referrals .listing th:last-child, .listing--wide td:last-child, #referrals .listing td:last-child {
      padding-right: 0; }

/* line 119, ../sass/modules/_tables.scss */
.listing-pager {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  border-top: 1px solid #CCC; }
  /* line 123, ../sass/modules/_tables.scss */
  .listing-pager td {
    border: none; }

/* line 128, ../sass/modules/_tables.scss */
.center {
  text-align: center; }

/* line 132, ../sass/modules/_tables.scss */
.action, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext, #citationEditorNavPane .scrollable table .row_actions a:after, #citationImprovement table .row_actions a:after {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 12px;
  line-height: 0.75rem;
  display: inline-block;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
  /* line 22, ../sass/init/_mixins.scss */
  .action:link, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext:link, #citationEditorNavPane .scrollable table .row_actions a:link:after, #citationImprovement table .row_actions a:link:after, .action:visited, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext:visited, #citationEditorNavPane .scrollable table .row_actions a:visited:after, #citationImprovement table .row_actions a:visited:after, .action:focus, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext:focus, #citationEditorNavPane .scrollable table .row_actions a:focus:after, #citationImprovement table .row_actions a:focus:after, .action:hover, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext:hover, #citationEditorNavPane .scrollable table .row_actions a:hover:after, #citationImprovement table .row_actions a:hover:after, .action:active, #page-manager-setup-guidingSubmissions .pkp_controllers_grid .hidetext:active, #citationEditorNavPane .scrollable table .row_actions a:active:after, #citationImprovement table .row_actions a:active:after {
    border-bottom: none;
    text-decoration: none; }

/* line 139, ../sass/modules/_tables.scss */
.nowrap {
  white-space: nowrap; }

@media (max-width: 768px) {
  /* line 145, ../sass/modules/_tables.scss */
  #page-manager-setup-guidingSubmissions .pkp_controllers_grid table thead, .ui-dialog-content table thead {
    display: none; }
  /* line 148, ../sass/modules/_tables.scss */
  #page-manager-setup-guidingSubmissions .pkp_controllers_grid table tbody, .ui-dialog-content table tbody, #page-manager-setup-guidingSubmissions .pkp_controllers_grid table td, .ui-dialog-content table td, #page-manager-setup-guidingSubmissions .pkp_controllers_grid table tr, .ui-dialog-content table tr {
    display: block; } }

/* line 154, ../sass/modules/_tables.scss */
#referrals {
  overflow-x: auto; }

@media (max-width: 768px) {
  /* line 158, ../sass/modules/_tables.scss */
  #referrals .listing {
    /* Force table to not be like tables anymore */ }
    /* line 162, ../sass/modules/_tables.scss */
    #referrals .listing table {
      display: table; }
    /* line 165, ../sass/modules/_tables.scss */
    #referrals .listing thead,
    #referrals .listing tbody {
      display: table-row-group; }
    /* line 169, ../sass/modules/_tables.scss */
    #referrals .listing th,
    #referrals .listing td {
      display: table-cell; }
    /* line 173, ../sass/modules/_tables.scss */
    #referrals .listing tr {
      display: table-row; }
    /* line 176, ../sass/modules/_tables.scss */
    #referrals .listing tbody td:last-child {
      text-align: right; }
    /* line 179, ../sass/modules/_tables.scss */
    #referrals .listing thead tr {
      position: static; }
    /* line 183, ../sass/modules/_tables.scss */
    #referrals .listing tr {
      margin-bottom: 0; }
    /* line 187, ../sass/modules/_tables.scss */
    #referrals .listing td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: none;
      position: relative;
      padding-left: 0;
      white-space: normal;
      text-align: inherit; }
    /* line 197, ../sass/modules/_tables.scss */
    #referrals .listing td:before {
      display: none; } }

@media (min-width: 480px) {
  /* line 1, ../sass/modules/_header.scss */
  #header-title {
    text-align: center; } }
/* line 5, ../sass/modules/_header.scss */
#header-title h1 {
  margin: 0;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 84px;
  line-height: 5.25rem; }
/* line 9, ../sass/modules/_header.scss */
#header-title h1 img {
  max-width: 100%;
  height: auto;
  display: inherit;

}

/* Layout */
/* line 6, ../sass/modules/_tinymce.scss */
.defaultSkin table.mceLayout {
  width: 100% !important;
  max-width: 100% !important; }

/* line 11, ../sass/modules/_tinymce.scss */
.defaultSkin table.mceLayout tr.mceFirst td {
  border-top: 1px solid #CCC; }

/* line 12, ../sass/modules/_tinymce.scss */
.defaultSkin table.mceLayout tr.mceLast td {
  border-bottom: 1px solid #CCC; }

/* line 13, ../sass/modules/_tinymce.scss */
.defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 14, ../sass/modules/_tinymce.scss */
.defaultSkin td.mceToolbar {
  background: #F0F0EE;
  padding-top: 1px;
  vertical-align: top; }

/* line 15, ../sass/modules/_tinymce.scss */
.defaultSkin .mceIframeContainer {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC; }

/* line 16, ../sass/modules/_tinymce.scss */
.defaultSkin .mceStatusbar {
  background: #F0F0EE;
  font-family: 'MS Sans Serif',sans-serif,Verdana,Arial;
  font-size: 9pt;
  line-height: 16px;
  overflow: visible;
  color: #000;
  display: block;
  height: 20px; }

/* line 17, ../sass/modules/_tinymce.scss */
.defaultSkin .mceStatusbar div {
  float: left;
  margin: 2px; }

/* line 18, ../sass/modules/_tinymce.scss */
.defaultSkin .mceStatusbar a.mceResize {
  display: block;
  float: right;
  background: url(../../img/icons.gif) -800px 0;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  outline: 0; }

/* line 19, ../sass/modules/_tinymce.scss */
.defaultSkin .mceStatusbar a:hover {
  text-decoration: underline; }

/* line 20, ../sass/modules/_tinymce.scss */
.defaultSkin table.mceToolbar {
  margin-left: 3px; }

/* line 21, ../sass/modules/_tinymce.scss */
.defaultSkin span.mceIcon, .defaultSkin img.mceIcon {
  display: block;
  width: 20px;
  height: 20px; }

/* line 22, ../sass/modules/_tinymce.scss */
.defaultSkin .mceIcon {
  background: url(../../img/icons.gif) no-repeat 20px 20px; }

/* line 23, ../sass/modules/_tinymce.scss */
.defaultSkin td.mceCenter {
  text-align: center; }

/* line 24, ../sass/modules/_tinymce.scss */
.defaultSkin td.mceCenter table {
  margin: 0 auto;
  text-align: left; }

/* line 25, ../sass/modules/_tinymce.scss */
.defaultSkin td.mceRight table {
  margin: 0 0 0 auto; }

/* line 28, ../sass/modules/_tinymce.scss */
#tinymce body, #tinymce td, #tinymce pre {
  font-family: Merriweather, Georgia, Times, serif;
  font-size: inherit;
  margin: 0.75rem; }
/* line 34, ../sass/modules/_tinymce.scss */
#tinymce h1 {
  font-size: inherit; }
/* line 35, ../sass/modules/_tinymce.scss */
#tinymce h2 {
  font-size: inherit; }
/* line 36, ../sass/modules/_tinymce.scss */
#tinymce h3 {
  font-size: inherit; }
/* line 37, ../sass/modules/_tinymce.scss */
#tinymce h4 {
  font-size: inherit; }
/* line 38, ../sass/modules/_tinymce.scss */
#tinymce h5 {
  font-size: inherit; }
/* line 39, ../sass/modules/_tinymce.scss */
#tinymce h6 {
  font-size: inherit; }
/* line 40, ../sass/modules/_tinymce.scss */
#tinymce .mceItemTable, #tinymce .mceItemTable td, #tinymce .mceItemTable th, #tinymce .mceItemTable caption, #tinymce .mceItemVisualAid {
  border: 1px dashed #BBB; }
/* line 41, ../sass/modules/_tinymce.scss */
#tinymce a.mceItemAnchor {
  display: inline-block;
  -webkit-user-select: all;
  -webkit-user-modify: read-only;
  -moz-user-select: all;
  -moz-user-modify: read-only;
  width: 11px !important;
  height: 11px !important;
  background: url(img/items.gif) no-repeat center center; }
/* line 42, ../sass/modules/_tinymce.scss */
#tinymce span.mceItemNbsp {
  background: #DDD; }
/* line 43, ../sass/modules/_tinymce.scss */
#tinymce td.mceSelected, #tinymce th.mceSelected {
  background-color: #3399ff !important; }
/* line 44, ../sass/modules/_tinymce.scss */
#tinymce img {
  border: 0; }
/* line 45, ../sass/modules/_tinymce.scss */
#tinymce table, #tinymce img, #tinymce hr, #tinymce .mceItemAnchor {
  cursor: default; }
/* line 46, ../sass/modules/_tinymce.scss */
#tinymce table td, #tinymce table th {
  cursor: text; }
/* line 47, ../sass/modules/_tinymce.scss */
#tinymce ins {
  border-bottom: 1px solid green;
  text-decoration: none;
  color: green; }
/* line 48, ../sass/modules/_tinymce.scss */
#tinymce del {
  color: red;
  text-decoration: line-through; }
/* line 49, ../sass/modules/_tinymce.scss */
#tinymce cite {
  border-bottom: 1px dashed blue; }
/* line 50, ../sass/modules/_tinymce.scss */
#tinymce acronym {
  border-bottom: 1px dotted #CCC;
  cursor: help; }
/* line 51, ../sass/modules/_tinymce.scss */
#tinymce abbr {
  border-bottom: 1px dashed #CCC;
  cursor: help; }

/**
 * Announcements
 */
/* line 5, ../sass/modules/_announcements.scss */
.announcement {
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  background: #f5f5f5; }

/* line 11, ../sass/modules/_announcements.scss */
.announcement__title {
  font-size: 21px;
  font-size: 1.333rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 15, ../sass/modules/_announcements.scss */
.announcement__description {
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }
  /* line 19, ../sass/modules/_announcements.scss */
  .announcement__description p:last-child {
    margin-bottom: 0; }

/* line 25, ../sass/modules/_announcements.scss */
.announcement__details {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 29, ../sass/modules/_announcements.scss */
.announcement__more {
  float: right;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 36, ../sass/modules/_announcements.scss */
.announcements__more {
  margin-bottom: 1.5rem; }

/* line 5, ../sass/modules/_steplist.scss */
ul.steplist {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0.375rem 0;
  border-bottom: 1px solid #e0e0e0; }

/* line 12, ../sass/modules/_steplist.scss */
ul.steplist li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  display: block;
  text-align: center; }
  @media (min-width: 480px) {
    /* line 12, ../sass/modules/_steplist.scss */
    ul.steplist li {
      display: inline;
      text-align: left;
      margin-right: 0.75rem;
      padding-right: 0.75rem;
      border-right: 1px solid #e0e0e0; }
      /* line 25, ../sass/modules/_steplist.scss */
      ul.steplist li:last-child {
        border-right: none; } }
  /* line 29, ../sass/modules/_steplist.scss */
  ul.steplist li.current {
    font-weight: bold; }
  /* line 32, ../sass/modules/_steplist.scss */
  ul.steplist li.current a, ul.steplist li a:focus, ul.steplist li a:hover {
    color: #1b1b1b; }

/* line 4, ../sass/modules/_filtergrid.scss */
#page-manager-setup-guidingSubmissions .pkp_controllers_grid {
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  background: #fff; }
  /* line 11, ../sass/modules/_filtergrid.scss */
  #page-manager-setup-guidingSubmissions .pkp_controllers_grid h3 {
    margin: 0; }
  /* line 15, ../sass/modules/_filtergrid.scss */
  #page-manager-setup-guidingSubmissions .pkp_controllers_grid table th {
    text-align: left !important; }
  /* line 21, ../sass/modules/_filtergrid.scss */
  #page-manager-setup-guidingSubmissions .pkp_controllers_grid .row_controls td {
    padding: 0;
    text-align: right; }
/* line 38, ../sass/modules/_filtergrid.scss */
#page-manager-setup-guidingSubmissions .pkp_controllers_grid .wrapper {
  margin-bottom: 1.5rem; }

/* line 3, ../sass/modules/_uidialog.scss */
.ui-dialog {
  background: #fff;
  padding: 0.75rem;
  border-radius: 0;
  border: 0.375rem solid #1b1b1b;
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.33);
  max-width: 100%; }

/* line 14, ../sass/modules/_uidialog.scss */
.ui-dialog-titlebar-close {
  float: right; }
  /* line 22, ../sass/init/_mixins.scss */
  .ui-dialog-titlebar-close:link, .ui-dialog-titlebar-close:visited, .ui-dialog-titlebar-close:focus, .ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:active {
    border-bottom: none;
    text-decoration: none;
    color: #1b1b1b; }

/* line 18, ../sass/modules/_uidialog.scss */
.ui-icon-closethick {
  font-size: 1px;
  color: transparent; }
  /* line 23, ../sass/modules/_uidialog.scss */
  .ui-icon-closethick:before {
    font-size: 14px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.5rem;
    color: #1b1b1b; }

/* line 28, ../sass/modules/_uidialog.scss */
.ui-dialog-titlebar {
  margin-bottom: 0.375rem;
  border-bottom: 1px solid #CCC; }

/* line 32, ../sass/modules/_uidialog.scss */
.ui-dialog-title {
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase; }

/* line 40, ../sass/modules/_uidialog.scss */
.ui-dialog-content {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }
  /* line 47, ../sass/modules/_uidialog.scss */
  .ui-dialog-content table li {
    list-style-type: none; }

/* line 56, ../sass/modules/_uidialog.scss */
.ui-dialog-buttonset {
  margin-bottom: 0; }
  /* line 59, ../sass/modules/_uidialog.scss */
  .ui-dialog-buttonset button {
    margin-right: 12px; }

/* line 1, ../sass/modules/_messages.scss */
.warning-message {
  border: 1px solid #A34531;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }
  /* line 6, ../sass/modules/_messages.scss */
  .warning-message p, .warning-message ul {
    margin: 0; }

/* line 9, ../sass/modules/_messages.scss */
.info-message {
  border: 1px solid #3C7861;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }
  /* line 14, ../sass/modules/_messages.scss */
  .info-message p, .info-message ul {
    margin: 0; }

/* line 1, ../sass/modules/_menu.scss */
.menu {
  padding: 0;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  *zoom: 1; }
  /* line 7, ../sass/modules/_menu.scss */
  .menu li {
    float: left;
    list-style-type: none;
    margin-right: 12px; }
    /* line 11, ../sass/modules/_menu.scss */
    .menu li a {
      font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
    /* line 14, ../sass/modules/_menu.scss */
    .menu li.current {
      font-weight: bold; }
    /* line 17, ../sass/modules/_menu.scss */
    .menu li.current a, .menu li a:focus, .menu li a:hover {
      color: #1b1b1b; }

/* line 1, ../sass/modules/_issue.scss */
.issue-section {
  margin-bottom: 1.5rem; }
  /* line 3, ../sass/modules/_issue.scss */
  .issue-section:last-child {
    marign-bottom: 0; }

/* line 8, ../sass/modules/_issue.scss */
.issue-section__title {
  border-bottom: 2px solid #e0e0e0; }

/* line 12, ../sass/modules/_issue.scss */
.issue-article {
  margin-bottom: 1.5rem; }
  /* line 14, ../sass/modules/_issue.scss */
  .issue-article:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    /* line 12, ../sass/modules/_issue.scss */
    .issue-article {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

/* line 23, ../sass/modules/_issue.scss */
.issue-toc {
  font-size: 21px;
  font-size: 1.333rem;
  line-height: 36px;
  line-height: 2.25rem; }

/* line 31, ../sass/modules/_issue.scss */
.issue-article__authors {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  font-style: italic; }
  /* line 35, ../sass/modules/_issue.scss */
  .issue-article__authors i {
    margin-right: 3px;
    color: #cccccc;
    vertical-align: baseline; }

/* line 42, ../sass/modules/_issue.scss */
.issue-article__galleys {
  padding: 0 0 0 24px;
  text-align: right;
  min-width: 25%; }
  @media (min-width: 768px) {
    /* line 42, ../sass/modules/_issue.scss */
    .issue-article__galleys {
      margin-left: auto; } }
  /* line 49, ../sass/modules/_issue.scss */
  .issue-article__galleys li {
    list-style-type: none; }
    /* line 51, ../sass/modules/_issue.scss */
    .issue-article__galleys li a {
      font-size: 11px;
      font-size: 0.707rem;
      line-height: 18px;
      line-height: 1.125rem;
      display: block; }
      /* line 22, ../sass/init/_mixins.scss */
      .issue-article__galleys li a:link, .issue-article__galleys li a:visited, .issue-article__galleys li a:focus, .issue-article__galleys li a:hover, .issue-article__galleys li a:active {
        border-bottom: none;
        text-decoration: none; }

/* line 5, ../sass/modules/_issues.scss */
.issues-year {
  overflow: hidden;
  *zoom: 1; }

/* line 10, ../sass/modules/_issues.scss */
.issues-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem; }

/* line 15, ../sass/modules/_issues.scss */
.issues-item__img {
  margin-right: 48px;
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  float: left; }
  /* line 22, ../sass/init/_mixins.scss */
  .issues-item__img a:link, .issues-item__img a:visited, .issues-item__img a:focus, .issues-item__img a:hover, .issues-item__img a:active {
    border-bottom: none;
    text-decoration: none; }
  /* line 23, ../sass/modules/_issues.scss */
  .issues-item__img a, .issues-item__img img {
    display: block; }

/* line 29, ../sass/modules/_issues.scss */
.issues-item__text h4 {
  line-height: 24px;
  line-height: 1.5rem; }

/* line 34, ../sass/modules/_issues.scss */
.issues-item__desc {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 2, ../sass/modules/_tagit.scss */
#interests .tagit {
  margin: 0;
  padding: 0; }
/* line 7, ../sass/modules/_tagit.scss */
#interests .tagit li {
  list-style-type: none; }
/* line 11, ../sass/modules/_tagit.scss */
#interests .tagit-close {
  margin: 0 5px;
  cursor: pointer; }
  /* line 16, ../sass/modules/_tagit.scss */
  #interests .tagit-close span {
    display: none; }
/* line 24, ../sass/modules/_tagit.scss */
#interests .tagit-new:before {
  margin-right: 5px; }

/* line 4, ../sass/modules/_comments.scss */
.comment {
  background: #f5f5f5;
  padding: 0.75rem;
  margin-bottom: 1.5rem; }
  /* line 8, ../sass/modules/_comments.scss */
  .comment h4 {
    margin: 0; }

/* line 13, ../sass/modules/_comments.scss */
.comment__details {
  margin: 0;
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }

/* line 3, ../sass/modules/_citations.scss */
#fullScreenButton {
  float: right; }

/* line 7, ../sass/modules/_citations.scss */
.fullscreen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin: 0;
  padding: 1.5rem;
  background: #fff; }
  /* line 18, ../sass/modules/_citations.scss */
  .fullscreen #citationEditorTabEdit {
    overflow: scroll; }

/* line 23, ../sass/modules/_citations.scss */
#citationEditorMainTabs {
  margin: 1.5rem 0; }

/* line 29, ../sass/modules/_citations.scss */
.ui-tabs-nav {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CCC; }

/* line 35, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  margin: 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

/* line 46, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0 0.75rem;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  line-height: 30px;
  line-height: 1.875rem; }
  /* line 22, ../sass/init/_mixins.scss */
  .ui-tabs .ui-tabs-nav li a:link, .ui-tabs .ui-tabs-nav li a:visited, .ui-tabs .ui-tabs-nav li a:focus, .ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:active {
    border-bottom: none;
    text-decoration: none;
    color: #1b1b1b; }

/* line 54, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li:hover {
  background: #c4c4c4; }

/* line 57, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: #f5f5f5; }

/* line 60, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li:hover,
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  margin-top: -2px;
  padding-bottom: 2px; }

/* line 67, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; }

/* line 73, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; }

/* line 78, ../sass/modules/_citations.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important; }

/* line 83, ../sass/modules/_citations.scss */
.composite-ui > .ui-tabs div.main-tabs > .canvas {
  height: 100%; }

/* line 85, ../sass/modules/_citations.scss */
.composite-ui div.canvas {
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 91, ../sass/modules/_citations.scss */
.composite-ui div.pane {
  height: 100%;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 96, ../sass/modules/_citations.scss */
.composite-ui div.pane div.help-message {
  margin: 1.5rem 1.5rem 1.5rem 0; }

/* line 100, ../sass/modules/_citations.scss */
.composite-ui .scrollable {
  overflow-y: auto;
  overflow-x: hidden; }

/* line 107, ../sass/modules/_citations.scss */
.composite-ui div.two-pane > div.left-pane {
  float: left;
  width: 25%;
  padding: 1.5rem 1.5rem 1.5rem 0; }

/* line 113, ../sass/modules/_citations.scss */
.composite-ui div.two-pane > div.right-pane {
  float: left;
  position: relative;
  padding: 1.5rem 0 1.5rem 1.5rem; }

/* line 119, ../sass/modules/_citations.scss */
.composite-ui div.two-pane > div.splitbarV {
  float: left;
  width: 6px;
  height: 100%;
  line-height: 0;
  font-size: 0;
  border: solid 0px;
  background: #CCC; }

/* line 134, ../sass/modules/_citations.scss */
#citationEditorNavPane table th, #citationEditorNavPane table td, #citationEditorNavPane table tr {
  border: none; }
/* line 137, ../sass/modules/_citations.scss */
#citationEditorNavPane table tbody td:last-child {
  text-align: left; }
/* line 142, ../sass/modules/_citations.scss */
#citationEditorNavPane .pkp_controllers_grid > table th {
  text-align: right !important; }
/* line 149, ../sass/modules/_citations.scss */
#citationEditorNavPane .pkp_controllers_grid > table .options a:before {
  content: attr(title); }
/* line 156, ../sass/modules/_citations.scss */
#citationEditorNavPane .scrollable table {
  table-layout: fixed; }
  /* line 158, ../sass/modules/_citations.scss */
  #citationEditorNavPane .scrollable table td span {
    cursor: pointer;
    display: block; }
    /* line 161, ../sass/modules/_citations.scss */
    #citationEditorNavPane .scrollable table td span:hover {
      background: #f5f5f5; }
  /* line 32, ../sass/init/_mixins.scss */
  #citationEditorNavPane .scrollable table .row_actions a:link, #citationEditorNavPane .scrollable table .row_actions a:visited, #citationEditorNavPane .scrollable table .row_actions a:focus, #citationEditorNavPane .scrollable table .row_actions a:hover, #citationEditorNavPane .scrollable table .row_actions a:active {
    color: #A34531; }
  /* line 170, ../sass/modules/_citations.scss */
  #citationEditorNavPane .scrollable table .row_actions a:after {
    content: attr(title); }

/* line 187, ../sass/modules/_citations.scss */
#citationFormErrorsAndComparison {
  margin-bottom: 0.75rem; }
  /* line 189, ../sass/modules/_citations.scss */
  #citationFormErrorsAndComparison .citation-comparison, #citationFormErrorsAndComparison #editableRawCitation {
    margin-bottom: 0.75rem; }
  /* line 192, ../sass/modules/_citations.scss */
  #citationFormErrorsAndComparison .label {
    font-weight: bold;
    margin-bottom: 0.375rem; }

/* line 216, ../sass/modules/_citations.scss */
#citationImprovement {
  width: 100%; }
  /* line 218, ../sass/modules/_citations.scss */
  #citationImprovement table {
    table-layout: fixed; }
    /* line 220, ../sass/modules/_citations.scss */
    #citationImprovement table td:last-child {
      text-align: left; }
    /* line 32, ../sass/init/_mixins.scss */
    #citationImprovement table .row_actions .delete:link, #citationImprovement table .row_actions .delete:visited, #citationImprovement table .row_actions .delete:focus, #citationImprovement table .row_actions .delete:hover, #citationImprovement table .row_actions .delete:active {
      color: #A34531; }
    /* line 229, ../sass/modules/_citations.scss */
    #citationImprovement table .row_actions a {
      margin-right: 3px; }
    /* line 232, ../sass/modules/_citations.scss */
    #citationImprovement table .row_actions a:after {
      content: attr(title); }

/* line 241, ../sass/modules/_citations.scss */
#citationImprovementManual .first_column .row_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  /* line 243, ../sass/modules/_citations.scss */
  #citationImprovementManual .first_column .row_container .row_file {
    width: 100%; }
    /* line 245, ../sass/modules/_citations.scss */
    #citationImprovementManual .first_column .row_container .row_file select {
      max-width: 80%; }

/* line 253, ../sass/modules/_citations.scss */
#citationImprovementQuery .option-block {
  margin-bottom: 1.5rem; }
  /* line 254, ../sass/modules/_citations.scss */
  #citationImprovementQuery .option-block p {
    margin: 0; }
/* line 258, ../sass/modules/_citations.scss */
#citationImprovementQuery .option-block-option li, #citationImprovementQuery .option-block-option label {
  display: inline; }
/* line 262, ../sass/modules/_citations.scss */
#citationImprovementQuery .actions {
  margin: 0.75rem; }

/* line 271, ../sass/modules/_citations.scss */
.pkp_helpers_invisible {
  visibility: hidden; }

/* line 272, ../sass/modules/_citations.scss */
.pkp_helpers_display_none {
  display: none !important; }

/* line 273, ../sass/modules/_citations.scss */
.pkp_helpers_clear {
  clear: both; }

/* line 274, ../sass/modules/_citations.scss */
.pkp_helpers_align_left {
  float: left; }

/* line 275, ../sass/modules/_citations.scss */
.pkp_helpers_align_right {
  float: right; }

/* line 276, ../sass/modules/_citations.scss */
.pkp_helpers_text_left {
  text-align: left; }

/* line 277, ../sass/modules/_citations.scss */
.pkp_helpers_text_right {
  text-align: right; }

/* line 278, ../sass/modules/_citations.scss */
.pkp_helpers_text_center {
  text-align: center; }

/* line 279, ../sass/modules/_citations.scss */
.pkp_helpers_text_justify {
  text-align: justify; }

/* Layout helpers
----------------------------------*/
/* line 283, ../sass/modules/_citations.scss */
.ui-helper-hidden {
  display: none; }

/* line 284, ../sass/modules/_citations.scss */
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

/* line 285, ../sass/modules/_citations.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 286, ../sass/modules/_citations.scss */
.ui-helper-clearfix {
  display: inline-block; }

/* required comment for clearfix to work in Opera \*/
/* line 288, ../sass/modules/_citations.scss */
* html .ui-helper-clearfix {
  height: 1%; }

/* line 289, ../sass/modules/_citations.scss */
.ui-helper-clearfix {
  display: block; }

/* end clearfix */
/* line 291, ../sass/modules/_citations.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* line 292, ../sass/modules/_citations.scss */
.ui-state-disabled {
  cursor: default !important; }

/* line 22, ../sass/init/_mixins.scss */
#page-user-userHome #myJournals h4 a:link, #page-user-userHome #myJournals h4 a:visited, #page-user-userHome #myJournals h4 a:focus, #page-user-userHome #myJournals h4 a:hover, #page-user-userHome #myJournals h4 a:active {
  border-bottom: none;
  text-decoration: none;
  color: #1b1b1b; }

/* line 11, ../sass/pages/_userHome.scss */
.journal-admin {
  padding: 0.75rem;
  background: #f5f5f5;
  margin-bottom: 1.5rem; }

/* line 17, ../sass/pages/_userHome.scss */
.journal-admin__title {
  font-weight: bold;
  margin-bottom: 0.75rem;
  padding: 0.375rem 0;
  border-bottom: 1px solid #CCC; }
  /* line 32, ../sass/init/_mixins.scss */
  .journal-admin__title a:link, .journal-admin__title a:visited, .journal-admin__title a:focus, .journal-admin__title a:hover, .journal-admin__title a:active {
    color: #1b1b1b; }

/* line 27, ../sass/pages/_userHome.scss */
.journal-admin__role {
  margin-bottom: 1.5rem; }

/* line 31, ../sass/pages/_userHome.scss */
.journal-admin__count {
  display: inline-block;
  margin-right: 12px;
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif; }
  /* line 32, ../sass/init/_mixins.scss */
  .journal-admin__count a:link, .journal-admin__count a:visited, .journal-admin__count a:focus, .journal-admin__count a:hover, .journal-admin__count a:active {
    color: #1b1b1b; }

/* line 40, ../sass/pages/_userHome.scss */
.journal-admin__actions {
  margin-top: 0.75rem;
  text-align: right; }

/**
 * Homepage image
 */
/* line 5, ../sass/pages/_index.scss */
#homepage-image {
  margin-bottom: 1.5rem; }

/* line 9, ../sass/pages/_index.scss */
#homepage-image img {
  display: block;
  margin: 0 auto; }

/* line 1, ../sass/pages/_article.scss */
#article-title {
  margin: 0; }

/* line 5, ../sass/pages/_article.scss */
#article-abstract {
  margin-top: 3rem; }

/* line 10, ../sass/pages/_article.scss */
#article-subject h4, #article-fulltext h4 {
  margin-bottom: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  text-transform: uppercase; }
  /* line 14, ../sass/pages/_article.scss */
  #article-subject h4 i, #article-fulltext h4 i {
    margin-right: 12px; }

/* line 20, ../sass/pages/_article.scss */
.article-tags {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 24, ../sass/pages/_article.scss */
#pdfDownloadLinkContainer {
  display: block;
  text-align: right;
  margin-bottom: 1.5rem; }
  /* line 30, ../sass/pages/_article.scss */
  #pdfDownloadLinkContainer a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem; }

/* line 1, ../sass/pages/_guidingSubmissions.scss */
#citationFilterSetupToggle {
  background: #f5f5f5;
  padding: 0.75rem;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 2, ../sass/pages/_commonLanguages.scss */
#page-common-languages .listing {
  table-layout: fixed; }

/* line 1, ../sass/pages/_journalSetup.scss */
.journal-setup__steps {
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.125rem; }
  /* line 4, ../sass/pages/_journalSetup.scss */
  .journal-setup__steps li {
    margin-bottom: 1.5rem; }
    /* line 5, ../sass/pages/_journalSetup.scss */
    .journal-setup__steps li a {
      font-size: 21px;
      font-size: 1.333rem;
      line-height: 36px;
      line-height: 2.25rem;
      display: block; }
      /* line 22, ../sass/init/_mixins.scss */
      .journal-setup__steps li a:link, .journal-setup__steps li a:visited, .journal-setup__steps li a:focus, .journal-setup__steps li a:hover, .journal-setup__steps li a:active {
        border-bottom: none;
        text-decoration: none;
        color: #1b1b1b; }

/* line 2, ../sass/pages/_search.scss */
#search .toggleExtras {
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  cursor: pointer;
  text-transform: uppercase; }
/* line 10, ../sass/pages/_search.scss */
#search .extrasContainer {
  padding: 0.75rem;
  background: #f5f5f5; }

/* line 17, ../sass/pages/_search.scss */
.search__instructions h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }
/* line 20, ../sass/pages/_search.scss */
.search__instructions li {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 27, ../sass/pages/_search.scss */
.search__result h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 0; }

/* line 33, ../sass/pages/_search.scss */
.search__result__issue {
  margin-bottom: 0.75rem; }

/* line 37, ../sass/pages/_search.scss */
.search__result__access {
  font-size: 11px;
  font-size: 0.707rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 41, ../sass/pages/_search.scss */
.search__result__author {
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem; }

/* line 2, ../sass/pages/_editor.scss */
#submissions .nested td {
  width: 33%; }

/* line 10, ../sass/pages/_editor.scss */
.highlightReviewerNotNotified {
  background: #EDEBC4; }

/* line 14, ../sass/pages/_editor.scss */
.highlightCopyediting {
  background: #EDEBC4; }

/* line 18, ../sass/pages/_editor.scss */
.highlightNoDecision {
  background: #D8E9BD; }

/* line 22, ../sass/pages/_editor.scss */
.highlightLayoutEditing {
  background: #D8E9BD; }

/* line 26, ../sass/pages/_editor.scss */
.highlightRevisedCopyUploaded {
  background: #C6EBE4; }

/* line 30, ../sass/pages/_editor.scss */
.higlightProofreading {
  background: #C6EBE4; }

/* line 34, ../sass/pages/_editor.scss */
.highlightReviewerConfirmationOverdue {
  background: #9DD1E6; }

/* line 38, ../sass/pages/_editor.scss */
.highlightReviewerCompletionOverdue {
  background: #74C5D8; }

/* line 42, ../sass/pages/_editor.scss */
.fastTracked {
  background-color: #ABA; }

/* line 1, ../sass/pages/_review.scss */
.reviewer {
  background: #f5f5f5;
  padding: 0.75rem;
  margin-bottom: 1.5rem; }

/* line 7, ../sass/pages/_review.scss */
.reviewer__id {
  font-family: "Roboto Condensed", Impact, Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 14px;
  font-size: 0.85rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
  text-transform: uppercase; }

/* line 10, ../sass/overrides/_referrals.scss */
#referrals .headseparator {
  display: none; }
/* line 14, ../sass/overrides/_referrals.scss */
#referrals .heading td {
  border-bottom: 1px solid #CCC;
  text-align: left; }
  /* line 17, ../sass/overrides/_referrals.scss */
  #referrals .heading td:last-child {
    text-align: right; }

/**
 * We re-group here all layout-related properties scattered along the original OJS' stylesheets
 */
/* line 5, ../sass/layout/_layout.scss */
#main-wrapper {
  margin: 0 auto 24px auto;
  max-width: 1200px;
  overflow: hidden;
  *zoom: 1; }

/* line 12, ../sass/layout/_layout.scss */
#header {
  background-color: rgb(167, 149, 123);
  padding: 1.5rem 0;
  padding: 1.5rem 24px;
  width: 100%;
  text-align: center; }

/* line 22, ../sass/layout/_layout.scss */
#nav {
  background-color: #333;
  padding: 0.75rem 24px;
  margin-bottom: 1.5rem; }

/* line 28, ../sass/layout/_layout.scss */
#main {
  padding: 0 24px;
  margin-bottom: 1.5rem;
  width: 100%; }

/* line 34, ../sass/layout/_layout.scss */
#footer {
  background-color: #fff;
  padding: 0.75rem 0;
  padding: 0.75rem 24px; }

/* line 42, ../sass/layout/_layout.scss */
.sidebar {
  margin-bottom: 1.5rem; }

@media (min-width: 600px) {
  .sidebars-wrapper {
      display: block;
     } 


  .sidebarOn #main {float: left; width: 80%; }

#left-sidebar {
  width: 100%;
  padding: 0 24px; }

    #left-sidebar {
      float: left;
      width: 20%;
      border-right: 1px solid #CCC; } 

#right-sidebar {
  width: 100%;
  padding: 0 24px; }

    #right-sidebar {
      float: right;
      width: 20%;
      border-left: 1px solid #CCC; } 


#main-wrapper {
  overflow: hidden;
  *zoom: 1; }
 
 
}

