.lhbf_wrapper {
  padding: 4rem 0 6rem;
}
.lhbf_wrapper .lhbf_header {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1440px;
  flex-wrap: wrap;
}
.lhbf_wrapper .lhbf_header h2 {
  margin-bottom: 0;
}
.lhbf_wrapper .lhbf_header a {
  flex: 0 0 auto;
  margin-bottom: 2rem;
	margin-left: auto;
}
.lhbf_wrapper .lhbf_items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
	.lhbf_wrapper .lhbf_items {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}
@media screen and (min-width: 1110px) {
  .lhbf_wrapper .lhbf_items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 20px;
  }
}
.lhbf_wrapper .lnbf_item {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  border-radius: 10px;
}
.lhbf_wrapper .lnbf_item a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 200px min-content 1fr 0;
  grid-template-areas: "image" "title" "excerpt" "more";
  gap: 0 0;
  height: 100%;
  padding: 30px;
  color: #262D32;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
}
.lhbf_wrapper .lnbf_item a:after {
  content: "";
  height: 0;
  width: 100%;
  background: #FFCB4E;
  position: absolute;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.lhbf_wrapper .lnbf_item a *:not(.lhbf_image) {
  position: relative;
  z-index: 1;
}
.lhbf_wrapper .lnbf_item a:hover:after {
  height: 10px;
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_title,
.lhbf_wrapper .lnbf_item a:hover .lhbf_excerpt {
  top: -55px;
  color: #fff;
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_image {
  height: 100%;
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_image:before {
  background: rgba(0, 114, 188, 0.7);
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_image .lhbf_logo {
  opacity: 1;
  width: calc(100% - 60px);
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_image .lhbf_logo span {
  text-indent: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_more {
  height: 25px;
  transition: all 0.3s ease-in-out 0.6s;
}
.lhbf_wrapper .lnbf_item a:hover .lhbf_more span {
  border-bottom: 2px solid #ffffff;
}
.lhbf_wrapper .lhbf_title {
  top: 0;
  grid-area: title;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.lhbf_wrapper .lhbf_excerpt {
  top: 0;
  grid-area: excerpt;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.lhbf_wrapper .lhbf_excerpt p {
  margin: 0;
}
.lhbf_wrapper .lhbf_image {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.lhbf_wrapper .lhbf_image:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.lhbf_wrapper .lhbf_image .lhbf_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.lhbf_wrapper .lhbf_image .lhbf_logo span {
  position: absolute;
  left: 70px;
  text-indent: -200%;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.lhbf_wrapper .lhbf_image .lhbf_logo:before {
  content: "";
  width: 60px;
  height: 40px;
  background-image: url("../wheaton-w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  transition: all 0.5s ease-in-out;
}
.lhbf_wrapper .lhbf_more {
  grid-area: more;
  align-self: flex-end;
  height: 0;
  overflow: hidden;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.lhbf_wrapper .lhbf_more span {
  border-bottom: 0;
}

/*# sourceMappingURL=styles.css.map */
