/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 100%;
}

.blog-post__meta {
  margin-bottom: 1.4rem;
}

.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-post__tag-link {
  font-size: 12px;
}

/* Blog related posts */



article.blog-post {
    padding-top: 0px;
}
.sidebar-link .h3{
 -webkit-transition: all 300ms linear;
    transition: all 300ms linear;   
}
.sidebar-link .h3:hover{
    color: #00BAF2;
}
.post-content-container {
    display: flex;
    column-gap: 175px;
    row-gap: 75px;
    align-items: flex-start;
}
.post-content-container .blog-post__body {
    width: 72%;
}
.post-content-container .blog-post-sidebar {
    width: 28%;
}
.post-content-container .blog-post-sidebar > div {
  background: #243247;
  border-radius: 16px;
  padding: 40px;
}
.blog-post-sidebar-bottom {
    margin-top: 40px;
}
.sidebar-tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.sidebar-tag-list a.blog-post__tag-link {
  background: transparent;
  color: #fff;
  padding: 8px 10px;
  border: 1px solid #fff;
}
.sidebar-tag-list a.blog-post__tag-link:hover {
  background: #fff;
  color: #111;

  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}


.blog-post-sidebar .author-avatar {
    max-width: 128px;
  margin-bottom: 15px;
}
.blog-post-sidebar .author-avatar img {
  border-radius: 12px;
  object-fit: cover;
  width: 128px;
  height: 128px !important;
}
.blog-post-sidebar .h3 {
  margin-bottom: 8px;
}
.blog-post-sidebar .social-networks-wrapper {
    display: flex;
    gap: 16px;
  margin-top: 20px;
}
.blog-post-sidebar .social-container {
    margin-top: 125px;
}
.blog-post-sidebar .social-container > p {
    text-transform: uppercase;
  line-height: 1;
}
.blog-post-sidebar .social-networks-wrapper a {
  color: #1B2A3F;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-post-sidebar .social-networks-wrapper a:hover{
      background: #00BAF2;
     color: #ffffff;
}
.blog-post-sidebar.sticky {
    position: sticky;
    top: 0;
}
.blog-post-sidebar.stop {
    position: absolute;
    top: auto;
    bottom: 0;
}

.blog-post-post__meta > p,
.blog-post-sidebar .social-container p {
    font-size: 14px;
    line-height: 28px;
  margin: 0;
}


.blog-post__body h2 {
    margin-bottom: 20px;
  margin-top: 64px;
}
.blog-post__body h2:first-of-type {
    margin-top: 0;
}
.blog-post__body p ~ h2:first-of-type {
    margin-top: 64px;
}

#hs_cos_wrapper_post_body > img {
    margin: 64px 0;
}


.blog-post-sidebar .blog-post-headings {
    margin-top: 96px;
}
.blog-post-sidebar .blog-post-headings ul {
  padding: 0;
  list-style: none;
  position: relative;
}
.blog-post-sidebar .blog-post-headings li {
  position: relative;
  padding-left: 34px;
}
.blog-post-sidebar .blog-post-headings li:not(:last-child) {
  padding-bottom: 32px;
}
.blog-post-sidebar .blog-post-headings a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.blog-post-sidebar .blog-post-headings li:not(.active) a {
  color: #5E5C6A;
}
.blog-post-sidebar .blog-post-headings li::after {
  content: '';
  position: absolute;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: #5E5C6A;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
  transform: scale(1);
  z-index: 9;
  
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.blog-post-sidebar .blog-post-headings li::before {
  background: #5e5c6a;
  content: "";
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 7px;
  left: 3.624px;
  width: 1px;
}
.blog-post-sidebar .blog-post-headings li:last-child::before {
  display: none;
}
/* .blog-post-sidebar .blog-post-headings li:last-child::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 87%;
    width: 2px;
    left: 3.5px;
    background: #243247;
    z-index: 0;
} */
.blog-post-sidebar .blog-post-headings li.active::after {
  background-color: #00BAF2; /* Highlight color */
  transform: scale(2);
}
section.blog-related-posts {
    padding-top: 16px;
    padding-bottom: 192px;
}
.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 0 1rem;
}
.testing-color{
    color: #00FFFF;
}
.news-blog-side-bar .social-container{
    margin-top: 0px !important;
/*     margin-bottom: 60px; */
}
.blog-post__body blockquote{
    font-size: 24px;
    line-height: 32px;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    border-left: 4px solid #00BAF2;
    margin: 30px 0px;
    padding: 0px 20px;
}
.blog-post__body ul{
    margin: 0px 0px 0px 15px;
    padding: 0px;
}
.blog-post__body ul li{
    margin-bottom: 8px;
}
.blog-post__body ul li:last-child{
    margin-bottom: 0px;
}
blockquote.v2{
    font-size: 24px;
    line-height: 32px;
    font-family: Roboto, sans-serif;
    font-weight: 200;
  width:90%;
  margin:50px auto;
  font-style:italic;
  color: #ffffff;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #00baf2 ;
  line-height:1.6;
  position: relative;
  background:#243247;
  border-radius: 16px;
}

