  :root {
  --mc-border-radius: 0.375em;
  --mc-hero-form-bg-color: rgba(0, 50, 99, 0.8);
}

/* index hero program finder component  */
.index-hero-img {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: var(--white);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 1em;
}

.index-hero-img .index-hero-program-finder {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 100%;
  align-self: center;
  text-align: center;
  background-color: var(--mc-hero-form-bg-color);
  padding: 1em;
  border-radius: var(--mc-border-radius);
}

.index-hero-img .index-hero-program-finder p {
  margin: 0.5em 0 0.5em 0;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
}

.index-hero-img .index-hero-program-finder a {
  align-self: center;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
.index-video {
  width: 100%;
  height: 600px;
  display: flex;
}

.index-hero-video {
  position: relative;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  color: var(--white);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.index-hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  padding: 1em;
  color: var(--white);
}

.index-hero-video-overlay .index-hero-program-finder {
  display: flex;
  flex-flow: column nowrap;
  flex: 0 0 100%;
  align-self: center;
  text-align: center;
  background-color: var(--mc-hero-form-bg-color);
  padding: 1em;
  border-radius: var(--mc-border-radius);
}

.index-hero-video-overlay .index-hero-program-finder p {
  margin: 0.5em 0 0.5em 0;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 500;
}

.index-hero-video-overlay .index-hero-program-finder a {
  align-self: center;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* banner  */

.banner {
  padding: 2em 1em;
}

.banner .super-text {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}

.banner .h2 {
  font-size: 2em;
}

.banner .h2 {
  font-size: 2em;
}

.banner a {
  margin-right: 1em;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/* responsive styles  */

@media only screen and (min-width: 576px) {
  .index-hero-img .index-hero-program-finder,
  .index-hero-video-overlay .index-hero-program-finder {
    flex: 0 0 80%;
    padding: 2em;
    margin: 2em;
  }
}

@media only screen and (min-width: 768px) {
  .index-hero-img .index-hero-program-finder,
  .index-hero-video-overlay .index-hero-program-finder {
    flex: 0 0 50%;
    padding: 2em;
    margin: 2em;
  }
}

@media only screen and (min-width: 1200px) {
  .index-hero-img .index-hero-program-finder,
  .index-hero-video-overlay .index-hero-program-finder {
    flex: 0 0 40%;
    padding: 3em;
    margin: 2em;
  }
}
