body {
  background-color: #FFFFFF;
  line-height: 20px;
  float: none;
}

.pkp_structure_main .page h1 {
  margin-top: 0;
  /*+placement: ;*/
  position: relative;
  left: 0;
  top: 0;
  padding-top: 0px;
}

.pkp_structure_content {
  padding-top: 0px;
}

body.pkp_page_index.pkp_op_index div.pkp_structure_page div.pkp_structure_content.has_sidebar div#pkp_content_main .page_index_journal div.cmp_announcements.highlight_first article.obj_announcement_summary div.summary p img {
  float: left;
}

html body.pkp_page_index.pkp_op_index div.pkp_structure_page div.pkp_structure_content.has_sidebar div#pkp_content_main.pkp_structure_main div.page_index_journal div.current_issue div.obj_issue_toc div.heading a.cover img {
  float: left;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: 24px;
}

html body.pkp_page_index.pkp_op_index div.pkp_structure_page div.pkp_structure_content.has_sidebar div.pkp_structure_main div.page_index_journal section.cmp_announcements.highlight_first article.obj_announcement_summary div.summary p img {
  float: left;
}

.pkp_page_index .homepage_image img {
  display: block;
  padding-top: 15px;
  margin-top: -15px;
  margin-bottom: 0px;
}

.obj_article_summary .galleys_links {
  margin-top: 0;
}

.obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  border-top: 1px solid #DDD;
}

.obj_issue_toc .galleys:before {
  border-top: 1px solid rgba(220, 220, 220, 0);
  top: -39px;
}

div.galleys {
}

@media (min-width: 992px) {
  .obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: -32px -30px 21px;
    padding-bottom: 5px;
  }
}

@media (max-width: 992px) {
  p img {
    width: 20%;
  }
}

@media (min-width: 992px) {
  .pkp_head_wrapper .pkp_search {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    min-width: 100px;
    padding: 0px;
    font-size: medium;
    line-height: 20px;
    transition: min-width 0.4s;
    text-align: right;
    overflow-x: hidden;
  }
  
  .pkp_head_wrapper .pkp_search button {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999px;
  }
  
  .pkp_head_wrapper .pkp_search input[type="text"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    padding: 0;
    border: none;
  }
  
  .pkp_head_wrapper .pkp_search .search_controls {
    display: inline-block;
  }
  
  .pkp_head_wrapper .pkp_search .search_prompt {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    color: rgba(0, 0, 0, 0.84);
    cursor: pointer;
  }
  
  .pkp_head_wrapper .pkp_search .search_prompt:before {
    font-size: 16px;
    margin-right: 0.25em;
  }
  
  .pkp_head_wrapper .pkp_search .search_prompt:hover, .pkp_head_wrapper .pkp_search .search_prompt:focus {
    outline: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.84);
  }
  
  .pkp_head_wrapper .pkp_search.is_open {
    min-width: 100%;
    background: #FFF;
  }
  
  .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    width: 100%;
    max-width: 100%;
    line-height: 40px;
    height: 40px;
    top: 0;
    left: 0;
    padding-left: 0.5em;
    padding-right: 180px;
    border: none;
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    background: #FFF;
  }
  
  .pkp_head_wrapper .pkp_search.is_open input[type="text"]:hover, .pkp_head_wrapper .pkp_search.is_open input[type="text"]:focus {
    outline: 0;
  }
  
  .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    padding-bottom: 9px;
    background: #FFF;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    color: #D00A6C;
  }
  
  .pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
    border-bottom-color: #007AB2;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching input[type="text"] {
    opacity: 0.5;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching input[type="text"]:hover, .pkp_head_wrapper .pkp_search.is_searching input[type="text"]:focus {
    border-color: #FFF;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt {
    background: #FFF;
    border-left: 1px solid #DDD;
    color: #007AB2;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_searching .search_prompt:focus {
    background: #FFF;
    color: #009DE5;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching .search_cancel {
    display: none;
  }
  
  .pkp_head_wrapper .pkp_search.is_searching .search_loading {
    display: block;
  }
}