blockquote.v2::before{
  font-family:Arial;
/*    font-family: Montserrat, sans-serif; */
  content: "\201C";
  color:#00baf2;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote.v2::after{
  content: '';
}

blockquote.v2 span{
  display:block;
  color:#ffffff;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}
.blockquote-author-name{
      font-family: Montserrat, sans-serif; 
        font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
}
.blockquote-author-pos{
      font-family: Montserrat, sans-serif; 
        font-size: 18px;
    line-height: 26px;
    font-weight: normal;
  font-style: normal;
}
.blockquote-author{
    display: flex;
    gap: 15px;
    align-items: center;
}
.blockquote-author-photo img{
    border-radius: 100%;
    max-width: 60px;
    width: 100%;
    height: auto;
}
.main-quote{
    margin-bottom: 30px;
}
.blockquote-author-photo{
    padding-top: 10px;
}
@media only screen and (max-width: 600px) {
    blockquote.v2{
        padding: 1.2em 30px 1.2em 50px;
    }
    blockquote.v2:before{
            top: 40px;
    }
  .blockquote-author-name,
    .blockquote-author-pos,
    blockquote.v2{
     font-size: 16px;
    line-height: 25px;       
    }

}
.post-item-tags-wrapper{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.post-item-tag{
    border-radius: 4px;
        padding: 4px 8px;
    background-color: #f68f43;
    font-size: 12px;
}
.post-item-published-date{
    background-color: #ffffff !important;
    color: #1B2A3F !important;
}
.sidarbar-industry-tags-wrapper{
     display: flex;
    gap: 10px;   
}
.sidarbar-industry-tag{
    font-family: Montserrat, sans-serif;
    border-radius: 6px;
    padding: 8px 14px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
}
.related-news-wrapper{
    display: grid;
    gap: 20px;
     grid-template-columns: repeat(3, 1fr);
}
.related-news-item{
    
}
.related-item-learn-more-btn{
    margin-top: 90px;
    text-decoration: underline;
      text-decoration-color: #00baf2;
}
.related-news-item-learn-more-btn{
     margin-top: 30px;
    text-decoration: underline;
      text-decoration-color: #00baf2;   
}
.highlighted-blog-content-box{
    padding: 40px;
    background-color: #243247;
    border-radius: 16px;
}
.highlighted-blog-content-box p:last-child{
    margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

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


article.blog-related-posts__post:not(:last-child) {
    border-right: 1px solid #DFDDE0;
}

.blog-featured-image-container a {
    line-height: 1;
  display
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
  object-fit: contain;
  width: 536px;
  height: 312px;
  border-radius: 16px;
}

.blog-related-posts__tags {
    margin: 24px 0;
}

.blog-related-posts__title {
  margin: 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;
}
.post-content-guide{
    padding-left: 20px;
}
.post-content-guide li{
    margin-bottom: 10px;
}
.post-content-guide li a{
    color: #ffffff;
}
.success-stories-right-sidebar .social-container{
    margin-top: 0px !important;
}
.industries-tags-container{
    margin-top: 60px;
}
.related-news-wrapper .related-news-item:nth-child(4){
    display: none;
}
.related-news-item-img img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 1023px) { 
  .post-content-container {
    flex-direction: column-reverse;
  }
  body .pg-page-banner {
    padding: 50px 25px;
  }
  .post-content-container > div {
      width: 100% !important;
  }
  body .pg-page-banner-container {
      margin-bottom: 56px;
  }
  .post-content-container .blog-post-sidebar {
    position: relative !important;
  }
  .post-content-container .blog-post-sidebar > div {
    padding: 25px;
  }
  .blog-post-sidebar .blog-post-headings,
  .blog-post-sidebar .social-container {
    margin-top: 20px;
  }
  
  .blog-related-posts__list {
    flex-direction: column;
    row-gap: 50px;
  }
  article.blog-related-posts__post:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #DFDDE0;
    padding-bottom: 50px !important;
  }
  
  .blog-related-posts__image {
    width: 100%;
  }
  
  section.blog-related-posts {
    padding-bottom: 92px;
  }
}

@media screen and (max-width: 850px) {
    .related-news-item{
        margin-bottom: 20px;
    }
  .related-news-wrapper{
          grid-template-columns: repeat(2, 1fr);
  }
    .related-news-item-learn-more-btn,
    .related-item-learn-more-btn{
        margin-top: 40px;
    }
  .pg-breadcrumb {
    flex-wrap: wrap;
  }
  .pg-breadcrumb li {
    margin-bottom: 10px;
  }
  .pg-breadcrumb li:last-child:before {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
        .related-item-learn-more-btn{
        margin-top: 20px;
    }
      .related-news-wrapper{
          grid-template-columns: repeat(1, 1fr);
  }
    .highlighted-blog-content-box{
        padding: 16px;
    }
    .content-jump-links{
        display: none;
    }
}