#slick-views-gallery-block-2-1 img {
  width: 100% !important;
  height: auto !important;  
}

.custom-slider-image img {
  width: 100% !important;
  height: auto !important;
}

.act-listing-view .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .act-listing-view .view-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}

.act-listing-view .view-content .item.views-row .homepage-news-inner-item img {
  display: block;
  width: 100%;
  /*object-fit: cover;*/
  /*height: 216px;*/
  height: auto;
}

.addthis-box {
  display: none !important;
}

article h1 {
font-family: "BebasNeue", Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 26px;
margin: 0;
padding: 0;
line-height: 28px;
background: transparent;
color: #58585A;
letter-spacing: 0;
}

/*
.hnit-content {
  background-color: #F8F8F8;
border: 1px solid #CCCCCC;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
border-top: 0;
padding: 20px;
height: calc(100% - 216px);
}
*/

.hnit-image img {
  max-width: 100% !important;
}

.view-content .item {
  width: 100%;
  background-color: #F8F8F8;
border: 1px solid #CCCCCC;
padding-bottom: 10px;
}


.hnit-content {
  padding-left: 20px;
  padding-top: 10px;
  
}

.hnit-date {
  display: none !important;
}

.hnit-title a {
    font-family: "BebasNeue", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
  font-size: 22px;
  line-height: 24px;
    color: #476fa0;
    letter-spacing: 0em;
    padding: 0px;
/*  color: #476FA0;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;*/
  text-transform: uppercase;
}

