#welcomeContent { position: relative; height: 90vh; min-height: 600px; 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); margin-top: 10%;}
.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-outer { padding: 1rem;}
/* .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 {
  background: #ffffff;
    padding: 0.5rem 1rem;
    box-shadow: 0.35rem 0.35rem 0 #0c4269;
    color: #0c4269;
    width: 300px;
    display: flex;
    align-items: center;
    font-weight: 900;
    justify-content: space-between;
}

/* .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-icon {
  background: #0c4269;
  padding: 0.5rem;
  color: #ffffff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}
/* .mid-card-icon i { line-height: inherit;} */
/* .mid-card:hover,
.mid-card:focus,
.mid-card:active { background: #f7f7f7; color: rgba(13, 66, 105, 1); } */
.mid-card:hover,
.mid-card:focus,
.mid-card:active { background: #747a29; color: #ffffff;   
}
/* .mid-card-line-one { width: 75%; } */
.mid-card-line-one { margin-right: 1rem; }
.mid-card-line-two { width: auto; text-align: center; height: auto; }
#meet-north-dakota {padding-bottom: 0rem !important; 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: space-between; flex-wrap: nowrap; align-items: flex-start; }
.hero_banner__cta { display: flex; margin-left: -1rem; flex-wrap: wrap;}

.cr-gallery  #welcome-content-inner{    justify-content: end;}
/* Small hero Banner */

#welcomeContent.small-height {height: 60vh;min-height: 420px;}

#welcomeContent.small-height h1 { text-transform: uppercase; max-width: 1100px; }

@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; }
  #welcome-text { margin-top: 5%;}
}
@media (max-width: 991px) {
  #welcome-text { margin-top: 0%;}
  #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; }
}
