html {
  scroll-behavior: smooth;
}

.alumni-wall-wrapper{
  width:300px;
  margin: 0 auto;
  padding-bottom:60px;
}

#progressBar {
  width: 100%;
  height: 30px;
  margin-bottom: 5px;
  background-color: #f2f6fa;
 }

.progress-text{
  font-size:12px;
  color:#FFF;
  padding:5px 0px 10px 20px;
}

#progressContent {
  width: 0%;
  height: 30px;
  transition: width 0.3s;
  transition-timing-function: ease-in-out;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.form[data-s-form-progress='0'] #progressContent{
  width: 0%;
}

.form[data-s-form-progress='1'] #progressContent{
  width: 10%;
}

.form[data-s-form-progress='2'] #progressContent{
  width: 20%;
}

.form[data-s-form-progress='3'] #progressContent{
  width: 30%;
}

.form[data-s-form-progress='4'] #progressContent{
  width: 40%;
}

.form[data-s-form-progress='5'] #progressContent{
  width: 50%;
}

.form[data-s-form-progress='6'] #progressContent{
  width: 60%;
}

.form[data-s-form-progress='7'] #progressContent{
  width: 80%;
}

.form[data-s-form-progress='8'] #progressContent{
  width: 100%;
}

.form label, .webform label{
  font-size:16px;
}

  @media screen and (min-width: 927px) {
    .hero-video{
      height: 56.25vw;
      transform: translateY(-14vh);
      min-height: 100%;
    }
  }
  @media screen and (max-width: 926px) {
    .hero-video{
      width: 177vh;
      height: 100vh;
      transform: translateX(calc((-177vh - -100vw) / 2));
    }
  }

  .text-white{
    color:#fff !important;
  }

  .alert{
    background-color: #f7df2c;
    color: #572700;
    border: 1px solid transparent;
  }
    .alert p{
    font-size:16px !important;

  }

  .padding-20-tb{
    padding-top:20px;
    padding-bottom:20px;
  }

  .padding-40-tb{
    padding-top:40px;
    padding-bottom:40px;
  }

  .padding-60-tb{
    padding-top:60px;
    padding-bottom:60px;
  }

  .padding-80-tb{
    padding-top:80px;
    padding-bottom:80px;
  }

  .staff-block-text-only{
    font-size:28px !important;
    line-height: 38px !important;
  }

@media screen and (max-width: 768px) {
  /* Your mobile styles here */
   .staff-block-text-only{
    font-size:22px !important;
    line-height: 28px !important;
  }
}


.staff-faq-block ul{
  text-align: left !important;
}

.staff-testimonial{
  font-size:22px !important;
    line-height: 35px !important;
    font-style: italic;
}

/* JC Header Overrides */

.header .desktop-verbiage{
  display: inline-block!important;
}
.header .tablet-verbiage{
  display: none!important;
}
@media screen and (min-width: 65em) {
  .header{
    display: flex!important;
  }
  .cta-menu__button{
    padding-right: 10px!important;
  }
  .header__row {
    max-width: 1600px!important;
    width: 100%!important;
    margin: auto!important;
    position: relative!important;
    left: 0%!important;
  }
  .header .desktop-verbiage{
    display: none!important;
  }
  .header .tablet-verbiage{
    display: inline-block!important;
  }
}
@media screen and (min-width: 65em) and (max-width: 1130px) {
  .menu--main>ul>li>a {
    padding-left: .6rem!important;
    padding-right: .6rem!important;
  }
}
@media screen and (min-width: 1389px) {

}
@media screen and (min-width: 1389px) {
  .header .desktop-verbiage{
    display: inline-block!important;
  }
  .header .tablet-verbiage{
    display: none!important;
  }
}

.staff-testimonials .detail-hero{
  padding: 8vw 0 4vw;
}

.benefits-wrapper{
  margin-bottom:60px;
}

.benefit-block{
  margin-bottom:40px !important;
}

/*Home slider*/
 .hero-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  z-index: 2;
}

.hero-bg .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 3;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  color: white;
  text-align: center;
}

.hero-module__row {
    position: relative;
    z-index: 1000;
}
 
.password-wrapper{
  width: 400px;
  margin: 60px auto 200px auto;
  border: 1px solid #CCC;
  padding:40px;
}

.password-wrapper label{
  text-align:center;
  font-size:22px;
  font-weight: bold;
}

.password-wrapper button{
  background-color: #2ba4ab;
  width: 100%;
  color: #FFF;
  height: 50px;
  margin-top: 3px;
} 

.mb-5{
  margin-bottom:5px !important;
}

.mt-20{
  margin-top:20px !important;
}
 