main#main-content {
  margin-top: 85px;
}




.body-container--blog-index {
  padding: 0 !important;
}
/* Blog post */
.blog-post-section{
  padding:62px 0;
}
.blog-post-section .row-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-post-section .row-inner .sidebar-wrapper {
  width: 27%;
  padding: 0 15px;
}

.blog-post-section .row-inner .main-content-wrapper {
  width: 63.81%;
  padding: 0 15px;
  margin-left: auto;
}

.author-group {
  margin-bottom:43px;6
  border-top: 1px solid #EBEEF2;
  padding-top: 22px;
  border-bottom: 1px solid #EBEEF2;
  padding-bottom: 22px;
}

.author-group .author-img {
  margin: 0 0 26px;
  width:79px;
  line-height: 0;
}
.author-group .author-img img{
  border-radius:100px;
}
.author-group .author-bio .name {
  font-weight: 700;
}
.author-group .author-bio .name a {
  color: #00293a;
  text-decoration: none;
}

.author-group .author-bio .designation a {
  color: inherit;
  text-decoration: none;
}
.author-group .author-bio .designation {
  color: #80899F;
  font-weight: 700;
}
.subscribe-form-group{
  margin-top:70px;
}
.subscribe-form-group .col-inner {
  background: #F8F8F8;
  border-radius: 24px;
  padding: 24px 27px 57px;
  position:relative;
}
.subscribe-form-group  .bottom-icon {
  width: 92px;
  height: 91px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #f8f8f8;
}
.subscribe-form-group .col-inner h6 { 
  font-family: DM Sans,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1D252D;
}
.subscribe-form-group .col-inner h6 strong {
  display: block;
}
.subscribe-form-group .form-group .hs-form-field > label {
  display: none;
}
.subscribe-form-group form input[type=email],
.subscribe-form-group form input[type=file],
.subscribe-form-group form input[type=number],
.subscribe-form-group form input[type=password], 
.subscribe-form-group form input[type=search],
.subscribe-form-group form input[type=tel],
.subscribe-form-group form input[type=text],
.subscribe-form-group form select, .subscribe-form-group form textarea{
  border: 1px solid #00609C80;
  background: #FFFFFF;
  border-radius:8px;
  padding:8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  outline:none !important;
}
.subscribe-form-group input.hs-button.primary.large {
  padding: 8px 40px;
  border-radius: 8px; 
  font-family: DM Sans,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  transition:0.4s;
  text-align: center;
  width: 100%;
  background: #00609C;
}
.subscribe-form-group input.hs-button.primary.large:focus,
.subscribe-form-group input.hs-button.primary.large:hover{
  background:#00293A;
}
.subscribe-form-group .submitted-message {
  text-align: center;
}
.social-share-group .title {
  font-family: DM Sans,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26.04px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #80899F;
  margin: 0 0 35px;
}

.social-share-group ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  gap: 32px;
}
.social-share-group li a{
  width:25px;
  height:25px;
  display:inline-block;
}
.social-share-group {
  margin: 0 0 52px;
}
.social-share-group ul li a svg path{
  transition:0.4s;
}
.social-share-group ul li a:hover svg path {
  fill: #00609c !important;
}

.case-study-group .title-icon { 
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #959EB2;
  margin: 0 0 8px;
}


.case-study-group .listing-items .subtext { 
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #00293A;
}

.case-study-group .listing-items .c_item:not(:last-child) {
  margin-bottom: 32px;
}

.case-study-group {
  border-top: 1px solid #EBEEF2;
  border-bottom: 1px solid #EBEEF2;
  padding-top: 32px;
  padding-bottom: 56px;
  margin-bottom: 47px;
}
.blog-post-section.case-study .blog-post__body li {
  margin-bottom: 16px;
}

.press-post-layout {
  padding: 76px 0 56px;
}

.press-post-layout .inner-wrapper {
  max-width: 680px;
  margin: auto;
}

.press-post-layout .blog-post__body {
  padding-top: 30px;
}

.press-post-layout .post-title h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.press-post-layout .content-wrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.responsive-table {
  margin-bottom:28px;
  overflow-x: auto;
}

.post-items .post-item.first-page-first-post .date {
  display: none;
}

