/* -------- Blog Index -------- */
.blog-listing {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.blog-listing__post {
  margin-bottom: 36px;
  width: 31%;
}
.blog-listing__post img {
  height: auto;
  width: 100%;
}
.blog-listing__post:first-child {
  align-items: center !important;
  display: grid !important;
  grid-gap: 36px !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 0 0 90px !important;
  padding: 0 !important;
  width: 100% !important;
}
.blog-listing__post-content {
  margin-top: 8px;
}
..blog-listing__post:first-child .blog-listing__post-content {
  margin-top: 0;
}
.blog-listing__post:first-child h2.blog-listing__post-title {
  font-size: 36px;
  line-height: 42px;
}
h2.blog-listing__post-title {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 18px;
}
.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 12px;
}


/* -------- Featured Blog Post -------- */
.jsx-2430354990:first-child {
  align-items: center !important;
  display: grid !important;
  grid-gap: 36px !important;
  grid-template-columns: 1fr 1fr !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
._hsBlogPostListing_1hg5v_8 {
  justify-content: space-between !important;
}

/* -------- Blog post hero -------- */
.blog-post-hero {
  display: grid;
  grid-template-columns: 1fr 1.125fr;
  margin: 0;
  min-height: 480px;
  padding: 0;
}
.blog-post-hero-text-container {
  align-items: center;
  background-color: #0c233f;
  display: flex;
  justify-content: flex-end;
  padding: 90px 0 90px 30px;
  width: 100%;
}
.blog-hero-text-wrapper {
  max-width: 555px;
}
.blog-hero-text-wrapper * {
  color: #fff !important;
}
.blog-hero-text-wrapper a {
  color: green;
}
.blog-hero-text-wrapper h1 {
  font-size: 48px;
}
.blog-post-hero-image-container {
  background-position: center;
  background-size: cover;
}
.blog-post-hero-image-container .right-angle {
  background-image: url('https://46106078.fs1.hubspotusercontent-na1.net/hubfs/46106078/images/angle-overlay-navy.svg');
  background-position: left -0.75px center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 90px 0 45px !important;
}
.blog-post-listing__post-image--card {
  margin-bottom: 6px;
}
.blog-post__meta {
  margin-bottom: 0;
}

.blog-post__meta a {
  text-decoration: underline;
}

.blog-post__timestamp {
  display: block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}
.blog-listing__post-tag {
  display: block;
  padding-bottom: 8px;
}
.blog-listing__post-tags,
.tag-container {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 18px;
}
.blog-post__tag-link {
  display: block;
  font-size: 0.875rem;
  padding-bottom: 6px;
}
.tag-container span,
.blog-listing__post-tags span {
  margin: 0 9px 0 0;
}

.blog-post h2{
  margin: 2rem 0 1rem !important;
}
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
  margin: 1.5rem 0 0.5rem !important;
}

.blog-post__body hr {
 border: 1px dashed #26a059;
 margin: 16px 0px;
 width: 90%;
 margin-right: 5%;
margin-left: 5%;
}
}


/* Blog related posts */

.blog-related-posts {
  background-color: #ebf8f0 !important;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
@media (max-width: 1023px) {
  .blog-listing__post:first-child {
    grid-template-columns: 1fr !important;
    grid-gap: 12px !important;
    margin: 0 0 60px !important;
  }
  ..blog-listing__post:first-child .blog-listing__post-content {
    margin-top: 8px;
  }
  .blog-listing__post {
    margin-bottom: 36px;
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .blog-post-hero {
    grid-template-columns: 1fr;
    min-height: 100%;
  }
  .blog-post-hero-text-container {
    order: 2;
    padding: 45px 30px;
  }
  .blog-hero-text-wrapper {
    max-width: 100%;
  }
  .blog-post-hero-image-container {
    min-height: 300px;
  }
  .blog-post-hero-image-container .right-angle {
    display: none;
  }
  .blog-listing__post {
    margin-bottom: 48px;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}