/*----------------------------------------------------------/
Affix (stickit) --------------------------------------------/
------------------------------------------------------------*/
/* default */
/* used by Welcome (schools-navbar) & Compaign (projects-pages-nav) */
.stickit {
  position: fixed;
  width: 100%;
  top: 71px;
  z-index: 10;
}
.stickit-end {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
/* for dash-card in Compaign*/
.dash-card-affix{
  position: fixed;
  /* top: 122px; */
  top: 200px;
  width: 617px; 
  z-index: 1;
}
.dash-card-affix-end{
  position: absolute;
  bottom: 0px;
  width: 617px; 
  z-index: 1;
}
/* for compaign-side-nav in Compaign*/
.compaign-side-nav-affix{
  position: fixed;
  top: 132px;
  width: 281px; 
  z-index: 1;
}
.compaign-side-nav-affix-end{
  position: absolute;
  bottom: 0px;
  width: 617px; 
  z-index: 1;
}

/* Medium devices (tablets, 768px and up) */
/* --------- Strictly for school.html ------------ */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* for profile-carousel-wrapper in Compaign*/
  .profile-carousel-wrapper-affix{
    position: fixed;
    top: 72px;
    /* width: 327px;  */
    /* width: 33.5vw; */
    width: 345px;
    z-index: 1;
  }
  /* .profile-carousel-wrapper-parent > .profile-carousel-wrapper-affix{
    width: 100px;
  } */
  .profile-carousel-wrapper-affix-end{
    position: absolute;
    bottom: 0px;
    width: 92%;
    z-index: 1;
  }  
  .profile-carousel-wrapper{
    height: 650px;
  }

}

/*-------------------------------------------------------/
Tab-navigation ------------------------------------------/
--------------------------------------------------------*/
#progress-side-navbar,
#progress-content,
#faqs-content,
#comments-content,
#reviews-content{
  display: none;
}