/** Shopify CDN: Minification failed

Line 115:0 Unexpected "}"

**/
main#MainContent {
  background: #fff;
  margin-top: 10px;
  padding-bottom: 50px;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.blog-title {
  text-align: left;
  max-width: 1400px;
  display: flex;
  justify-content: flex-start;
  padding: 0 15px;
  font-size: 52px;
  font-family: 'STIX Two Text';
  font-style: italic;
  margin-top: 30px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 42px;
}
.blog-container {
  max-width: 1400px;
  margin: auto;
}
.mb10 {
  margin-bottom: 10px;
}
.block-articles {
  display: flex;
}
.barticle-container {
  width: 100%;
  height: 100%;
}
.img-lnk {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(100% - 70px);
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: ease-in-out .3s;
  position: relative;
}
.press-logo {
  position: absolute;
  max-width: 150px;
  bottom: 20px;
  left: 20px;
}
.block-articles-tag {
  padding: 12px 0;
  display: flex;
  flex-direction: column;
}
.block-articles__item--rest {
  height: 390px;
  overflow: hidden;
}
.block-articles-tag:hover {
  color: var(--color-link-text-hover);
}
a.tagged {
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 6px;
}
.all_js_tags {
  font-weight: 500;
  font-family: 'STIX Two Text';
}
.rest-tags {
  min-height: 63px;
}
.barticle-img {
  opacity: 0
}
.article_excerpt_quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5% 5%;
}
.article_excerpt_quote p {
  font-size: 40px;
  font-family: 'STIX Two Text';
  font-style: italic;
  margin-bottom: 10px;
}
.article_excerpt_quote span {
  font-size: 17px;
  font-family: 'Avenir', sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
  padding-right: 5%;
    text-align: right;
}
.article_excerpt_quote1 {
 text-align: left;
}
.article_excerpt_quote2 {
  text-align: right;
}
}
@media only screen and (min-width: 1251px) {
  .barticle-img {
    width: 100%;
    height: fit-content;
    opacity: 1;
  }
  .barticle-img:hover {
    opacity: 1;
    transform:scale(1.1);
    transition: ease-in-out .3s;
  }
}
@media only screen and (max-width: 767px) {
  .article_excerpt_quote {
    display: none;
  }
  .rest-tags {
    min-height: 0;
  }
  .img-lnk {
    height: calc(100% - 80px);
  }
  .block-articles-tag {
    padding: 12px 10px 24px;;
  }
  .block-articles__item--rest {
    height: 350px;
  }
}