.header-Slider .item .img-fill {
  height: 100vh;
  width: auto;
}

.header-Slider .item .img-fill img {

  width: auto;
  background-repeat: no-repeat;
  margin-top: 80px;;
}

/* REMOVED - Conflicts with search_result-styles.blade.php */
/* @media screen and (max-width: 1382px) {
  .search-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
} */

.Modern-Slider .slider-link {
  display: block;
  z-index: 99;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:768px) {
  .entry-profile-info .profile-title {
    line-height: 25px;
  }
}


a.org-service-link {
  background-color: #f2f2f2;
  color: #333;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 3px 7px;
  text-decoration: none;
  transition: all 300ms ease-in;
  display: inline-block;
}

a.org-service-link:hover {
  background-color: #a6f6ff;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 3px 7px;
  text-decoration: none;

}