@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.journals ul .body .description a {display: inline;}

html, body {
  font-family: "Karla", sans-serif;
  background-image: none;
  background: #f5f5f5;
}

a {
  color: black;
}

.no-italics {
  font-style: normal;   
}

.obj_announcement_summary .read_more {
  color: #bc1823;
}

.pkp_site_name .is_img img
.pkp_page_index .cmp_announcements {
    border: none;
}

.pkp_page_index .homepage_image, .pkp_page_index .additional_content {
  margin-left: 0px;
  margin-right: -10px;
  margin-bottom: 30px;
  margin-top: 0px;
}

.pkp_page_index .homepage_image img {
  display: block;
  width: 40%;
  height: auto;
  box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
}

.pkp_page_index .additional_content {
  padding: 0px 0px;
  border-top: 1px solid #ddd;
}

.pkp_navigation_primary>li>a:hover {
  color: white;
  outline: 0;
  border-color: #333333;
  background-color: #333333;
  transition-duration: .3s;
}

.pkp_block .content ul li a:hover{
  border-bottom: solid 1px #bc1823;
}

.sidebarImgs {
  max-width: 100%;
  width: 200px;
  height: auto;
  border-bottom: solid 1px gainsboro;
  padding-bottom: 10px;
}

.sidebarBg {
  background: white;
  box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  margin-bottom: -5px;
}

.show p{
  font-family: "Rubik", sans-serif;
}

.show>a:hover {
  color: #bc1823;
}

.pkp_structure_head {
  background-color: #8f0b14;
}

.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: 0px;
  padding-right: 0px;
}

@media (min-width: 375px) {
  .pkp_site_name .is_img img {
    max-width: 50%;
  }

  .pkp_structure_main {
    margin: -20px 10px 10px;
  }

  .pkp_structure_footer_wrapper {
    background: #8f0b14;
  }
}

@media (min-width: 400px) {
  .pkp_site_name .is_img img {
    max-width: 35%;
  }
}

@media (max-width: 400px) {
  img {
    max-width: 60%;
    width: auto;
    height: auto;
    margin-top: -3px;
  }
  
  .pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding: 0px 10px 10px;
  }
}

@media (min-width: 600px) {
  .pkp_site_name .is_img img {
    max-width: 24%;
  }
}

@media (min-width: 768px) {
  .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 728px;
  }
  
  .obj_issue_toc .galleys:before, .obj_issue_toc .section:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10px;
    width: 97.7%;
    border-top: 1px solid #ddd;
  }
  
  .pkp_site_name .is_img img {
    max-width: 20%;
  }

  .pkp_structure_main {
    margin-top: -20px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .pkp_structure_sidebar {
    width: 728px;
    margin-top: 10px;
  }

  .pkp_block {
    margin: 0px -10px;
  }

  .pkp_page_index .cmp_announcements>.obj_announcement_summary {
    float: left;
    width: 50%;
  }

  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 50%;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .pkp_page_index .current_issue .section:last-child {
    margin-top: -66px;
    margin-bottom: 0;
  }

  .pkp_structure_main:before, .pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background: #f5f5f5;
  }
}

