.paragraph--type--featured-links .field__label {
	font-size:  calc(1.325rem + 0.9vw);
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: capitalize;
}
.field--name-field-featured-links .field__items {
	margin-top: 36px;
	background: #f3f7ff;
	max-height:  70%;
	overflow-y: scroll;
}
.paragraph--type--featured-link-content .field__item {
	border-bottom: 1px solid #e2edff;
	padding: 23px 24px;
}

/*  Events Region */
.view-events .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap:30px;
  border-top: 1px solid #0000001a;
  padding-top: 50px;
  margin-top: 30px;
}

/* Homepage Banner */
.banner-height {
	height: 100%;
}
.hero-content {
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.hero-content h1, .hero-content p {
	color: #fff !important;
	text-shadow: 1px 1px 7px #000000;
}
.hero-title {
	font-size: 3.5rem;
}


/* applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	/* events  */
    .view-events .view-content {
      display: flex;
      flex-direction: column;
    }
}