/** Shopify CDN: Minification failed

Line 73:14 Expected ":"

**/
.article-content {
  --element-margin-bottom: 2em;
  --heading-margin-bottom: 1.5em;
}
.article-content p,
.article-content ol,
.article-content ul,
.article-content blockquote,
.article-content img {
  margin-bottom: var(--element-margin-bottom, 2em);
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  margin-top: var(--heading-margin-bottom, 1.5em);
}
.article-content img {
  padding-top: calc(2 * var(--space-unit));
  padding-bottom: calc(2 * var(--space-unit));
}
.article-content blockquote {
  padding-top: calc(4 * var(--space-unit));
  font-size: 2rem;
  font-style: italic;
  line-height: 2.4rem;
}
.article-content blockquote p:last-child {
  margin-bottom: 0;
}
.article-content iframe {
  max-width: 100%;
}

.article__image--wider .media {
  width: calc(100% + var(--gutter) * 2);
  max-width: calc(100% + var(--gutter) * 2);
  margin-inline-start: calc(var(--gutter) * -1);
}
.blog-banner {
    width: 100%;
    height: 80vh;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 30px;
}
.ttl-bar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(242, 137, 60, .5);
}
.ttl-bar .h2 {
    color: #fff;
    font-size: 55px;
}
.section--template {
  margin-top: 0 !important;
}
.article__title h1 {
  font-size: 3rem;
  line-height1.2;
}
p {
    margin: 0 0 0.5rem !important;
}
p {
    margin: 0 0 0.3em;
}
.article__content p {
    margin: 0 0 1.5rem;
}
.article__content p a strong {
  color: #de7b07;
}
hr {
    border-color: #b1b0b0;
    border-width: 1px;
    border-style: dashed;
    clear: both;
    margin: 2rem 0;
    height: 0;
}
.social-sharing {
  width: 100%; 
   display: flex;
  justify-content: flex-end;
}
.social-sharing__link {
    color: #666;
    opacity: .7;
    padding: 10px 10px 8px;
    border: solid 1px #e2e2e2;
    display: inline-block;
    transition: all .5s ease 0s;
    border-radius: 100px;
    width: 44px;
    height: 44px;
}
.social-sharing__link:hover, .social-sharing__link:focus {
    opacity: 1;
    color: #de7b07;
}
@media (max-width: 1023.98px) {
  .article-content,
.article-width {
    max-width: 37em;
  }
}
@media (min-width: 768px) {
  .article-content img {
    padding-top: calc(4 * var(--space-unit));
  }
}
@media (min-width: 1024px) {
  .article-content blockquote {
    font-size: 2.8rem;
    line-height: 3.6rem;
  } 
}
@media (max-width: 767px) {
  .ttl-bar .h2 {    
    font-size: 30px;
} 
}