#welcomeContent { position: relative; height: 90vh; background-size: cover; background-color: rgba(13, 66, 105, 1); max-width: 100%; }
#welcomeContent > #welcome-content-inner { padding: 5rem 3rem; }
#welcome-text { max-width: 900px; font-weight: 900; font-size: var(--h1); }
.hero_banner__title { text-align: left; font-family: Nunito Sans; font-style: normal; color: rgba(255, 255, 255, 1); line-height: 1; text-shadow: 0 3px 10px rgba(0, 0, 0, 1); }
.mid-card-outer { padding: 1rem; margin: 0 auto; }
.mid-card { background: #fff; padding: 1rem; box-shadow: 0.35rem 0.35rem 0 #b3bd40; color: #4d4d4d; height: 120px; width: 300px; display: flex; align-items: center; font-size: var(--h6); font-weight: 900; }
.mid-card-icon { background: #b3bd40; padding: 0.5rem; color: #4d4d4d; border-radius: 50%; height: 50px; width: 50px; text-align: center; margin: auto; display: flex; align-items: anchor-center; justify-content: center; }
.mid-card:hover,
.mid-card:focus,
.mid-card:active { background: #f7f7f7; color: rgba(13, 66, 105, 1); }
.mid-card-line-one { width: 75%; }
.mid-card-line-two { width: 25%; text-align: center; height: auto; }
#meet-north-dakota { position: relative; width: 100%; background-image: url("/img/bkg-meet-nd.jpg"); background-size: cover; background-attachment: fixed; background-color: rgba(13, 66, 105, 1); }
#meet-north-dakota .text-width-image--description { padding-top: 0 !important; }
#meet-north-dakota .text-with-video--content-top { padding: 0 !important; }
#meet-north-dakota .text-with-video--content-bottom { padding: 0 !important; }
#meet-north-dakota .text-with-video--inner { padding: 5rem 3rem !important; }
#meet-north-dakota-content,
#meet-north-dakota-video,
#why-north-dakota-video,
#why-north-dakota-content,
#jobs-in-north-dakota-images,
#jobs-in-north-dakota-content { width: 50%; }
.hero-banner { position: relative; width: 100vw; height: 100vh; height: 100svh; overflow: hidden; }
.hero-banner__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.hero-banner__placeholder .paragraph { display: none; }
.hero-banner__placeholder .paragraph:first-child { display: block; height: 100%; }
.hero-banner__placeholder .paragraph .contextual-region { position: static; }
.hero-banner__placeholder .paragraph > div,
.hero-banner__placeholder picture { width: 100%; height: 100%; display: block; }
.hero-banner__placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-banner__placeholder::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; }
#welcome-content-inner { position: relative; z-index: 2; margin: 0 auto; max-width: 1600px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; flex-wrap: nowrap; align-items: flex-start; }
.hero_banner__cta { display: flex; margin-left: -1rem; }
@media (max-width: 1670px) {
  .mid-card { height: 100px; width: 275px; }
}
@media (max-width: 1560px) {
  .mid-card-spare { display: none; }
}
@media (max-width: 1260px) {
  .hero_banner__cta { flex-direction: column; }
}
@media (max-width: 991px) {
  #meet-north-dakota .text-with-video--inner { padding: 3rem 2rem !important; }
  #welcomeContent { height: 70vh; min-height: 600px; }
  #welcomeContent > #welcome-content-inner { padding: 3rem 2rem; }
}
@media (max-width: 767px) {
  #welcomeContent > #welcome-content-inner,
  #meet-north-dakota .text-with-video--inner { padding: 3rem 1.5rem !important; }
}
@media (max-width: 690px) {
  #welcomeContent { background-position: bottom center; }
}
