/** Shopify CDN: Minification failed

Line 102:13 Expected ":"
Line 102:22 Expected ":"

**/
.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: 72rem;
  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;
  font-weight: 900;
}

.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);
}

/* Fixed content section - removed problematic line-height */
.article-template__content {
  margin-top: 3rem;
  margin-bottom: 3rem;
  line-height: 1.6 !important;
  font-family; Raleway;
}

.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;
}

.rte img {
  border-radius: unset !important;
}

/* Fixed Drop Cap CSS - Text aligns with BOTTOM of big letter */
.article-first-paragraph {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.first-letter {
  float: left !important;
  font-size: 4em !important;
  line-height: 1.2 !important;
  font-weight: bold !important;
  margin: 0 0.1em 0 0 !important;
  padding: 0 !important;
  color: #000 !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1) !important;
  display: block !important;
  position: relative !important;
  bottom: -31px !important;
}

.article-content-text {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  text-align: justify !important;
}

/* Make text start from BOTTOM of big letter */
.article-content-text p:first-child {
  margin-top: 3.2em !important;
  margin-bottom: .5em !important;
  padding-top: 0 !important;
  text-indent: 0 !important;
  line-height: 1.6 !important;
}

/* Remove first letter from content since using metafield */
.article-content-text p:first-child::first-letter {
  display: none !important;
  float: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
}

/* Fix consistent spacing and indentation for all paragraphs */
.article-content-text p {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  padding: 0 !important;
  line-height: 1.6 !important;
  text-align: justify !important;
  text-indent: 0 !important;
}

/* Clear float after the drop cap */
.article-first-paragraph::after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/* Responsive adjustments */
@media screen and (max-width: 750px) {
  .first-letter {
    font-size: 4.2em !important;
    margin-right: .4em !important;
    line-height: 0.8 !important;
    top: 0.12em !important;
  }
  
  .article-content-text p:first-child {
    margin-top: 2em !important;
  }
}

@media screen and (max-width: 480px) {
  .first-letter {
    font-size: 3em !important;
    margin-right: 0.4em !important;
    line-height: 1.1 !important;
    top: 0.1em !important;
  }
  
  .article-content-text p:first-child {
    margin-top: 1.7em !important;
  }
}