@media (min-width: 992px) {
  .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 955px;
  }
  
  .obj_issue_toc .published {
    margin: 0px;
  }
  
  .pkp_page_index .cmp_announcements>.obj_announcement_summary, .pkp_page_index .cmp_announcements .more .obj_announcement_summary{
    padding-left: 2.143rem;
    padding-right: 2.143rem;
    padding-top: 0px;
  }

  .pkp_structure_head {
    background-color: #8f0b14;
    width: 955px;
    margin: auto;
    border-bottom: solid 10px #343434;
  }

  .pkp_site_name .is_img img {
    max-width: 100%;
  }

  .pkp_structure_main {
    width: 655px;
    margin-top: -15px;
    margin-bottom: 0px;
  }

  .pkp_structure_sidebar {
    float: right;
    margin-top: -25px;
    margin-right: -8px;
    width: 300px;
  }

  .pkp_block {
    margin: 0px 0px;
  }

  .pkp_navigation_user li {
    text-align: left;
    margin-right: -300px;
  }

  .pkp_nav_list ul {
    z-index: 1000;
    margin: 0;
    padding: 0;
    background: #333333;
    border-radius: unset;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
  }

  .pkp_nav_list ul a {
    display: block;
    color: white;
    background: #333333;
    width: 160px;
  }

  .pkp_nav_list ul a:hover {
    border-left: .357rem solid #8f0b14;
    background: white;
    color: black;
  }

  .pkp_site_nav_menu ul ul{
    width: 160px;
  }

  .pkp_page_index .homepage_image {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    margin-left: 0px;
    margin-right: -30px;
  }

  .pkp_navigation_primary>li>a {
    margin: .357rem 0 0;
    /* padding: .357rem .5em calc(.714rem - 2px); */
    border-bottom: 2px solid transparent;
    color: #fff;
    text-decoration: none;
  }

  .pkp_navigation_primary {
    display: inline-block;
    max-width: 90%;
    text-align: left;
    padding-left: 30px;
  }

  .pkp_structure_footer_wrapper {
    background: #f5f5f5;
  }
}

@media (min-width: 1200px) {
  .pkp_site_name, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_structure_content, .pkp_structure_footer {
    width: 1163px;
  }

  .has_site_logo .pkp_head_wrapper {
    width: auto;
    background-color: #dc4d43;
  }

  .pkp_structure_head {
    background-color: #8f0b14;
    width: 1163px;
    margin: auto;
    border-bottom: solid 10px #343434;
  }

  .pkp_site_name .is_img img {
    max-width: 63%;
    margin-top: -32px;
  }

  .pkp_structure_main {
    width: 865px;
    margin-top: -15px;
    margin-bottom: 0px;
  }
}

.pkp_navigation_primary_wrapper {
  padding-left: 17px;
  padding-right: 0px;
  font-size: 16px;
  font-weight: 600;
  background: #8f0b14;
}

.pkp_site_name .is_img img {
  display: inline-block;
  width: auto;
  height: auto;
  padding-top: 0px;
}

.pkp_structure_content {
  background: #f5f5f5;
  padding-top: 2.143rem;
  margin-bottom: 8px;
  border: none;
}

.pkp_footer_content {
  padding: 10px 20px;
  color: white;
  text-align: left;
  background: #8f0c15;
  margin-bottom: -101px;
}

.pkp_footer_content h4 a{
  color: white;
}

.pkp_block {
  padding: 10px 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.pkp_structure_main {
  padding: 20px;
  background: white;
  box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  border-bottom: solid 10px #343434;
  margin-bottom: 5px;
}

.pkp_structure_main a:hover {
  color: #bc1823;
}

.pkp_structure_footer_wrapper {
  font-size: 0.9em;
  border-top: none;
  border-bottom: none;
  /* background: #f5f5f5; */
}

.pkp_brand_footer {
  padding: 0px;
  visibility: hidden;
}

.pkp_navigation_user>li:last-child>a {
  margin-top: 0.2rem;
  margin-right: 22rem;
  color: white;
}

.pkp_navigation_user>li>a:focus {
  outline: 0;
  background: none;
}

.pkp_navigation_user>li>a:focus .task_count {
  background: #bc1823;
  color: #bc1823;
}

.pkp_site_nav_menu {
  background: #8f0b14;
}

.page_login .buttons button {
  color: black;
  background: white;
  border: solid 2px #bc1823;
  font-weight: 600;
  box-shadow: none;
}

.page_login .buttons a {
  font-weight: 600;
  text-decoration: none;
}

.page_login .buttons a:hover {
  color: #bc1823;
}

.buttons>button:hover {
  color: white;
  background: #bc1823;
  border: solid 2px #bc1823;
  font-weight: 600;
}

.galleys_links>li>a:hover {
    display: inline-block;
    padding: 0 1em;
    background: #006798;
    border: 1px solid #006798;
    border-radius: 3px;
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    color: #fff;
    text-decoration: none;
}

.pkp_page_index .cmp_announcements {
    border-top: none;
    border-bottom: none;
}