/** Shopify CDN: Minification failed

Line 334:19 Unexpected "@media"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

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

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}

/* * * * * * * * * * * * * * * * * * * * * */
/* ADDING 2xEDGE CUSTOM CSS FOR BLOG POSTS */
/* * * * * * * * * * * * * * * * * * * * * */
.blog-post-toc details > summary::before {
    content: '+ ';
}

.blog-post-toc details[open] > summary::before {
    content: '- ';
}

.blog-post-toc details {
  border: none;
}

.blog-post-toc summary {
  padding: 2px 6px;
  border: none;
  cursor: pointer;
  color: #b7410e;
  font-size: 120%;
  font-weight: bold;
}

.blog-post-toc details[open] > summary {
  color: #b7410e;
  font-size: 120%;
  font-weight: bold;
}

.blog-post-toc details li a {
  color: #b7410e;
  font-weight: normal;
  line-height: 1.5em;
}

.blog-post-content table {
   width: 100%;
}
.blog-post-content td.label {
   text-align: center;
   background: #f5f5f5;
  font-weight: bold;
   width: 14%;
}
.blog-post-content td.data {
     text-align: center;
        width: 14%;
}

.blog-post-content hr {
   margin: 5rem 0;
}

.blog-post-content hr.dashed {
  border-top: 1px dashed #000000;
}

.blog-post-content img {
   margin-right: auto;
   margin-left: auto;
   float: none;
   display: block;
   border: 0px;
   /*max-width: 100%;
   height: auto;*/
}

.blog-post-content a {
    color: #b7410e;
    text-decoration: underline;
}

.blog-post-content h2 {
    font-size: 200%;
}

.blog-post-content h2.related-posts {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dashed #000000;
}

.blog-post-content h3 {
    font-size: 160%;
}

.blog-post-content h4 {
    font-size: 130%;
}

.blog-post-content ul {
  list-style-position: outside;
}

.blog-post-content .yellow-highlighter {
   background-color: #fff700;
   font-weight: bold;
   padding: 1px;
}

.blog-post-caption {
    display: table;
    width: auto;
    max-width: 100%;
    background-color: #EDF2EE; /*#e7ebee;*/
    padding: 0.0rem;
    margin: 0;/*1.5rem 0;*/
}

.blog-post-content .blog-post-callout {
  /*border-radius: 10px;*/
  background-color: #ECF2EE;
  padding: 15px;
  width: 100%;
  font-size: 105%;
  font-weight: normal;
  text-align: left;
  }
.blog-post-content .blog-post-callout-outline {
  /*border-radius: 10px;*/
 /* background-color: #ECF2EE;*/
  padding: 15px;
  width: 100%;
  font-size: 105%;
  font-weight: normal;
  text-align: left;
  border: 1px #cccccc solid;
  }

.blog-post-content .blog-post-indent {
  padding: 0px 0px 0px 25px;
  text-align: left;
  }

.blog-post-caption__figcaption {
    display: table-caption;
    caption-side: bottom;
    font-size: 1.50rem;
    font-style: italic;
    line-height: 1.5;
    background-color: #EDF2EE;
    padding: 1rem;
  padding-bottom: 2rem;
}

.blog-post-content video {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.blog-post-content @media only screen and (max-width: 480px) {
   .play-button{
      transform: scale(1.5);
   }

.blog-post-content hr.glossary {
    margin: 0px;
    border: none;
    height: 12px; /* Adjust height as needed */
    background-color: blue; /* Set desired color */
   }

}