/* Home Boxes */

.homeBoxes.nFlex{
  margin:40px 0 30px;
  align-items:stretch;
  gap:8px;
}

.homeBox{
  flex:1;
  background:#fafafa;
  border:1px solid #e5e5e5;
  border-bottom:6px solid #e5e5e5;
  padding:15px;
  transition:all 0.35s;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.homeBox img:last-of-type{
  margin-top:auto;
}

.hbImg{
  width:40px;
  height:40px;
  object-fit:none;
  margin:0 0 20px;
}

.homeBox h3{
  font-size:1em;
  margin:0 0 15px;
}

.homeBox p{
  font-size:0.87em;
  margin:0 0 15px;
}

.homeBox:hover{
  background:#e5e5e5;
}

/* Media gallery in the top container - allow banners to render at full height */
section.zonetop .evogallery-widget-box { height: auto; }
section.zonetop .evogallery-widget-box a { height: auto; display: block; }
section.zonetop .evogallery-widget-box img { height: auto; }