.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */


.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494a52;
}
img.blog-header__author-avatar {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

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

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}



@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}


/* Blog post */

.post-featured-image {
  max-height: inherit !important;
}

.blog-post {
  box-shadow:none !important;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

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

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

.hs-search-field__suggestions {
  position: absolute;
  width: calc(100% - 30px);
  background-color: #fff;
  padding: 10px !important;
  margin-left: 30px !important;
}
@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

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

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

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

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

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

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

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

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

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

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}
/* blog css */
.hs-blog-listing .dnd-section,
.hs-blog-listing .content-wrapper--vertical-spacing {
  padding: 0;
}
.hs-blog-listing .blog_container {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  padding-top: 0;
}

.hs-blog-listing .blog_container {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  padding-top: 0;
}
.hs-blog-listing .body-container--blog-index {
  background: #fff;
}
.hs-blog-listing .blog-index__post-inner-card {
  width: 100%;
  padding: 20px 20px 30px;
  box-shadow: none !important;
  color: #213854;
  text-decoration: none;
  max-width: 100%;
  display: inline-block;
  background-color:#fff;
  margin: 10px 5px;
  margin-bottom: 25px;
}

.hs-blog-listing .blog-index__post-inner-card:hover {
  box-shadow: 0 30px 100px 0 rgb(0 0 0 / 10%) !important;
}
.hs-blog-listing .blog-index__post-content {
  padding-top: 30px;
}
.custom-author {
  display: flex;
  align-items: center;
}


