/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@keyframes pkp_spin {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-webkit-keyframes pkp_spin {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-moz-keyframes pkp_spin {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
@-o-keyframes pkp_spin {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }
  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}
.pkp_button,
.pkp_button_primary,
.pkp_button_offset,
.pkp_button_link {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: 2rem;
  font-weight: 700;
  color: #c3020b;
  text-decoration: none;
  box-shadow: 0 1px 0 #ddd;
  cursor: pointer;
}
.pkp_button:hover,
.pkp_button:focus,
.pkp_button_primary:hover,
.pkp_button_primary:focus,
.pkp_button_offset:hover,
.pkp_button_offset:focus,
.pkp_button_link:hover,
.pkp_button_link:focus {
  color: #c3020b;
  border-color: #c3020b;
  outline: 0;
}
.pkp_button:active,
.pkp_button_primary:active,
.pkp_button_offset:active,
.pkp_button_link:active {
  box-shadow: 0 0 2px;
}
.pkp_button:disabled,
.pkp_button_primary:disabled,
.pkp_button_offset:disabled,
.pkp_button_link:disabled {
  color: #aaa;
}
.pkp_button:disabled:hover,
.pkp_button_primary:disabled:hover,
.pkp_button_offset:disabled:hover,
.pkp_button_link:disabled:hover {
  color: #aaa;
  border-color: #ddd;
  cursor: not-allowed;
}
.pkp_button_primary {
  color: #fff;
  background: #c3020b;
  border-color: #c3020b;
  box-shadow: 0 1px 0 #c3020b;
}
.pkp_button_primary:hover,
.pkp_button_primary:focus {
  background: #f5030e;
  color: #fff;
}
.pkp_button_primary:disabled,
.pkp_button_primary:disabled:hover {
  color: #fff;
  background: #b7c5ca;
  border-color: #b7c5ca;
  box-shadow: 0 1px 0 #888;
  cursor: not-allowed;
}
.pkp_button_offset {
  color: #ff4040;
}
.pkp_button_offset:hover,
.pkp_button_offset:focus {
  border-color: #ff4040;
  color: #ff4040;
}
.pkp_button_offset:disabled,
.pkp_button_offset:disabled:hover {
  color: #fff;
  background: #b7c5ca;
  border-color: #b7c5ca;
  box-shadow: 0 1px 0 #888;
  cursor: not-allowed;
}
.pkp_button_link {
  box-shadow: none;
  border-color: transparent;
}
.pkp_button_link:disabled:hover {
  border-color: transparent;
}
.pkp_spinner:after {
  display: inline-block;
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
  -webkit-animation: pkp_spin 0.6s linear infinite;
  -moz-animation: pkp_spin 0.6s linear infinite;
  -ms-animation: pkp_spin 0.6s linear infinite;
  -o-animation: pkp_spin 0.6s linear infinite;
  animation: pkp_spin 0.6s linear infinite;
  border-radius: 100%;
  border-top: 1px solid #888;
  border-bottom: 1px solid transparent;
  border-left: 1px solid #888;
  border-right: 1px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
  border-left-color: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 1;
}
.pkp_loading {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.pkp_loading .pkp_spinner {
  margin-right: 0.25em;
}
.pkp_unstyled_list,
.cmp_article_list,
.cmp_breadcrumbs ol,
.cmp_announcements,
.pkp_site_nav_menu ul,
.pkp_page_index .journals ul,
.page_catalog_category .subcategories ul,
.page_issue_archive .issues_archive,
.page_register .context_optin .contexts,
.obj_article_details .authors,
.obj_article_details .galleys_links,
.obj_article_details .supplementary_galleys_links,
.obj_article_summary .galleys_links,
.obj_issue_toc .articles,
.obj_issue_toc .galleys_links,
.pkp_block .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pkp_caret {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  border: 0.25rem solid transparent;
  vertical-align: middle;
}
.pkp_caret_down {
  border-top: 0.375rem solid;
}
.pkp_caret_right {
  border-left: 0.375rem solid;
}
.pkp_screen_reader,
.cmp_skip_to_content a,
.pkp_page_index .journals h2,
.pkp_page_index .cmp_announcements h2,
.page_register .context_optin .roles legend {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -2000px;
}
.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: normal;
  padding: 1rem;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
.pkp_helpers_clear:before,
.pkp_helpers_clear:after {
  content: " ";
  display: table;
}
.pkp_helpers_clear:after {
  clear: both;
}
.pkp_help_link {
  display: inline-block;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  box-shadow: none;
  color: #c3020b;
  z-index: 3;
}
.pkp_help_link:hover,
.pkp_help_link:focus {
  color: #f5030e;
}
.pkp_help_link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #c3020b;
  border-radius: 3px;
}
.pkp_help_tab,
.pkp_help_modal {
  position: absolute;
  top: -2rem;
  right: 2rem;
  padding: 0.5rem 1em;
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.pkp_help_modal {
  top: 0.5rem;
  padding: 0.5rem;
  right: 3rem;
  border: none;
}
.pkp_uploadedFile_summary {
  font-size: 0.93rem;
  line-height: 1.43rem;
}
.pkp_uploadedFile_summary .filename .display {
  line-height: 2rem;
}
.pkp_uploadedFile_summary .filename .edit {
  line-height: 1.43rem;
}
.pkp_uploadedFile_summary .details {
  margin-top: 0.5rem;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_uploadedFile_summary .details > span {
  margin-left: 2rem;
}
.pkp_uploadedFile_summary .details > span:first-child {
  margin-left: 0;
}
.pkp_uploadedFile_summary .details > span:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 0.25em;
  color: #aaa;
}
.pkp_uploadedFile_summary .pixels:before {
  content: "\f108";
}
.pkp_uploadedFile_summary .print {
  margin-left: 2rem;
}
.pkp_uploadedFile_summary .print:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-right: 0.25em;
  color: #aaa;
  content: "\f02f";
}
.pkp_uploadedFile_summary .type:before {
  content: "\f016";
}
.pkp_uploadedFile_summary .type.pdf:before {
  content: "\f1c1";
}
.pkp_uploadedFile_summary .type.doc:before,
.pkp_uploadedFile_summary .type.docx:before {
  content: "\f1c2";
}
.pkp_uploadedFile_summary .type.xls:before,
.pkp_uploadedFile_summary .type.xlsx:before {
  content: "\f1c3";
}
.pkp_uploadedFile_summary .file_size:before {
  content: "\f0a0";
}
.pkp_helpers_invisible {
  visibility: hidden;
}
.pkp_helpers_display_none {
  display: none !important;
}
.pkp_helpers_align_left {
  float: left;
}
.pkp_helpers_align_right {
  float: right;
}
.pkp_helpers_text_left {
  text-align: left;
}
.pkp_helpers_text_right {
  text-align: right;
}
.pkp_helpers_text_center {
  text-align: center;
}
.pkp_helpers_text_justify {
  text-align: justify;
}
.pkp_helpers_title_padding {
  padding: 5px !important;
}
.pkp_helpers_image_left {
  float: left;
  margin: 4px 10px 4px 0;
}
.pkp_helpers_image_right {
  float: right;
  margin: 4px 0 4px 10px;
}
.pkp_helpers_container_center {
  margin: 0 auto;
}
.pkp_helpers_debug,
.pkp_helpers_debug div {
  border: 1px dashed #f00;
  padding: 2px;
}
.pkp_helpers_flatlist {
  margin: 0;
  padding: 0;
}
.pkp_helpers_flatlist li {
  float: left;
  position: relative;
}
.pkp_helpers_bulletlist li {
  list-style: disc;
}
.pkp_helpers_icon_link_valign {
  line-height: 24px;
}
.pkp_helpers_moveicon {
  cursor: move;
}
.pkp_helpers_full {
  width: 100%;
}
.pkp_helpers_half {
  width: 50%;
}
.pkp_helpers_third {
  width: 33%;
}
.pkp_helpers_quarter {
  width: 25%;
}
.pkp_helpers_fifth {
  width: 20%;
}
.pkp_helpers_threeQuarter {
  width: 75%;
}
.pkp_helpers_underline:after {
  border-bottom: 2px solid #fff;
  content: " ";
  display: block;
}
.pkp_helpers_dotted_underline {
  border-bottom: 1px dotted #999;
}
.pkp_helpers_black_bg {
  background-color: black;
}
.pkp_helpers_text_warn {
  color: #d00a6c;
}
.pkp_helpers_text_primary {
  color: black;
}
.NMI_TYPE_CUSTOM_EDIT {
  display: none;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
a.cmp_download_link {
	color: #c3020b!important;
}
a.cmp_download_link:hover, a.cmp_download_link:focus {
	background: #c3020b;
    border-color: #c3020b;
    text-shadow: none;
	color: #fff!important;
}
.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
  display: inline-block;
  padding: 0 1em;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.1);
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
  font-weight: 700;
  color: #c3020b;
  text-decoration: none;
}
.cmp_button:hover,
.cmp_button:focus,
.page_search .submit button:hover,
.page_search .submit button:focus {
  box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.1);
}
.cmp_button_wire,
.obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  border: 1px solid #c3020b;
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
  color: #c3020b;
  text-decoration: none;
}
.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background: #c3020b;
  color: #fff;
}
.obj_monograph_full .chapters li {
	margin-bottom: 2.143rem;
}
.obj_monograph_full .chapters li a {
	text-decoration: none !important;
}
.obj_monograph_full .chapters .title {
	text-decoration: none !important;
}
.obj_monograph_full .chapters .subtitle {
	font-weight: 400;
	color: rgba(0,0,0,0.54);
}
.obj_monograph_full .chapters .authors {
	padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
}
.obj_monograph_full .chapters .doi {
	padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
}
.obj_monograph_full .chapters .doi a {
	text-decoration: underline !important;
}
.cmp_article_list > li {
  margin-bottom: 2.143rem;
}
.cmp_article_list > li:before,
.cmp_article_list > li:after {
  content: " ";
  display: table;
}
.cmp_article_list > li:after {
  clear: both;
}
.cmp_form fieldset {
  margin: 0 0 1.43rem;
  padding: 0;
  border: none;
}
.cmp_form legend {
  margin-bottom: 0.714rem;
  font-size: 1.143rem;
  font-weight: 700;
  line-height: 1.43rem;
}
.cmp_form .fields > div {
  position: relative;
  padding-bottom: 2.143rem;
}
.cmp_form .fields > div .error {
  position: absolute;
  left: 0.5em;
  bottom: 11px;
  padding: 0 0.5em;
  background: #ff4040;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 0.93rem;
  line-height: 1.43rem;
  font-weight: 700;
  color: #fff;
}
.cmp_form label {
  display: block;
  cursor: pointer;
}
.cmp_form .label {
  display: block;
  font-size: 0.93rem;
  font-weight: 400;
  font-style: italic;
}
.cmp_form .label .required {
  color: #ff4040;
}
.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
  padding: 0 0.5em;
  width: 100%;
  height: calc(2.143rem - 2px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-size: 0.93rem;
  line-height: calc(2.143rem - 2px);
}
.cmp_form textarea {
  width: 100%;
  height: 8em;
}
.cmp_form .pkp_form_error {
  margin-bottom: 0.714rem;
  border-radius: 3px;
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 0.93rem;
  background: #ff4040;
  color: #fff;
}
.cmp_form label > input[type="checkbox"],
.cmp_form label > input[type="radio"] {
  margin-right: 0.25em;
}
.cmp_form .buttons:before,
.cmp_form .buttons:after {
  content: " ";
  display: table;
}
.cmp_form .buttons:after {
  clear: both;
}
.cmp_form .buttons a {
  font-size: 0.93rem;
  line-height: 2.143rem;
  margin-left: 1em;
}
.cmp_form .description {
  margin-top: 0;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.54);
}
@media (min-width: 480px) {
  .cmp_form input[type="text"],
  .cmp_form input[type="email"],
  .cmp_form input[type="password"],
  .cmp_form input[type="url"],
  .cmp_form input[type="tel"],
  .cmp_form select {
    max-width: 20em;
  }
}
.cmp_pagination {
  text-align: right;
}
.cmp_pagination:before,
.cmp_pagination:after {
  content: " ";
  display: table;
}
.cmp_pagination:after {
  clear: both;
}
.cmp_pagination .prev {
  float: left;
  margin-right: 0.5em;
  text-decoration: none;
}
.cmp_pagination .prev:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f177";
  margin-right: 0.5em;
}
.cmp_pagination .next {
  margin-left: 0.5em;
  text-decoration: none;
}
.cmp_pagination .next:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f178";
  margin-left: 0.5em;
}
.cmp_edit_link {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.93rem;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
}
.cmp_edit_link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f040";
}
.cmp_search_filter {
  margin-bottom: 0.714rem;
  font-size: 0.93rem;
}
.cmp_search_filter:last-child {
  margin-bottom: 0;
}
.cmp_search_filter label {
  font-style: italic;
}
.cmp_search_filter .delete {
  color: #ff4040;
}
.cmp_notification {
  display: block;
  width: 100%;
  padding: 1.43rem;
  margin-bottom: 2.857rem;
  background: #ddd;
  border-left: 0.357rem solid #c3020b;
  font-size: 1rem;
  line-height: 1.43rem;
}
.cmp_notification .success {
  border-color: #00b24e;
}
.cmp_notification .no {
  border-color: #ff4040;
}
.cmp_breadcrumbs {
  display: inline-block;
}
.cmp_breadcrumbs ol {
  margin-bottom: 2.143rem;
  padding: 0.357rem 0;
  line-height: 1.43rem;
  font-size: 0.93rem;
}
.cmp_breadcrumbs li {
  display: inline-block;
}
.cmp_breadcrumbs a {
  display: inline-block;
  text-decoration: none;
}
.cmp_breadcrumbs .separator {
  color: rgba(0, 0, 0, 0.54);
  padding: 0 0.5em;
}
.cmp_breadcrumbs .current {
  color: rgba(0, 0, 0, 0.54);
}
.cmp_breadcrumbs .current h1 {
  margin: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  font-weight: 400;
}
.cmp_back_link {
  margin-top: 1.43rem;
}
.cmp_announcements {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
}
.cmp_announcements > li {
  padding: 2.143rem 0.714rem;
  border-bottom: 1px solid transparent;
}
.cmp_announcements > li:last-child {
  border-bottom: none;
}
@media (min-width: 480px) {
  .cmp_announcements {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
  .cmp_announcements > li {
    padding-left: 1.43rem;
    padding-right: 1.43rem;
  }
}
@media (min-width: 992px) {
  .cmp_announcements {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
  .cmp_announcements > li {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}
.cmp_skip_to_content a {
  display: block;
  padding: 1em;
  z-index: 99999;
  background: #fff;
  transform: translateX(-50%);
}
.cmp_skip_to_content a:focus {
  clip: auto;
  top: 0;
  left: 50%;
  color: #c3020b;
}
.cmp_table {
  width: 100%;
  border: 1px solid transparent;
  border-bottom: none;
  border-collapse: collapse;
}
.cmp_table th,
.cmp_table td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.cmp_table th {
  font-weight: 700;
}
html,
body {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}
a {
  color: #c3020b;
}
a:hover,
a:focus {
  color: #f5030e;
}
.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 0.714rem;
  padding-right: 0.714rem;
}
.pkp_site_name_wrapper:before,
.pkp_navigation_primary_wrapper:before,
.pkp_navigation_user:before,
.pkp_search_mobile:before,
.pkp_structure_content:before,
.pkp_structure_footer:before,
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  content: " ";
  display: table;
}
.pkp_site_name_wrapper:after,
.pkp_navigation_primary_wrapper:after,
.pkp_navigation_user:after,
.pkp_search_mobile:after,
.pkp_structure_content:after,
.pkp_structure_footer:after {
  clear: both;
}
@media (min-width: 768px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 728px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 1160px;
  }
}
.has_site_logo .pkp_site_name,
.has_site_logo .pkp_navigation_primary_wrapper {
  width: auto;
}
.has_site_logo .pkp_head_wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-right: 0.714rem;
}
.has_site_logo .pkp_head_wrapper:before,
.has_site_logo .pkp_head_wrapper:after {
  content: " ";
  display: table;
}
.has_site_logo .pkp_head_wrapper:after {
  clear: both;
}
@media (min-width: 768px) {
  .has_site_logo .pkp_head_wrapper {
    width: 728px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    width: 952px;
  }
}
@media (min-width: 1200px) {
  .has_site_logo .pkp_head_wrapper {
    width: 1160px;
  }
}
.pkp_structure_main {
  padding: 0.714rem;
}
@media (min-width: 480px) {
  .pkp_structure_main {
    padding: 1.43rem;
  }
}
@media (min-width: 768px) {
  .pkp_structure_main:before,
  .pkp_structure_main:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: transparent;
  }
  .pkp_structure_main:after {
    left: 728px;
  }
}
@media (min-width: 992px) {
  .pkp_structure_content {
    padding-top: 2.143rem;
  }
  .pkp_structure_sidebar {
    float: right;
    width: 300px;
  }
  .pkp_structure_main {
    float: left;
    padding: 0 2.143rem 6.429rem;
    width: 652px;
  }
  .pkp_structure_main:after {
    left: 652px;
  }
}
@media (min-width: 1200px) {
  .pkp_structure_main {
    width: 860px;
  }
  .pkp_structure_main:after {
    left: 860px;
  }
}
@media (min-width: 992px) {
  .pkp_structure_main:first-child:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.857rem;
  }
  .pkp_structure_main:first-child:last-child:before {
    left: 150px;
  }
  .pkp_structure_main:first-child:last-child:after {
    left: auto;
    right: 150px;
  }
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_structure_head {
  background-color: #ed1c24;
  border-bottom: 1px solid transparent;
}
.pkp_head_wrapper {
  position: relative;
}
.pkp_site_name_wrapper {
  height: 2.857rem;
}
@media (min-width: 992px) {
  .pkp_site_name_wrapper {
    height: auto;
  }
}
.pkp_site_name {
  position: absolute;
  left: 2.857rem;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.714rem;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
}
.pkp_site_name > a {
  padding-top: 0.714rem;
  padding-bottom: 0.714rem;
}
.pkp_site_name > a:focus {
  outline: 0;
}
.pkp_site_name .is_img {
  display: inline-block;
  margin-top: 0.357rem;
  margin-bottom: 0.357rem;
  padding: 0;
}
.pkp_site_name .is_img:focus {
  outline: 1px solid #fff;
}
.pkp_site_name .is_img img {
  display: block;
  max-height: 2.143rem;
  max-width: 100%;
  width: auto;
  height: auto;
}
.pkp_site_name .is_text {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 2.857rem;
  color: #fff;
  text-decoration: none;
}
.pkp_site_name .is_text:focus {
  text-decoration: underline;
}
.pkp_navigation_primary_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_site_nav_menu {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #ed1c24;
  left: 0;
  padding: 0.714rem;
  z-index: 9999;
}
.pkp_site_nav_menu .pkp_nav_list {
  padding-left: 0;
  margin-left: 0;
}
.pkp_site_nav_menu ul ul {
  padding-left: 0.5rem;
}
.pkp_site_nav_menu a {
  display: inline-block;
  padding: 0.125rem 0;
  color: #fff;
  text-decoration: none;
}
.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #fff;
  text-decoration: underline;
}
.pkp_site_nav_menu #siteNav {
  position: absolute;
  top: 0;
  height: 0;
}
.pkp_navigation_user.pkp_navigation_user {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.pkp_navigation_user .task_count {
  display: inline-block;
  width: 1.43rem;
  height: 1.43rem;
  margin-left: 0.5em;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  line-height: 1.43rem;
  text-align: center;
  font-size: 0.857rem;
  position: relative;
  top: 0.3rem;
}
.pkp_navigation_user > li > a .task_count {
  display: none;
}
.pkp_navigation_user > li > ul a .task_count {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
  background: rgba(0, 0, 0, 0.87);
}
.pkp_navigation_search_wrapper {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 992px) {
  .pkp_head_wrapper {
    padding-top: 4.286rem;
  }
  .pkp_site_nav_toggle {
    display: none;
  }
  .pkp_site_name {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible;
  }
  .pkp_site_name .is_text {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
      "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.714rem;
    line-height: 2.143rem;
  }
  .pkp_site_name .is_img img {
    max-height: 80px;
  }
  .pkp_site_nav_menu {
    display: block;
    position: static;
    top: auto;
    padding: 0;
  }
  .pkp_site_nav_menu ul ul {
    padding-left: 0;
  }
  .has_site_logo .pkp_head_wrapper {
    padding-top: 2.143rem;
  }
  .pkp_nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .pkp_nav_list li {
    position: relative;
    display: inline-block;
  }
  .pkp_nav_list a {
    display: inline-block;
    padding-left: 0.714rem;
    padding-right: 0.714rem;
    text-decoration: none;
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
  }
  .pkp_nav_list a:hover,
  .pkp_nav_list a:focus {
    text-decoration: none;
  }
  .pkp_nav_list ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1000;
    width: 15em;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .pkp_nav_list ul li {
    display: block;
  }
  .pkp_nav_list ul a {
    display: block;
    padding-left: 0.357rem;
    border-left: 0.357rem solid transparent;
    color: #c3020b;
  }
  .pkp_nav_list ul a:hover,
  .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #c3020b;
    color: #c3020b;
  }
  .pkp_nav_list ul li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pkp_nav_list ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .pkp_nav_list > li:hover ul {
    left: 0;
  }
  .pkp_nav_list [aria-haspopup]:after {
    position: relative;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 0.25em;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    overflow: hidden;
  }
  .pkp_navigation_primary {
    text-align: center;
  }
  .pkp_navigation_primary > li > a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
  }
  .pkp_navigation_primary > li > a:hover {
    color: #fff;
    outline: 0;
    border-color: #fff;
  }
  .pkp_navigation_primary > li > a:focus {
    background: #fff;
    color: #ed1c24;
    outline: 0;
  }
  .pkp_navigation_primary > li:first-child a {
    margin-left: -0.5em;
  }
  .pkp_navigation_primary > li:last-child a {
    margin-right: -0.5em;
  }
  .pkp_navigation_primary > li:hover ul {
    left: 1rem;
  }
  .pkp_navigation_primary ul a {
    padding-top: 0.714rem;
    padding-bottom: 0.714rem;
  }
  .pkp_navigation_primary [aria-haspopup]:hover {
    border-color: transparent;
  }
  .pkp_navigation_primary .dropdown-menu a:focus,
  .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #c3020b;
  }
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu.show {
    display: block;
  }
  [data-toggle="dropdown"]:hover + .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
  .pkp_navigation_user_wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 0.714rem;
    padding-right: 0.714rem;
    text-align: right;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    z-index: 1000;
  }
  .pkp_navigation_user {
    text-align: right;
    font-size: 0.93rem;
    padding-right: 1.43rem;
  }
  .pkp_navigation_user.pkp_navigation_user {
    margin: 0;
    padding: 0;
    border: none;
  }
  .pkp_navigation_user li {
    text-align: left;
  }
  .pkp_navigation_user a {
    padding-top: 0.357rem;
    padding-bottom: 0.357rem;
    line-height: 1.43rem;
  }
  .pkp_navigation_user > li > a:focus {
    outline: 0;
    background: #fff;
    color: #ed1c24;
  }
  .pkp_navigation_user ul {
    width: 10em;
  }
  .pkp_navigation_user > li:hover ul {
    right: 0;
    left: auto;
  }
  .pkp_navigation_user > li:last-child > a {
    margin-right: -0.714rem;
  }
  .pkp_navigation_user > li > a .task_count {
    display: inline-block;
  }
  .pkp_navigation_user > li > a:focus .task_count {
    background: #ed1c24;
    color: #fff;
  }
  .pkp_navigation_user > li > ul a .task_count {
    display: none;
  }
  .pkp_navigation_search_wrapper {
    float: right;
    margin: 0;
    padding: 0;
    border: none;
  }
  .pkp_navigation_search_wrapper a {
    margin: 0.357rem 0.5em 0;
    padding: 0.357rem 0.5em calc(0.714rem - 2px);
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
  }
  .pkp_navigation_search_wrapper a:hover {
    color: #fff;
    outline: 0;
    border-color: #fff;
    text-decoration: none;
  }
  .pkp_navigation_search_wrapper a:focus {
    background: #fff;
    color: #ed1c24;
    outline: 0;
    text-decoration: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
  }
}
.pkp_structure_main h1 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.714rem;
  line-height: 2.143rem;
  font-weight: 700;
}
.pkp_structure_main h2 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.285rem;
  line-height: 2.143rem;
  font-weight: 700;
}
.pkp_structure_main h3 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 1.143rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h4 {
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h5 {
  font-size: 1rem;
  line-height: 1.43rem;
  font-weight: 400;
}
.pkp_structure_main h6 {
  font-size: 0.93rem;
  line-height: 1.43rem;
  font-weight: 700;
}
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  margin: 2.857rem 0 1.43rem;
}
.pkp_structure_main h5,
.pkp_structure_main h6 {
  margin: 1.43rem 0;
}
.pkp_structure_main p {
  line-height: 1.785rem;
  margin: 1.43rem 0;
}
.pkp_structure_main p:last-child {
  margin-bottom: 0;
}
.pkp_structure_main .page h1 {
  margin-top: 0;
}
.pkp_structure_main .page > .cmp_edit_link {
  float: right;
  padding: 0.357rem 0;
  line-height: 2.143rem;
}
.pkp_structure_main .page .monograph_count {
  float: right;
  padding: 0.714rem 0;
  font-size: 0.93rem;
  color: rgba(0, 0, 0, 0.54);
}
.pkp_structure_main .page .about_section {
  color: rgba(0, 0, 0, 0.54);
  line-height: 2.143rem;
}
.pkp_structure_main .page .about_section:before,
.pkp_structure_main .page .about_section:after {
  content: " ";
  display: table;
}
.pkp_structure_main .page .about_section:after {
  clear: both;
}
.pkp_structure_main .page .about_section .cover {
  float: right;
  width: 20%;
  margin-left: 10%;
  margin-right: 10%;
}
.pkp_structure_main .page .about_section .cover img {
  display: block;
  margin: 0 auto;
}
.pkp_structure_main .page .about_section .description p:first-child {
  margin-top: 0;
}
.pkp_structure_main .page .about_section .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .pkp_structure_main .page .about_section {
    font-size: 1.143rem;
    font-style: italic;
  }
}
.pkp_site_nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: none;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), ...
}