.intro-content.reduced-padding {
  padding:100px 0 0;
}

.h1-al {
  color: white;
  font-weight: bold !important;
  text-shadow: 2px 1px 2px rgba(0,0,0,0.9);
  font-size: 2.5em;
  padding: 5% 0 0;
  margin: 0;
  text-align: center;

}

.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.5);
}

.image-landing-circle {
  max-width: 77px;
  max-height: 77px;
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 1.6em;
}

.box img {
  margin-bottom: 30px;
}

.nav > li.menu-hide {display: none;}


.intro-content {
  width: 100%;
  min-height: 90vh;
  background-size: cover;

}


.lead {margin-bottom: 0;}

.lead-footer {margin: 0 !important; font-size: 0.5em !important;}
.lead-footer.password-reset {font-size: 14px !important; margin: 0.4em 0 !important;}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .lead-footer {margin: 0 !important; font-size: 14px !important;}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .lead-footer {margin: 0 !important; font-size: 14px !important;}
}