/* News Section */
.news-row {
  padding-top:45px;
  padding-bottom:45px;
}
/* News Intro */
.news-row .news-intro {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:0;
}

.news-row .news-intro .news-heading {
  flex-basis:100%;
}

@media only screen and (min-width: 992px) {
  .news-row .news-intro .news-heading {
    flex-basis:auto;
  }
}

.news-row .news-intro .news-heading h2 {
  font-family: var(--text-display);
  font-weight: 900;
  color: var(--under-the-elms);
  /* font-size: 42px; */
  font-size: clamp(3.4rem, 2.114rem + 3.429vw, 4.2rem);
  line-height: 110%;
  text-align: left;
  margin-bottom:0;
}

.news-row .news-intro .news-heading h2:before {
  content: "";
  width: 50px;
  height: 5px;
  background: var(--marigold);
  display: block;
  margin: 0 0 30px 0;
}

.news-row .news-intro .news-heading h2 em {
  font-family: var(--text-serif);
  font-weight: 700;
  font-style: italic !important;
  color: var(--marigold);
  /* font-size: 48px; */
  font-size: clamp(3rem, 2.714rem + 3.429vw, 4.8rem);
  line-height: 110%;
}

.news-row .news-intro .news-link {
  padding-bottom:15px;
  flex-basis:100%;
}


@media only screen and (min-width: 992px) {
  .news-row .news-intro .news-link {
    flex-basis:auto;
  }
}

.news-row .news-intro .news-link a {
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  float:right;
}

.news-row .news-intro .news-link a:hover {
  color:var(--under-the-elms);
  text-decoration-color:transparent;
}

.news-row .news-intro .news-link a:after {
  content: "\00a0\f061";
  display:inline-block;
  transform: translateX(0);
  transition: all .2s ease;
}

.news-row .news-intro .news-link a:hover:after {
  transform:translateX(5px);
  color: var(--under-the-elms);
}

/* News Featured Story */
.news-row .modInnerContent > .paragraph:has(.news-featured-story) {
  border-right:none;
  height:100%;
}

.news-row .news-featured-story {
  padding-right:0;
  padding-bottom:30px;
  border-bottom:1px solid var(--marigold);
  border-right:none;
}

@media only screen and (min-width: 992px) {
  .news-row .news-featured-story {
    padding-right:30px;
    padding-bottom:0;
    border-bottom:none;
  }

  .news-row .modInnerContent > .paragraph:has(.news-featured-story) {
    border-right:1px solid var(--marigold);
  }
}

.news-row .news-featured-story > p:has(a) {
  margin:0;
  position:absolute;
  height:100%;
  width:100%;
  z-index:2;
}

.news-row .news-featured-story a {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.news-row .news-featured-story a:focus {
  background:transparent !important;
}

.news-row .news-featured-story article.media--type-image {
  margin:0;
  overflow:hidden;
}

.news-row .news-featured-story article.media--type-image img {
  width:100%;
  /*height:475px;*/
  aspect-ratio:3 / 2;
  object-fit:cover;
  object-position:center;
  transform:scale(100%);
  transition:.2s all ease-in-out;
}

.news-row .news-featured-story:hover article.media--type-image img {
  transform:scale(110%);
}

.news-row .news-featured-story .news-featured-text {
  margin-top:30px;
}

.news-row .news-featured-story .news-featured-text > p:has(.news-story-category) {
  margin:0;
}

.news-row .news-story-category {
  font-family: var(--text-sans);
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .36px;
  text-transform: uppercase;
  color: var(--under-the-elms);
  text-decoration:none;
  display:block;
}

.news-row .news-featured-story .news-featured-text h3.news-featured-title {
  font-family:var(--text-serif);
  font-weight:700;
  font-size:28px;
  line-height:36px;
  color:var(--black);
  padding-top:0;
  margin-top:5px;
  margin-bottom:10px;
  left:0;

  position:relative;
  transition:.2s all ease-in-out;
}

@media only screen and (min-width: 992px) {
	.news-row .news-featured-story .news-featured-text h3.news-featured-title {
	  font-size:42px;
  	line-height:52px;
	}
}

.news-row .news-featured-story:hover .news-featured-text h3.news-featured-title {
  left:15px;
  color:var(--cutler);
}

.news-row .news-featured-story .news-featured-text h3.news-featured-title:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  display: inline-block;
  background-color: var(--under-the-elms);
  transition:.2s all ease-in-out;
}

.news-row .news-featured-story:hover .news-featured-text h3.news-featured-title:before {
  width: 5px;
  left: -15px;
}

/* News More Stories Section */
.news-row .modInnerContent:has(.view-ohio-homepage-featured-news) {
  padding-left:15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 992px) {
  .news-row .modInnerContent:has(.view-ohio-homepage-featured-news) {
    padding-left:15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.news-row h3.news-more-stories {
  font-family:var(--text-display);
  font-size:22px;
  text-transform:uppercase;
  color:var(--under-the-elms);
  padding-top:0;
  margin-bottom:0;
}

.news-row h3.news-more-stories:after {
  content: "";
  width: 50px;
  height: 5px;
  background: var(--marigold);
  display: block;
  margin: 10px 0 0 0;
}

.news-row .view-ohio-homepage-featured-news {
  margin-left:0;
  margin-right:0;
}

.news-row .view-ohio-homepage-featured-news .more-news-item {
  padding-top:30px;
  padding-bottom:30px;
  border-bottom:1px solid var(--marigold);
}

.news-row .view-ohio-homepage-featured-news .more-news-item:first-of-type {
  padding-top:0;
}

.news-row .view-ohio-homepage-featured-news .more-news-item:last-of-type {
  padding-bottom:0;
  border-bottom:none;
}

.news-row .view-ohio-homepage-featured-news a {
  text-decoration:none;
  display:block;
}

.news-row .view-ohio-homepage-featured-news a:focus,
.news-row .view-ohio-homepage-featured-news a:focus * {
  background:transparent !important;
}

.news-row .view-ohio-homepage-featured-news a:focus span {
  color:var(--under-the-elms) !important;
}

.news-row .view-ohio-homepage-featured-news h4 {
  font-family: var(--text-serif);
  font-weight:700;
  font-size: 24px;;
  line-height: 30px;
  color: var(--black);
  padding-top: 0;
  margin-top: 5px;
  margin-bottom: 0;
  left: 0;
  position: relative;
  transition: .2s all ease-in-out;
}

.news-row .view-ohio-homepage-featured-news a:hover h4 {
  left:15px;
  color:var(--cutler);
}

.news-row .view-ohio-homepage-featured-news h4:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  display: inline-block;
  background-color: var(--under-the-elms);
  transition: .2s all ease-in-out;
}

.news-row .view-ohio-homepage-featured-news a:hover h4:before {
  width:5px;
  left:-15px;
}
