* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.pkp_brand_footer {
  display: none;
}
.pkp_structure_head {
  background-color: #79cfd7;
}

.pkp_site_nav_menu {
  background-color: #111354;
}
#navigationPrimary {
  margin-left: 20px;
}

.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 {
  border-bottom: 2px solid white;
  color: #fff;
}
.pkp_navigation_search_wrapper a {
  color: #fff;
}
.pkp_navigation_search_wrapper a:hover {
  color: #fff;
  border-bottom: 2px solid white;
}
.dropdown-menu {
  background: white;
}
.pkp_nav_list ul a {
  color: #111354;
}
.pkp_nav_list ul a:hover {
  color: #111354;
}

.block_make_submission {
  text-align: center;
}

.block_make_submission a {
  display: inline-block;
  padding: 15px 30px;
  width: auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(45deg, #ff6a00, #ee0979);
  border-radius: 50px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.block_make_submission_link:hover {
  background: linear-gradient(45deg, #ee0979, #ff6a00);
  color: #fff !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  width: auto;
  transform: translateY(-2px);
}

.block_make_submission_link:active {
  transform: translateY(0);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.pkp_footer_content {
  text-align: center;
  width: 100%;
  padding: 0;
}

.pkp_structure_footer_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  padding: 0;
}
.pkp_structure_footer {
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .cmp_article_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .cmp_article_list li {
    grid-column: span 1;
  }
}