.post-items .post-item:not(.first-page-first-post) .post-readtime {
  display: none;
}
.subscribe-form-group .hs_error_rollup {
  display: none;
}
.subscribe-form-group ::placeholder{
  color:#1D252D;
}
.blog-post__body *:last-child {
  margin-bottom: 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-items {
  display: flex;
  flex-wrap: wrap;
  row-gap:27px;
  margin: 0 -15px;
}

.post-items .post-item {
  width: 50%;
  padding: 0 15px;
}
.post-items .post-item.first-page-first-post {
  width: 100%;
}
.post-items .post-item .col-inner {
  border: 1px solid rgba(235, 238, 242, 0.49);
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height:100%;
  transition: box-shadow 0.3s ease-in-out;
}
.post-items .post-item:hover .col-inner{
  box-shadow: 0px 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
.post-items .post-item .meta { 
  font-family: DM Sans,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom:8px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #80899F;
}

.post-items .featured-image {
  display: block;
  line-height: 0;
  margin: 0 0 16px;
  aspect-ratio: 16 / 9;
  position: relative;
}

.post-items .post-item h6 {
  font-family: DM Sans,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1D252D;
  margin:0 0 8px;
}

.post-items .post-item h6 a { 
  text-decoration: none;
}
.post-items .post-item h6 a:not(:hover) { 
  color:inherit;
}

.post-items .excerpt {  
  font-size: 14px;
  font-weight: 400;
  line-height: 24px; 
  margin: 0 0 16px;
}

.post-items a.more-link {
  font-family: DM Sans,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color:#1d252d;
  text-decoration: none; 
}
.post-items a.more-link svg path{
  fill:#1d252d !important;
}
.post-items .post-item:hover h6 a,
.post-items .post-item:hover a.more-link{
  color:#00609c;
}
.post-items .post-item:hover a.more-link svg path{
  fill:#00609c !important;
}

.blog-post__body table{
  border:none !Important;
}
.blog-post__body div[data-hs-responsive-table="true"] {
  margin-bottom: 28px;
  overflow-x: auto !important;
}

.blog-post__body div[data-hs-responsive-table="true"] table {
  table-layout: auto !important;
}



.blog-post__body tbody tr:first-child td {
  background-color: #00609c;
  color: #fff;
  font-weight: 700;
  padding: 18px 12px !important;
  text-align: left;
  vertical-align: middle !important;
}

.blog-post__body tbody tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.blog-post__body tbody tr:first-child td:last-child {
  border-top-right-radius: 16px;
} 

.post-items .post-item:focus a.more-link svg path,
.post-items .post-item:hover a.more-link svg path{
  fill: #00609C;
}
.post-items .post-item:hover a {
  color: #00609C;
}
.post-items a.more-link span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-items .featured-image img {
  width: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.two-col-listing {
  padding: 42px 0;
}
.two-col-listing .row-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.two-col-listing .right-col {
  padding: 0 30px;
  width: 70%;
}

.two-col-listing .left-col {
  padding: 0 30px;
  width: 30%;
}
.back-link{
  margin-top:28px;
}
.back-link a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3; 
  text-decoration: none;
}
.back-link a:hover,
.back-link a:focus{ 
}
.body-container .search-group input.hs-search-field__input {
  border: 1px solid #F7F8F9;
  background: #F7F8F9;
  border-radius: 8px;
  width: 100%;
  padding: 11px 10px 11px 50px;
  height: 47px;
  outline:none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7; 

}
.body-container .search-group input.hs-search-field__input::placeholder{
  color: #1D252D66;
}
.body-container .search-group input.hs-search-field__input:focus{
  outline:none;
  border: 1px solid #A1DED2;
}
.body-container .search-group button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.body-container .search-group form {
  position: relative;
}
.blog-post__body ul,.blog-post__body ol {
  padding-left: 30px;
}
.related-resources-wrapper.no-posts {
  display: none;
}
.hs-search-results__pagination {
  margin-top: 30px;
}
.blog-post__body table {
  width: 100%;
}
.related-resources-wrapper {
  padding-top: 53px;
}
.press-post-layout .meta-info {
  font-weight: 400;
}
.hs-search__no-results {
  padding: 0 15px;
}
.blog-post__body table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.blog-post__body table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.blog-post__body table tr:last-child {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media(max-width:991px){
  main#main-content{
    margin-top: 80px;
  }
  .subscribe-form-group input.hs-button.primary.large{
    padding: 8px 20px;
  }
  .social-share-group ul {
    gap: 20px;
  }
}
@media(max-width:1200px) and (min-width:769px){
  .blog-listing .filter-group .checkbox-label {
    font-size: 16px;
  }
  .two-col-listing .row-inner { 
    margin-left: -20px;
    margin-right: -20px;
  }
  .two-col-listing .left-col,
  .two-col-listing .right-col {
    padding: 0px 20px; 
  }

}
@media(max-width:768px){
  .blog-post-section.case-study .subscribe-form-group {
    display: none;
  }
  .blog-post-section {
    padding: 35px 0;
  }
  .related-resources-wrapper .section-title {
    text-align: center;
  }
  .two-col-listing .row-inner {
    row-gap: 34px;
  }
  .blog-post-section .row-inner .sidebar-wrapper {
    display: none;
  }
  .case-study-group {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .blog-post-section.case-study .sidebar-wrapper {
    display: block;
    width: 100%;
  }

  .blog-post-section.case-study .sidebar-wrapper .social-share-group {
    display: none;
  }
  .blog-post-section .row-inner .main-content-wrapper {
    width: 100%;
  }
  .post-items{
    row-gap:24px;
  }
  .post-items .post-item {
    width: 100%;
  }
  .two-col-listing .right-col {
    width: 100%;
    padding: 0 20px;
  }
  .two-col-listing .left-col {
    width: 100%;
    padding: 0 20px;
  }

  .two-col-listing .row-inner {
    margin-left: -20px;
    margin-right: -20px;
  }
  .press-post-layout {
    padding: 32px 0;
  }
  .blog-post-section .sidebar-wrapper{
    width: 100%;
  }
  .blog-post-section.video .sidebar-wrapper {
    display: block;
    width: 100%;
  }

  .blog-post-section.video .sidebar-wrapper .social-share-group {
    display: none;
  }

  .blog-post-section.video .subscribe-form-group {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-post-section.video .row-inner {
    flex-direction: column-reverse;
  }
  .blog-post-section.podcast .row-inner .sidebar-wrapper.in-mobiles{
    display:block !important;
    width: 100%;
  }
  .blog-post-section.podcast .social-share-group {
    display: none;
  }
  .blog-post-section.podcast .related-resources-wrapper {
    padding-top: 75px;
  }

}