@media (min-width: 700px) {
  .hero {
    width: 100%;
  }
}

/* Fix issue with social bar covering the submit post edit button */
.node-form {
  padding-bottom: 80px;
}

/* Improve the related posts section */
.pt213.n .node-full {
  /* margin-bottom: -1.5em; // removed 01-31-2020 */
}
.pt213.n .node-upper-image+.node-meta {
  border: 0;
}
.pt213.n .field-image a {
  position: relative;
  overflow: hidden;
}
.pt213.n .field-image .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  padding: 0 10px;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.pt213.n .field-image a:hover .caption {
  padding: 10px;
  opacity: 1;
}

/* Don't show captions on the homepage */
.front .field-image .caption {
  display: none !important;;
}

/* FD Issue 10549: Reduce full post captions featured within the content of a post */
.node-full .node-content .caption {
  font-size: 1.6rem;
}

/* FD Issue 10551: Make related content carousel dots visible when admin'n the site */
@media (min-width: 1025px) {
  .pt145.admin-menu .bundled-posts {
    bottom: 30px;
  }
}

/* Ticket 11680 - Hide type, date, and author info from search results */
.section-search .search-results .search-info {
  display: none;
}

/* Ticket 11682 - Fix Related Content layering issue */
.page-content {
  z-index: auto;
}

/* Ticket 12726 */
.job-links {
  margin-top: 0;
}

.job-links a {
  display: block;
  width: auto;
  margin-top: 5px;
  font-weight: 500;
}