.pkp_structure_head {
  /*+box-shadow: -1px 10px 13px -8px #000000;*/
  -moz-box-shadow: -1px 10px 13px -8px #000000;
  -webkit-box-shadow: -1px 10px 13px -8px #000000;
  box-shadow: -1px 10px 13px -8px #000000;
}

.pkp_navigation_user {
  text-align: right;
  position: relative;
}

.pkp_navigation_user_wrapper {
  margin-top: -35px;
}

a {
  color: #000000;
}

.pkp_structure_main p {
  line-height: 21px;
  float: next;
  text-align: justify;
}

.obj_announcement_summary h2, .obj_announcement_summary h3, .obj_announcement_summary h4 {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
}

a:hover, a:focus {
  color: #D00A6C;
}

.pkp_site_nav_menu a {
  display: flex;
  padding: 0.125rem 0;
  color: #000000;
  text-decoration: none;
  margin-top: 0;
  margin: 0;
}

.cmp_breadcrumbs {
  visibility: hidden;
  margin-bottom: -304px;
  margin-top: -137px;
}

.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search 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: 13px;
  line-height: 28px;
  font-weight: 700;
  color: #D00A6C;
  text-decoration: none;
}

.pkp_structure_main h1 {
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 20px 0px;
}

header {
  background-repeat: repeat-x;
  padding: 16px 44px 0px;
  margin-bottom: 41px;
  position: sticky;
  position: -webkit-sticky;
  z-index: 1000;
  top: -1px;
  margin-top: 29px;
  transition: 10ms;
}

@media (max-width: 992px) {
  header {
    position: relative;
    margin-top: -3px;
    background-repeat: repeat-x;
    position: -webkit-sticky;
    position: sticky;
    transition: 10ms;
    z-index: 1000;
    margin-bottom: 26px;
    padding-top: 0px;
  }
  
  .pkp_navigation_user_wrapper {
    margin-top: 0px;
  }
  
  .pkp_navigation_user.pkp_navigation_user {
    padding-top: 0px;
  }
  
  nav {
    margin-bottom: -19px;
    padding-top: 29px;
    padding-bottom: 0;
  }
  
  .pkp_site_nav_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFFFFF;
    left: 0;
    padding: 10px;
    z-index: 9999;
    border-top: 3px solid black;
    border-left: 3px solid black;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    /*+box-shadow: 0 0 97px;*/
    -moz-box-shadow: 0 0 97px;
    -webkit-box-shadow: 0 0 97px;
    box-shadow: 0 0 97px;
  }
  
  .pkp_navigation_primary_wrapper {
    text-align: justify;
    padding-right: 29px;
  }
  
  .pkp_site_name {
    text-align: center;
    padding-top: 43px;
    padding-right: 18px;
    /*+placement: 50%;*/
    position: relative;
    left: 50%;
    top: 50%;
    width: 152px;
    margin-top: 0;
    margin-left: -73px;
    background-color: ;
    color: #FFFFFF;
  }
}

.pkp_site_name {
  text-align: left;
  margin-top: -65px;
  font-style: normal;
  margin-bottom: 0;
}

@media (max-height: 600px) {
  header {
    position: relative;
    margin-top: -3px;
    background-repeat: repeat-x;
    transition: 10ms;
    z-index: 1000;
    margin-bottom: 26px;
    padding-top: 0px;
  }
}

.pkp_navigation_primary_wrapper {
  position: relative;
  text-align: left;
}

@media (min-width: 992px) {
  .pkp_navigation_primary {
    display: inline-block;
    max-width: 80%;
    text-align: left;
  }
}

.pkp_site_name .is_text {
  font-size: 28px;
}

.pkp_site_name .is_img img {
  display: block;
  max-height: 72px;
  max-width: 381%;
  width: auto;
  height: auto;
  padding-top: 2px;
  margin-bottom: 1px;
  margin-top: 19px;
  /*+placement: -162px -1px;*/
  position: relative;
  left: -162px;
  top: -1px;
}

p img {
  max-width: 40%;
}

.obj_announcement_summary .read_more {
  color: #323232;
}

.pkp_page_index .current_issue .read_more {
}

.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #D00A6C;
}

