.new-subpage-news-grid-view .grid .row {
  margin-bottom: 20px;
}

.new-subpage-news-grid-view .news-grid-category {
  text-transform: uppercase;
  color: var(--color-2d2a1f);
  font-size: var(--fs-1rem);
  font-weight: bold;
  margin-top: 20px;
}

.new-subpage-news-grid-view .news-grid-title {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 95%;
}

.new-subpage-news-grid-view .news-grid-title h3 {
  font-size: var(--fs-32px);
  padding: 0px;
  margin: 0px;
}

.new-subpage-news-grid-view .news-grid-title a {
  font-family: var(--ff-meursault-variable-serif);
  font-size: var(--fs-44px);
  font-variation-settings: 'wdth'50, 'wght'400;
  line-height: 120%;
  color: var(--color-black);
  text-decoration: none;
}

.new-subpage-news-grid-view .news-grid-title a:hover,
.new-subpage-news-grid-view .news-grid-title a:focus {
  text-decoration: underline;
}

.new-subpage-news-grid-view .news-grid-datetime {
  font-size: var(--fs-0-75em);
}

.new-subpage-news-grid-see-more-link a {
  background-color: var(--color-transparent);
  padding: 0px;
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 400;
  font-size: var(--fs-16px);
  color: var(--color-black);
  padding-bottom: 3px;
}

.new-subpage-news-grid-see-more-link a:hover,
.new-subpage-news-grid-see-more-link a:focus {
  text-decoration: none !important;
  color: var(--color-black) !important;
  font-weight: 550;
}

@media screen and (min-width: 768px) {
  .new-subpage-news-grid-view {
    padding-left: 30px;
    padding-right: 30px;
  }

  .new-subpage-news-grid-view .views-field-field-story-teaser-image img {
    width: 100%;
    height: auto;
  }

  .new-subpage-news-grid-view .views-view-grid.row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 48px !important;
  }

  .new-subpage-news-grid-view .views-view-grid.row .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /*.new-subpage-news-grid-see-more-link {
  padding-top: 30px !important;
  text-align: right !important;
}*/
  .new-subpage-news-grid-view>.views-view-grid>.row {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .view-new-subpage-news-grid .views-field-field-story-teaser-image img {
    width: 100% !important;
    height: auto !important;
  }

  .new-subpage-news-grid-see-more-link {
    padding-left: var(--padded-paragraph-mobile-sides) !important;
    padding-right: var(--padded-paragraph-mobile-sides) !important;
    padding-top: 20px;
  }

  .view-new-subpage-news-grid .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4 {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }

  .view-new-subpage-news-grid .col-12.col-sm-12.col-md-4.col-lg-4.col-xl-4:last-child {
    padding-bottom: 0px;
  }

  .new-subpage-news-grid-view .news-grid-title a {
    font-size: var(--fs-24px);
  }
}


@media screen and (min-width: 768px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .new-subpage-news-grid-see-more-link {
    margin-bottom: 0px !important;
    margin-left: var(--padded-paragraph-desktop-sides) !important;
    margin-right: var(--padded-paragraph-desktop-sides) !important;
  }
}



@media screen and (max-width: 767px) {

  /* Moved from landing-page-paragraph-padding.css (lines > 208) */
  .new-subpage-news-grid-view .views-view-grid>.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/*New Subpage News Grid Button CSS*/
.new-subpage-news-grid-see-more-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #FFD02D;
  transition: left 0.8s ease;
}

.new-subpage-news-grid-see-more-link:hover::before {
  left: 0;
}

.new-subpage-news-grid-see-more-link {
  padding-top: 4px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  width: fit-content;
  text-align: center;
  background-color: #FFE41E;
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
  border-radius: 40px;
}

.new-subpage-news-grid-see-more-link a {
  position: relative;
  z-index: 1000;
  text-decoration: none !important;
  color: #502d02 !important;
  font-size: 16px;
  font-weight: 300;
}

.new-subpage-news-grid-see-more-link a:hover {
  text-decoration: none !important;
  font-weight: 450 !important;
}

/*End New Subpage News Grid CSS Button*/
.view-new-homepage-news-grid .js-form-item {
  background-color: transparent !important;
}
