/** Shopify CDN: Minification failed

Line 81:0 Unexpected "}"

**/
.blog-placeholder {
  margin: 0 1.5rem;
  background: rgb(var(--color-background));
}

@media screen and (min-width: 750px) {
  .blog-placeholder {
    text-align: center;
    width: 50%;
    margin: 0;
  }
}

.blog-placeholder__content {
  padding: 3rem;
  background: rgba(var(--color-foreground), 0.04);
}

.blog-placeholder .placeholder {
  position: relative;
}

.blog-placeholder h2 {
  margin: 0;
}

.blog-placeholder .rte-width {
  margin-top: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.blog__title {
  margin: 0;
}

.blog__posts.articles-wrapper {
  margin-bottom: 1rem;
/*   display: block; */
}

@media screen and (min-width: 990px) {
  .blog__posts.articles-wrapper {
    margin-bottom: 0;
    column-gap:15px;
  }
}

.blog__posts.articles-wrapper .article {
  scroll-snap-align: start;
/*   padding: 0 17.5%; */
}

@media screen and (max-width: 749px) {
  .blog__post.article {
	/* width: calc(100% - 3rem); */
  }
}

.background-secondary .blog-placeholder__content {
  background-color: rgb(var(--color-background));
}
.tv-event-content {
	padding: 0 15px;
}

.blog__posts .card-wrapper {
  width: 100%;
  border: 1px solid #e5e5e5;
  
}
.card-wrapper:hover
{
  box-shadow: 0 7px 10px 0 rgb(23 84 116 / 18%);
  transition: all .6s ease-in-out 0s;
}
}

.blog__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .blog__button {
    margin-top: 5rem;
  }
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  @media screen and (min-width: 750px) {
    .blog__posts .article + .article {
      margin-left: var(--grid-desktop-horizontal-spacing);
    }
  }
}

.blog__post .card__content {
/* 	padding: 0; */
}
/* 
.card--card .card__inner .card__media :after
{
content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    opacity: 0;
    background-color: rgba(51,51,51,.5);
      transition: all .6s ease-in-out 0s;
} */