.hs-author-avatar {
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 12px;
  border-radius: 100px;
}
.hs-blog-listing .blog-index__post-content h2 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #0a111a;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
}
.hs-blog-listing  a.blog-index__post-image img {
  width: 100%;
  background-image: linear-gradient( 
    180deg
    ,#fff,#fff);
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: 220px;
}

/* ============ Blog Post =======*/

.custom-blog-post-top{
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(194,200,208,.05);
}

.hs-blog-post .custom-blog-post-top .custom-blog-post-top-wrap{
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  align-items: stretch;
  width:100%;
}


.hs-blog-post .custom-blog-post-top .custom-blog-post-top-left {
  width: 55%;
  max-width: 550px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.hs-blog-post .custom-date {
  line-height: 20px;
}
.custom-blog-post-top .custom-blog-post-top-left h1 {
  color: #213854;
  font-size: 50px;
  line-height: 53px;
  text-align: left;
  margin: 0 0 20px;
  font-weight: 500;
}

.custom-blog-post-top .custom-blog-post-top-left .blog-author-bio {
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.custom-blog-post-top .custom-blog-post-top-left .blog-author-bio .custom-author a {
  color: #213854;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.custom-blog-post-top .custom-blog-post-top-left .blog-author-bio .custom-date {
  color: rgba(33,56,84,.5);
  font-size: 16px;
}
.hs-blog-post .blog-index__post-inner-card {
  box-shadow: none  !important;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  text-decoration: none;  
  border: 1px solid rgba(33,56,84,.2);
}
.hs-blog-post .blog-index__post-inner-card:hover {
  box-shadow: -5px 0px 20px 0px rgb(73 75 77 / 10%) !important;
}
.blog-card-text a:hover {
  color: #213854;
}
.custom-blog-post-top .custom-blog-post-top-right {
  overflow: hidden;
  width: 46%;
  max-width: 500px;
  margin-left: 30px;
  border-radius: 10px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 10px 100px 0 rgb(0 0 0 / 5%);
}

.custom-blog-post-top .custom-blog-post-top-right img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.custom-blog-post-middle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.custom-blog-post-middle .custom-blog-post-middle-left {
  width: 68%;
  margin-right: 70px;
}

.custom-blog-post-middle .blog-post__tags {
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: start;
  align-items: flex-start;
}
.custom-blog-post-middle .blog-post__tags img {
  width: 15px;
  margin-top: 2px;
  margin-right: 10px;
  -webkit-filter: invert(50%);
  filter: invert(50%);
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.custom-blog-post-middle .blog-post__tags a {
  display: inline-block;
  margin-right: 0;
  color: #eb3945;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 400;
}

.custom-blog-post-middle-right {
  position: sticky;
  top: 60px;
  display: flex;
  width: 32%;
  padding: 25px 25px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.blog-form .hs_cos_wrapper_type_form{
  background: inherit;
  padding: inherit;
  max-width: inherit;
  display: inherit;
  margin-bottom:inherit;
}




.blog-form h3 {
  max-width: 240px;
  padding: 10px 0;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  background: transparent;
  color: #000;
  margin: 0 auto;
}

.blog-form .hs-input {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  width: 100%;
  max-width: none;
  margin-right: 0;
  margin-bottom: 10px;
  display: block;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
}
.blog-form .hs-form-field {
  margin-bottom: 0;
}
.blog-form .hs-input::placeholder {
  color: #a7a7a7;
}
.blog-form input.hs-button.primary.large {
  height: 100%;
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #49a678;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
}


.blog-cards-heading {
  padding-bottom: 20px;
}

.blog-cards-heading h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #0a111a;
  font-size: 40px;
  line-height: 115%;
  font-weight: 800;
  text-align: center;
}

.blog-cards-image img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(33,56,84,.2);
  border-radius: 2px;
  text-decoration: none;
}

.blog-cards {
  display: flex;
  column-gap: 20px;
}

.right-blog-cards {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(33,56,84,.2);
  border-radius: 2px;
  text-decoration: none;
}

.left-blog-cards {
  width: 100%;
  border: 1px solid rgba(33,56,84,.2);
  border-radius: 2px;
  text-decoration: none;
}


.blog-cards-image {
  height: 290px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-card-text {
  padding: 40px;
}

.blog-card-text h2 {
  font-size: 24px;
  line-height: 130%;
}

.blog-card-text a {
  color: #213854;
  font-size: 16px;
  font-weight: 400;
}
.hs-blog-listing .blog-index__post-content h2 a,
.hs-blog-listing .blog-index__post-content h2 a:hover {
  color: #0a111a;
}
.hs-blog-listing p.blog-summary {
  margin-top: 0;
  margin-bottom: 20px;
  color: rgba(33,56,84,.7);
  font-size: 18px;
  line-height: 24px;
}
.hs-blog-listing .blog-date {
  color: rgba(33,56,84,.5);
  font-size: 16px;
  line-height:20px;
}
.hs-blog-listing .body-container .content-wrapper, 
.hs-blog-listing .body-container .dnd-section>.row-fluid {
  width: 100% !important;
}

.content-wrapper {
  padding:0;
  width: 90%;
}
.custom-blog-post-top.content-wrapper{
  padding:0;
}
.custom-blog-post-top .custom-blog-post-top-wrap{
  flex-direction: column;
  align-items:center;
}
.custom-blog-post-top .custom-blog-post-top-left{
  width:100%;
}
.custom-blog-post-top .custom-blog-post-top-right{
  width: 100%;
  max-width: 550px;
  margin-left: 0;
}
.custom-blog-post-top .custom-blog-post-top-right img{
  width: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post__body img {
  max-width: 100%;
  width: 100%;
}
.blog-post__body p {
  color: rgba(33, 56, 84, 0.7);
}
.custom-blog-post-middle-left {
  width: 100%;
  margin-right: 0;
}
.custom-blog-post-bootom{
  padding-top: 100px;
  padding-bottom: 100px;
}

.pagination_wrap {
  margin-top: 70px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.hs-author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
section.custom-blog-post-bootom .blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2);
  flex: 0 0 calc(100% / 2);
  padding: 0 10px;
}
.custom-blog-post-bootom .content-wrapper {
  display: block;
  align-items: center;
  flex-direction: column;
}
.blog-pagination {
  display: flex;
}
a.blog-index__post-image.blog-index__post-image--small img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.blog-pagination__link {
  color: #213854;
  display: flex;
  height: 50px;
  padding-right: 30px;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  border-color: rgba(0,0,0,.2);
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 2px;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.hs-blog-listing .hs_cos_wrapper_type_password_prompt,
.hs-blog-listing .hs-search-field__bar,
.hs-blog-listing .hs_cos_wrapper_type_form,
.hs-blog-listing .widget-type-blog_subscribe,
.hs-blog-listing .widget-type-google_search,
.hs-blog-listing .widget-type-password_prompt.custom_error_message, 
.hs-blog-listing .widget-type-email_simple_subscription, 
.hs-blog-listing .section.post-footer form, 
.hs-blog-listing .hs_cos_wrapper_type_member_login,
.hs-blog-listing .hs_cos_wrapper_type_member_register, 
.hs-blog-listing .hs_cos_wrapper_type_password_reset_request,
.hs-blog-listing .hs_cos_wrapper_type_password_reset {
  max-width: inherit;
  display: inherit;
  background: inherit;
  margin-bottom: inherit;
  padding: inherit;
}
.hs-blog-post .body-container--blog-post {
  background: #ffff;
}
.main-post-search form {
  display: flex;
  margin-bottom: 0;
  margin-left: 30px;
  align-items: stretch;
  border: 1px #000;
}
.hs-blog-post  .blog-related-posts__list {
  margin: 0 -10px;
}
.main-post-search form input {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  border: 2px #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgba(0,0,0,.04);
  color: #fff;
  font-size: 16px;
  line-height: 1.42857143;
  padding: 8px 12px;
  height: 50px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.blog-card-text h2 a {
  font-size: 24px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 30px;
  color: #0a111a;
  font-weight: 800;
}
.main-post-search .hs-search-field__bar button svg {
  display: none;
}
.custom_form .hs_firstname {
  width: 250px !important;
  margin-right: 12px;
}
.custom_form form fieldset {
  order: 1;
}
.custom_form .hs_submit.hs-submit {
  order: 2;
}
.custom_form .hs_error_rollup {
  order: 3;
  width: 100%;
}
.custom_form .hs-input::placeholder {
  color: #9b9b9b;
}
.custom_form .hs-input {
  margin-right: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 12px;
  padding: 8px 12px 8px 20px
    display: block;
  width: 100%;
  height:50px;
}
.main-post-search form button {
  background-color: #1479f6;
  color: #fff;
  height: 50px;
  padding: 15px 40px;
  border: 2px #fff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: inherit;
  white-space: nowrap;
}
.custom_form input.hs-button.primary.large {
  white-space: nowrap;
}

.custom_form .hs_email {
  width: 364px !important;
  margin-right: 12px;
}
.main-post-search form button span:before {
  content: "Search";
}
.custom_form form, .submitted-message{
  display:flex;
  flex-wrap: wrap;
}
a.blog-pagination__link.blog-pagination__prev-link.blog-pagination__prev-link--disabled,
a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
  display: none;
}
@media(max-width:1250px){
  .hs-blog-post .custom-blog-post-top .custom-blog-post-top-left{
    padding-right:10px;
  }
}
@media (max-width: 991px){
  .blog_download_section .container {
    flex-direction: column;
  }
  .custom_img {
    width: 40% !important;
  }
  .blog_download_section .custom_form {
    width: 100% !important;
    max-width: 500px !important;
    margin-top: 60px;
    display: block !important
  }
  .blog_download_section h2.download-heading {
    line-height: 40px;
  } 
  .custom_form form, .submitted-message {
    display: block;
  }
  .custom_form .hs_firstname,
  .custom_form .hs_email{
    width: 100% !important;
    margin-right: 0;
  }
  .custom_form  .hs-form-field {
    margin-bottom: 20px!important;
  }
  .custom_form .hs-input {
    height: 62px !important;
  }
  .blog_download_section .hs_cos_wrapper_type_password_prompt,
  .blog_download_section .hs-search-field__bar,
  .blog_download_section .hs_cos_wrapper_type_form, 
  .blog_download_section .widget-type-blog_subscribe,
  .blog_download_section .widget-type-google_search,
  .blog_download_section .widget-type-password_prompt.custom_error_message,
  .blog_download_section .widget-type-email_simple_subscription, 
  .blog_download_section .section.post-footer form,
  .blog_download_section .hs_cos_wrapper_type_member_login, 
  .blog_download_section  .hs_cos_wrapper_type_member_register,
  .blog_download_section .hs_cos_wrapper_type_password_reset_request, 
  .blog_download_section .hs_cos_wrapper_type_password_reset {
    max-width: 500px;
  }
  .custom_form input.hs-button.primary.large {
    margin-top: 0;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  .custom_form .hs_firstname .input, 
  .custom_form .hs_email .input {
    margin-right: 0px !important;
  }
  .hs-blog-post .custom-blog-post-top .custom-blog-post-top-wrap {
    flex-direction: column;
    align-items: center;
  }
  .hs-blog-post .custom-blog-post-top .custom-blog-post-top-left {
    width: 100%;
    margin-top: 0;
  }

  .custom-blog-post-top .custom-blog-post-top-left h1 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 58px;
  }

  .custom-blog-post-middle {
    flex-direction: column;
  }

  .custom-blog-post-middle .custom-blog-post-middle-left {
    width: 100%;
    margin-right: 0;
  }

  .custom-blog-post-middle-right {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }
  .blog-cards-heading h2 {
    font-size: 36px;
    line-height: 40px;
  }
  h1.blog-header__title {
    line-height: 40px !important;
    font-size: 40px !important;
  }
}
.tab-links-border {
  display: none;
}
@media (max-width: 767px){
  .blog-cards {
    flex-direction: column;
    max-width: 500px;
    row-gap: 60px;
    margin:0 auto;
  }
  .tab-links-border {
    display: block;
  }
  .tab-links-border {
    margin-bottom: 70px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  a.blog-nav-2-link {
    display: block;
    height: 100%;
    padding: 13px 20px;
    color: #eb3945 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
  }
  .main-post-search {
    max-width: 400px;
    margin-top: 37px;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-links-wrapper .block h3 {
    padding-right: 21px;
    background-image: url(//7013702.fs1.hubspotusercontent-na1.net/hubfs/7013702/raw_assets/public/Papertrail_August2021/images/5fd110263ed35fdbdde1b7f5_32195.svg);
    background-position: 100% 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 300px;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 20px;
    margin: 0;
    cursor: pointer;
  }
  .tab-links-wrapper .block h3:hover {
    color: rgba(33,56,84,.7);
  }
  .blog-sidebar-topic-filter .widget-module ul {
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 100px 0 rgb(0 0 0 / 5%);
    margin: 0;
    list-style: none;
    padding-bottom: 20px;
    display: none;
    position: absolute;
  }
  .open .blog-sidebar-topic-filter .widget-module ul {
    display: block;
  }
  .blog-sidebar-topic-filter .widget-module ul li a {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: capitalize;
  }

  .blog-sidebar-topic-filter span.filter-link-count {
    display: none;
  }

  .widget-module ul li:first-child a {
    color: #0082f3;
  }
  .blog-sidebar-topic-filter .widget-module ul li a:hover {
    color: rgba(33,56,84,.8);
  }
  .tab-links-wrapper {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .custom-blog-post-top .custom-blog-post-top-right{
    height:auto;
  }
  .custom-blog-post-top .custom-blog-post-top-left .blog-author-bio .custom-date {
    font-size: 14px;
  }
  .blog-cards-heading h2{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
    text-align: left;
  }
  .hs-blog-listing .blog-index__post-inner-card {
    margin: 10px 0;
  }
  .blog-post__body p {
    color: rgba(33,56,84,0.7);
    font-size: 17px;
    line-height: 24px;
  }
  .hs-blog-post .custom-blog-post-top .custom-blog-post-top-left{
    padding-right:0px;
  }
  section.custom-blog-post-bootom .blog-index__post:last-child {
    margin-bottom: 0;
  }
  section.custom-blog-post-bootom .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .pagination_wrap {
    flex-direction: column;
  }
  .blog-pagination__link {
    color: #213854;
    margin-bottom: 60px;
  }
  img.blog-header__author-avatar {
    margin-bottom: 20px;
  }
  h1.blog-header__title {
    display: flex;
    color: #0a111a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
    margin-top: 0;
    margin-bottom: 0;
  }
  h1.blog-header__title span {
    margin-top: 10px;
    font-size: 34px!important;
    line-height:36px !important;
  }
}
.blog-pagination__link {
  color: #213854 !important;
}
.custom_author_wrap {
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

h1.blog-header__title {
  display: flex;
  margin-top: 30px;
  font-size: 50px;
  line-height: 115%;
  font-weight: 800;
  margin-bottom: 30px;
  color: #0a111a;
}

h1.blog-header__title span {
  color: #eb3945;
  margin-left: 10px;
}
@media (max-width: 479px){
  .custom-blog-post-top{
    padding-top: 60px;
  }
  .custom-blog-post-top .custom-blog-post-top-left h1{
    font-size: 40px;
    line-height: 45px;
  }
  .custom-blog-post-top .custom-blog-post-top-left .blog-author-bio{
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-blog-post-top .custom-blog-post-top-left .blog-author-bio .custom-date{
    margin-top: 20px;
  }
  .tab-links-wrapper {
    flex-direction: column-reverse;
  }
  .custom-blog-post-top .custom-blog-post-top-right{
    box-shadow: none;
    height: auto;
    min-height: auto;
  }
  a.blog-nav-2-link {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
  }
  .tab-links-wrapper .block h3 {
    line-height: 20px;
    padding-right: 30px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  h1.blog-header__title span {
    font-size: 32px!important;
    text-align: center;
    line-height:36px !important;
  }
}
/* LinkedIn button alignment */
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -3px; 
}
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    padding-top: 3px;
}