.cmp_button_wire, .obj_galley_link {
  display: inline-block;
  padding: 0 1em;
  background: #FFF;
  border: #00C600;
  border-radius: 3px;
  font-size: 13px;
  font-style: normal;
  line-height: 28px;
  color: #00C600;
  text-decoration: none;
  font-weight: bold;
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 13px;
  font-weight: 700;
  line-height: 30px;
  color: black;
  text-decoration: none;
  margin-bottom: 20px;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
  background: #00C600;
  color: #FFF;
}

.obj_announcement_summary .read_more:hover, .obj_announcement_summary .read_more:focus {
  color: #D00A6C;
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt:hover, .pkp_head_wrapper .pkp_search.is_open .search_prompt:focus {
  border-bottom-color: #D00A6C;
}

.pkp_nav_list ul {
  top: 100%;
  z-index: 1000;
  background: #FFFFFF;
  margin-left: 18px;
  margin-right: 36px;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
  color: #D00A6C;
}

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
  color: #D00A6C;
}

.pkp_navigation_primary ul a {
  color: #000000;
}

.obj_issue_toc .section h2 {
  font-weight: bold;
  color: #000000;
}

.pkp_navigation_primary > li > a {
  border-bottom: 2px solid transparent;
  font-size: medium;
  color: rgba(0, 0, 0, 0.84);
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus {
  color: #D00A6C;
}

.page_search .search_input .query {
  width: 100%;
  max-width: 100%;
  height: 38px;
  font-size: 18px;
  line-height: 38px;
}

.page_search .search_advanced {
  border: 1px solid #DDD;
  padding: 0 20px 20px;
}

.page_search .search_advanced:before, .page_search .search_advanced:after {
  content: " ";
  display: table;
}

.page_search .search_advanced:after {
  clear: both;
}

.page_search .search_advanced legend {
  padding: 10px 20px;
  margin: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
}

.page_search .date_range {
  float: left;
  width: 50%;
}

.page_search .date_range .from {
  margin-bottom: 20px;
}

.page_search .date_range [name*="Year"] {
  width: 6em;
}

.page_search .date_range [name*="Day"] {
  width: 4em;
}

.page_search .date_range [name*="Month"] {
  width: 10em;
}

.page_search .submit {
  text-align: right;
}

.page_search .submit button {
  position: relative;
  padding-right: 45px;
  border-right: none;
  padding-right: 1em;
  padding-left: 45px;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  border-left: none #4F8FAD;
}

.page_search .submit button: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: "\f002";
  position: absolute;
  top: -1px;
  right: 0;
  width: 30px;
  height: 30px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 30px;
  text-align: center;
  background: #000000;
  box-shadow: inset 0 -1em 1em rgba(0, 0, 0, 0.2);
  color: #FFF;
}

.page_search .submit button:hover:after, .page_search .submit button:focus:after {
  box-shadow: inset 0 1em 1em rgba(0, 0, 0, 0.2);
  background: #D00A6C;
}

.page_search .submit button:after {
  right: auto;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page_search .submit button:after {
  right: auto;
  left: 0;
}

.page_search .search_results {
  margin: 40px 0;
}

.page_search .search_results .obj_article_summary {
  padding: 20px 0;
}

.page_search .cmp_pagination {
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.54);
  text-align: right;
}

.page_search .cmp_pagination a {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.page_section .section_description {
  margin-bottom: 2em;
}

.cmp_notification {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  background: #DDD;
  border-left: 5px solid #D00A6C;
  font-size: 14px;
  line-height: 20px;
}

.toggleJA {
  display: none;
  visibility: hidden;
}

.toggleJALabel {
  display: block;
  margin-left: 15px;
  color: #555;
}

.toggleJALabel:hover {
  color: #000;
}

.toggleJALabel::before {
  font-family: Consolas, monaco, monospace;
  font-weight: bold;
  font-size: 15px;
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 3px;
  background: radial-gradient(ellipse at center, #CCC 50%, transparent 50%);
  text-align: center;
}

.expandJA {
  display: none;
  overflow: hidden;
  transition: height 0.5s;
  color: #FFF;
}

.toggleJA:checked + .toggleJALabel + .expandJA {
  display: block;
}

.toggleJA:checked + label::before {
  content: "-";
}

.block_archiveVM {
  margin-left: -10px;
}
