<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.coverimg{
  background-image: url(../images/techbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#applicant{
  display: none;
}
#bikeapplicant{
  display: none;
}
.progress{
  height: 3px;
}
.carousel-item img{
  height: 500px !important;
}

.popup-overlay {
  /*Hides pop-up when there is no "active" class*/
  visibility: hidden;
  position: absolute;
  background-color: grey;
  /* background: #ffffff; */
  /* border: 3px solid #666666; */
  width: 84%;
  height: auto;
  right: inherit;
  left: 7%;
  /* opacity: 0.9; */
  color: white;
}

.popup-overlay.active {
  /*displays pop-up when "active" class is present*/
  visibility: visible;
  text-align: center;
  /* align-self: center; */
}

.popup-content {
  /*Hides pop-up content when there is no "active" class */
  visibility: hidden;
}

.popup-content.active {
  /*Shows pop-up content when "active" class is present */
  visibility: visible;
}
/* .rh{
height: 400px !important;
} */
/* .card img{
  height: 200px !important;
}
@media (max-width:572px) {
  .card img{
    height: 100px !important;
  }
  #coverimg img{
    height: 200px !important;
  }

} */
.img-holder{
  height: 50px !important;
  width: 100px !important;
  align-content: center;
}

.logo img{
  max-width: 100% !important;
  max-height: 100% !important;
  display: block;
}
#tabs{
  display: inline-table;
}
</pre></body></html>