.pkp_page_index .journals .thumb {
  float: none;
  width: 100%;
  padding-right: 0px;
}

.pkp_page_index .journals .thumb + .body {
  float: none;
  width: 100%;
}

.has_site_logo .pkp_head_wrapper {
  padding-top: 0px;
}

.pkp_structure_page {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pkp_structure_footer_wrapper {
  border-bottom: 0px;
}

.pkp_brand_footer {
  display: none;
}

.pkp_block .content p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.obj_galley_link {
  border: 1px solid;
}

.contact_section {
  display: flex;
  flex-direction: column;
}

#navigationPrimary a:hover {
  color: black;
  background-color: lightgray;
}

#processing-fee {
  font-size: 24px;
}

#processing-fee-desc {
  font-size: 14px;
}

#first-decision {
  font-size: 24px;
}

#first-decision-desc {
  font-size: 14px;
}

#review-time {
  font-size: 24px;
}

#review-time-desc {
  font-size: 14px;
}

#sub-to-acc {
  font-size: 24px;
}

#sub-to-acc-desc {
  font-size: 14px;
}

@media only screen and (min-width: 1000px) {
  .pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    padding-top: 0px;
  }

  .pkp_site_name {
    padding-top: 0px;
  }

  .pkp_site_name .is_img {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  #processing-fee {
    font-size: 18px;
  }

  #processing-fee-desc {
    font-size: 10px;
  }

  #first-decision {
    font-size: 18px;
  }

  #first-decision-desc {
    font-size: 10px;
  }

  #review-time {
    font-size: 18px;
  }

  #review-time-desc {
    font-size: 10px;
  }

  #sub-to-acc {
    font-size: 18px;
  }

  #sub-to-acc-desc {
    font-size: 10px;
  }
}
