.inner-banner {
	position: relative;
}
.inner-banner:before {
	position: absolute;
  content: "";
  background: url(/wp-content/uploads/2019/09/layer-2.png) center left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;	
}

/* 2-10-23 added bold to links*/
p a, a.fl-event-feed-more {font-weight: bold;}