.home .hero{
  position: relative !important;
  /* background-color: red !important; */
  height: 250px !important;
}
.home .hero img {
  max-width: 200px !important;
  max-height: 200px !important;
  display: block;
}
.home .hero h1{
  display: none;
}
.home .hero .description{
  position: absolute;
  bottom: 0px !important;
  left: 50%;
  margin-left: -150px !important;
}
.home .hero .action-button{
  position: absolute;
  left: 50%;
  top:85px !important;
  margin-left: -85px !important;
  background-color: #fff !important;
  color: black !important;
  border-bottom:none !important;
  font-size: 40px !important;
  padding:0px !important;

}
a.sidebar-link.active{
  font-weight: 600;
  color: #c40000 !important;
  border-left-color: #c40000 !important;
}
a.sidebar-link:hover{
  color: #c40000 !important;
}
a.header-anchor{
  color: #c40000 !important;
}
.nav-item > a:not(.external):hover, .nav-item > a:not(.external).router-link-active{
  border-bottom: 2px solid #c40000 !important;
}
.search-box input:focus{
  border-color:#c40000 !important;
}
.suggestions.align-right:hover{
  color: #c40000 !important;
}
