.employment-banner {
  background-image: url("https://ced-editor.hsc.wvu.edu/media/5692/employmentemphasisbannerweb.jpg");
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 235px;
  background-position: 50%;
  padding: 5rem 0rem;
}
@media screen and (min-width: 992px) {
  .employment-banner {
    padding: 5.5rem 0rem;
  }
}
.employment-banner a {
  text-decoration: none;
}
.employment-banner a h1 {
  font-size: 3.25rem;
  color: #00457c;
  margin: 0 auto;
  width: calc(100% - 2rem);
  max-width: 75rem;
}
@media screen and (min-width: 992px) {
  .employment-banner a h1 {
    font-size: 4.25rem;
  }
}
.employment-banner a h1:hover, .employment-banner a h1:focus {
  color: #ED8B00 !important;
}

.employment-emphasis-nav {
  list-style-type: none;
  padding: 0;
  margin: 2rem auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}
.employment-emphasis-nav li {
  flex: 1 1 320px;
  max-width: 410px;
  text-align: center;
}
.employment-emphasis-nav li a {
  color: #00457c;
  text-decoration: none;
  background-color: #eaaa00;
  padding: 2rem 1rem;
  font-weight: bold;
  display: block;
  max-height: 92px;
  font-size: 1.4rem;
}
.employment-emphasis-nav li a:hover, .employment-emphasis-nav li a:focus {
  background-color: #FFC014;
}
.employment-emphasis-nav li a img {
  width: 75px;
  float: left;
  margin-top: -23px;
}

.employers ol {
  column-count: 2;
  column-gap: 3rem;
  padding-left: 1.5rem;
}
@media (max-width: 768px) {
  .employers ol {
    column-count: 1;
  }
}

.growth ul {
  column-count: 2;
  column-gap: 3rem;
  padding-left: 1.25rem;
}
.growth li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .growth ul {
    column-count: 1;
  }
}

.benefits-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.benefits-grid li {
  padding: 1.75rem;
}
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

.careers {
  column-count: 2;
  column-gap: 3rem;
  padding-left: 1.25rem;
}
.careers li {
  break-inside: avoid;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .careers {
    column-count: 1;
  }
}