


.blog-body-1__content h2, .blog-body-1__content h3, .blog-body-1__content h4, .blog-body-1__content h5, .blog-body-1__content h6 {
 text-wrap: auto; 
}

.blog-body-1__title {
  font-size: 2.5rem; 
}

.blog-body-1__content h2 {
 1.75rem; 
}

.blog-body-1__content h3 {
 1.5rem; 
}

.blog-body-1__content h4 {
 1.25rem; 
}

.blog-body-1__content h5 {
 1.15rem; 
}

.blog-body-1__content h6 {
 1rem; 
}

@media (max-width: 767px) {
  .blog-body-1__title {
    font-size: 2rem; 
  }
}

.blog-body-1__sharing-title:empty {
  display: none;
}

.blog-body-1__sharing .at-share-btn-elements a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.73rem;
  height: 2.73rem;
  border: 1px solid #E3E6EC;
}

.blog-body-1__sharing .at-share-btn-elements a:hover {
  transform: none;
}

.blog-body-1__sharing .at-share-btn-elements a .at-icon-wrapper {
  width: 1.6rem !important;
  height: 1.6rem !important;
  line-height: 1.6rem;
}

.blog-body-1__sharing .at-share-btn-elements a svg {
  width: 100% !important;
  height: 100% !important;
  fill: #003444 !important;
  vertical-align: top;
}

.blog-body-1__narration {
  margin-bottom: 32px;
}

.blog-body-1__narration .hs-audio-player {
  z-index: auto;
}

.blog-body-1__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: .56rem 0;
  border-top: 1px solid #E3E6EC;
  border-bottom: 1px solid #E3E6EC;
  line-height: 1.33rem;
}

.blog-body-1__tags-label,
.blog-body-1__tag {
  display: inline-block;
  vertical-align: middle;
  margin-top: .28rem;
  margin-bottom: .28rem;
  margin-inline-end: 1.11rem;
}

.blog-body-1__tags-label {
  color: #003444; 
}

.blog-body-1__tag {
  color: inherit;
  text-decoration: none;
  padding-inline-end: 1.11rem;
  border-inline-end: 1px solid #E3E6EC;
}

.blog-body-1__tag:last-child {
  margin-inline-end: 0;
  padding-inline-end: 0;
  border-inline-end: 0;
}

.blog-body-1__tag:hover {
  color: #003444;
  text-decoration: none;
}

@media (min-width: 1140px) {
  .blog-body-1--wo-sidebar .blog-body-1__main {
    padding-inline-end: 16px;
  }
}

@media (max-width: 1139px) {
  .blog-body-1__aside-2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .blog-body-1__aside-1,
  .blog-body-1__aside-2 {
    position: sticky;
    top: 98px;
  }
  
  .blog-body-1__aside-1 {
    order: 1;
  }
  
  .blog-body-1__main {
    order: 2;
    padding-inline-end: 64px;
  }

  .blog-body-1--wo-sidebar .blog-body-1__main {
    padding-inline-end: 16px;
  }
  
  .blog-body-1__aside-2 {
    order: 3;
  }
  
  .blog-body-1__sharing .sharing__intro {
    margin-bottom: 1.11rem !important;
  }

  .blog-body-1__sharing .sharing__icons {
    flex-direction: column;
    align-items: flex-start;
    gap: .89rem !important;
  }
  
  /* AddThis styles */
  
  .blog-body-1__sharing .at-share-btn-elements {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .blog-body-1__sharing .at-share-btn-elements a {
    margin-bottom: .89rem;
  }

  .blog-body-1--extended .blog-body-1__aside-2 {
    position: static;
    top: auto;
    align-self: stretch;
  }

  .blog-body-1__sticky-rich-text {
    position: sticky;
    top: 98px;
  }
}

@media (max-width: 1139px) {
  .blog-body-1__aside-2 {
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .blog-body-1__sharing {
    padding-top: 64px;
  }
}

.blog-classic-sidebar__subscription .hs-form-field {
  margin-bottom: 1rem!important;  
}