/** Shopify CDN: Minification failed

Line 130:1 Expected "}" to go with "{"

**/
#field-notes .blog-banner {
  background: transparent;
} 
#field-notes .blog-banner-content  {
  padding: 0;
}
#field-notes .blog-banner h1{
  font-family: "Items-Thin";
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 300;
  padding-top: 100px;
}
body.template-article blog-post-card .object-fill,
body.template-article blog-post-card .object-fill-safe,
body.template-article blog-post-card .object-cover,
#field-notes .object-fill, 
#field-notes .object-fill-safe, 
#field-notes .object-cover {
  height: 400px;
}
body.template-article blog-post-card .h5,
#field-notes .h3 {
  font-size: 16px;
}
body.template-article .article {
  margin-top: -100px;
}
body.template-article .article-content {
  border: 0;
}
body.template-article .article-navigation {
  width: 100%;
  margin: 0 auto 0;
  border-top: 1px solid gray;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
body.template-article .article-navigation__title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 1px;
  font-family: 'Commons-Book';
}
body.template-article .prose blockquote:before {
  display: none;
}
body.template-article .prose blockquote,
body.template-article .prose blockquote span,
body.template-article .prose blockquote h1,
body.template-article .prose blockquote h2, 
body.template-article .prose blockquote h3,
body.template-article .prose blockquote h4, 
body.template-article .prose blockquote h5, 
body.template-article .prose blockquote h6 {
  font-size: 30px;
  font-family: 'Items-Thin';
  text-transform: inherit;
  font-weight: 400;
}
@media only screen and (max-width: 999px) {
  body.template-article .article-prev-next {
    padding: 0;
    grid: auto / auto;
  }
  body.template-article .article-navigation {
    flex-direction: column;
  }
  .container.next-prev {
    display: block;
  }
  .blog-post-card {
    margin-bottom: 25px;
  }
}
body.template-article .article-prev-next {
  width: 100%;
  margin: 0 auto 0;
}
body.template-article .article-banner__content {
  justify-items: start;
}
body.template-article .article-banner__content h1 {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'Commons-Book';
  margin-top: 20px;
  text-align: left;
}
body.template-article .article__meta {
  display: flex;
  flex-direction: column;
  gap: 0;
}
body.template-article .prose img {
  width: 100%;
}
body.template-article .prose h2,
body.template-article .prose h3,
body.template-article .prose h4,
body.template-article .prose h2 strong,
body.template-article .prose h3 strong,
body.template-article .prose h4 strong{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Commons-Book';
}
body.template-article .share-buttons li a{
  color: rgb(110, 110, 110);

body.template-article .share-buttons__item:hover{
  background: none;
}