.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}
.hs-blog-listing .get_updates_section.type_2 h3.form-title {
  font-size: 50px;
  font-family: 'DINOT-Thin','Open Sans',sans-serif;
  text-transform: unset;
}

.hs-blog-listing .get_updates_section.type_2 form .hs-richtext p {
  font-size: 18px;
}
/* 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-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

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

.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: 1rem;
}

@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 {
  background: #fff;
  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%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

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

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.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 pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

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

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


}

/* 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 Style **/

.banner-container.listing-banner {
  position: relative;
  display: block;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  width: 100vw;
  background-color: #fbfbfb; 
}

.body-container--blog-index .dnd-section {
  padding: 0;
  max-width: 100%;
}

.body-container--blog-index .dnd-section .dnd-column {
  padding: 0;
}

.body-container--blog-index div[class*="flexbox-positioning"] > div {
  width: 100%;
}

.banner-header {
  position: relative;
  font-family: 'DINOT-Thin','Open Sans',sans-serif;
  font-size: 90px;
  /*padding-top: 8vw;*/
  padding-bottom: 10px;
  /*text-align: center;*/
  color: rgba(51,51,51,1.0);
}

.banner-subheader {
  margin: 0;
  font-family: "DINNextLTPro-Light",'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #001D3A;
  text-align: center;
}

.blog_site_search form {
  margin: 0;
  background: none;
  padding: 0;
  max-width: 100%;
}

.blog_site_search {
  text-align: center;
}

.blog_site_search  input.hs-search-field__input {
  box-sizing: border-box;
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-size: 18px;
  color: #404040;
  line-height: 1;
  outline: 0;
  width: 100%;
  max-width: 500px;
  height: 40px;
  min-height: 46px;
  background-color: #e7f8fa;
  border: 1px solid #91ced7;
  padding: 5px 23px;
  margin: 20px auto;
  position: relative;
  display: block;
  text-transform: none;
}

.blog_site_search  input.hs-search-field__input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.blog_site_search .hs-search-field__suggestions {
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 500px;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align:left;
  max-width: 100%; 
}

.blog_site_search .hs-search-field__suggestions #results-for {
  padding: 10px;
}

.blog_site_search .hs-search-field__suggestions li a {
  padding: 10px;
}

.blog_main {
  padding: 0 15px;
}

.the-wrapper {
  padding-top: 8px;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #dad6d3
}

#blog-topics-new {
  margin: 0;
  position: relative;
  padding: 0
}

#blog-topics-new li {
  display: inline-block;
  margin-right: 20px
}

#blog-topics-new li a {
  color: #001d3a;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'DINNextLTPro-Regular','Open Sans',sans-serif;
  display: block
}

#blog-topics-new li a:hover {
  opacity: .3
}

#blog-topics-new .industries-dropdown {
  display: none;
  position: absolute;
  border: 1px solid #dad6d3;
  z-index: 9999;
  background-color: #fff;
  padding: 0;
  top: 48px;
  border-bottom: 0
}

#blog-topics-new .industries-dropdown li {
  width: auto;
  display: block;
  border-bottom: 1px solid #dad6d3;
  margin: 0
}

li.industry-main>a {
  position: relative
}

li.industry-main>a:after {
  font-family: FontAwesome;
  font-weight: 900;
  content: "\F078";
  font-size: 10px;
  position: relative;
  left: 5px
}

#blog-topics-new .industries-dropdown li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  line-height: 1;
  display: block
}

#blog-topics-new .industry-main:hover .industries-dropdown {
  display: block
}

.the-topic {
  padding-left: 20px;
  margin: 30px 0 0 0;
  font-size: 52px;
  font-family: 'DINOT-Extlight','Open Sans',sans-serif;
  letter-spacing: 0;
  color: #001d3a;
  line-height: 62px
}



.blog_main .blog-listing-wrapper .post-listing {
  box-sizing: content-box;
  display: flex;
  display: -moz-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  max-width: 1350px;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
  overflow: hidden;
  transition: height .6s ease-in-out;
}

.blog_main #news-items-grid{
  margin-top: 40px;
}

.blog_main .blog-listing-wrapper{
  top:0;
}

.blog_main .blog-listing-wrapper .post-listing .post-item {
  display: block;
  max-width: 384px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 55px;
  padding-left: 1.9vw;
  padding-right: 1.9vw;
  width: 27%;
  box-sizing: content-box;
  background: none;
  box-shadow: none;
  min-height: unset;
  margin-bottom: 0;
}

.blog_main .hs-featured-image-wrapper {
  height: 250px;
}

.blog_main .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  display: inline-block !important;
  float: right;
  object-fit: cover;
  max-width: none;
}

.blog_main .news-item-copy-container {
  min-height: 340px;
  background-color: white;
  padding: 20px 30px;
  box-shadow: 0 0 7px 0 #d8d8d8;
  display: flex;
  flex-direction: column;
}

.blog_main .post-header {
  all: unset;
  margin: 0;
}

.blog_main span#hubspot-topic_data-post {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 14px;
  color: #5EA9EB;
  vertical-align: middle;
  margin-bottom: 5px;
}

.blog_main .post-header h2 {
  font-family: 'DINOT-Extlight','Open Sans',sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #9b9b9b;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  font-weight: 300;
}

.blog_main #hubspot-author_data {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog_main span.date {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  color: #9B9B9B;
  font-size: 16px;
  text-transform: none;
}

.blog_main #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}

.blog_main .blog-listing-wrapper .post-listing .post-item .post-body {
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-size: 16px;
  line-height: 1.67;
  color: #3e3e3e;
  padding: 0;
  margin: 15px 0;
}

.blog_main .blog-listing-wrapper .post-footer {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: end;
}

.blog_main .blog-listing-wrapper .post-footer a {
  font-family: DINNextLTPro-Bold,'Open Sans',sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #ff8672;
  text-align: center;
  text-decoration: underline;
  line-height: 22px;
}

@media(max-width:980px){
  .blog_main .blog-listing-wrapper .post-listing .post-item {
    width: initial;
    max-width: 100%;
    padding-top: initial;
    box-sizing: border-box;
  }

  .banner-header {
    letter-spacing: -0.025em;
  } 
}


@media (max-width: 980px) {
  .banner-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_main .news-item-copy-container {
    height: auto;
    background-color: white;
    padding: 20px 30px;
    overflow-y: hidden;
    min-height: 1px;
  }
}

@media (max-width: 767px) {
  .blog_main {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media (max-width: 640px) {
  .banner-header {
    padding-top: 20vw;
  }

  .blog_main .news-item-copy-container {
    height: auto;
    background-color: white;
    padding: initial;
    padding-top: 4.5vw;
    padding-bottom: 3vw;
    padding-left: 6vw;
    padding-right: 12vw;
    overflow-y: hidden;
    text-overflow: ellipsis;
  }

  .blog_main #news-items-grid{	
    padding-top: 0; 
  }
}

@media (max-width: 600px) {
  .banner-container.listing-banner {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; 
    min-height: 350px;
    height: auto;
  }
}


.body-container--blog-index .get_updates_section .form_box_inner_wrapper form .hs-input {
  margin-bottom: 35px;
}

.body-container--blog-index .get_updates_section .form_box_inner_wrapper form .hs-submit .hs-button.primary.large {
  border: 2px solid white !important;
  min-height: 50px;
}

.body-container--blog-index .get_updates_section .field {
  width: 33.33% !important;
  padding: 0 10px 0 0;
}

@media(max-width:992px){
  .body-container--blog-index .get_updates_section .form_box_inner_wrapper form .hs-submit .hs-button.primary.large {
    margin-bottom: 20px;
  }

  .body-container--blog-index .get_updates_section .field {
    width: 100% !important;
    padding-right: 6px;
  }
}




.post-banner {
  height: 400px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  -ms-flex-align: center;
}

/*.post-banner {*/
/*  background-image: url(//25277688.fs1.hubspotusercontent-eu1.net/hubfs/25277688/raw_assets/public/SoftBank_Robotics_February_2022/images/Banners-Top.png),url(//25277688.fs1.hubspotusercontent-eu1.net/hubfs/25277688/raw_assets/public/SoftBank_Robotics_February_2022/images/Banner-Bottom.png) !important;*/
/*  background-position: left top, right bottom;*/
/*  background-repeat: no-repeat, no-repeat;*/
/*  background-size: 560px, 560px;*/
/*  background-color: #fcfafc;*/
/*}*/

.banner-copy-block {
  margin: 0 auto;
  width: 960px;
}


.post-banner h1 {
  position: relative;
  font-family: 'DINOT-Extlight','Open Sans',sans-serif;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  color: #26354F;
  text-shadow: none;
  text-align: center;
  padding: 0;
  margin-top: 0;
}

.post_wrppr,
.post_wrppr .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}


.post_wrppr .post-header {
  all: unset;
  display: block;
}

.post_wrppr div#hubspot-author_data-post {
  position: relative;
  display: block;
  margin-bottom: 40px;
} 

.post_wrppr span#hubspot-topic_data-post {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 14px;
  color: #5EA9EB;
  vertical-align: middle;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.post_wrppr .date {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 16px;
  color: #9B9B9B;
  vertical-align: middle;
  display: block;
  text-transform: none;
  margin-top: 5px;
}

.blog_post_wrapper .page-center {
  max-width: 1170px;
}

.post_wrppr .blog_post_wrapper {
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-size: 18px;
  color: #606060;
  line-height: 1.15;
}

.post_wrppr .blog_content > div {
  padding-right: 40px;
}

.post_wrppr .post-body {
  padding-left: 0;
}

.post_wrppr .about-author-sec h3 {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 12px;
  color: #5ea9eb;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.post_wrppr .about-author-sec .author-link {
  display: block;
  color: #313131;
  text-transform: capitalize;
  font-size: 22px;
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-weight: 300;
  margin-top: 10px;
}

.post_wrppr .hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.post_wrppr .hs-blog-social-share {
  margin-top: 45px;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  height: auto;
  text-align: left;
}

.post_wrppr .post-social .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.post_wrppr .hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: 0 !important;
}


.post_wrppr .widget-type-blog_comments {
  position: relative;
  display: block;
  max-width: 1170px;
  width: 100%;
  float: none !important;
  margin: 0 auto;
  margin-bottom: 100px;
}
#comments-listing {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 30px;
  margin-top: 30px;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}

.comment-date {
  font-size: 13px;
  display: block !important;
}

.comment-from {
  font-weight: bold;
}

.comment-body {
  padding: 10px 0;
}

.comment-from h4 {
  text-transform: uppercase;
}

.comment-reply-to {
  color: #333 !important;
}

.replying {
  padding: 0 1em !important;
}


.blog-sidebar_container {
  padding-bottom: 30px;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-weight: normal;
  background: none;
  line-height: 1.2em;
  margin: 8px 0;
  padding: 0;
  background:none !important;
  color: #001D3A !important;
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  text-transform: uppercase;
}

.blog-sidebar form {
  padding: 0;
  margin: 0;
  background: none;
}

.blog-sidebar form .hs-input,.blog-sidebar form .hs-search-field__input {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: 48px;
  background-color: #f7f6f6;
  border: none;
  padding: 0 30px;
  outline: initial;
  box-sizing: border-box;
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-size: 18px;
  color: #9b9b9b;
  line-height: 1;
  outline: 0;
  width: 100%;
  max-width: 500px;
  text-transform: none;
}

.blog-sidebar form .hs-form-field {
  margin: 0;
}

.blog-sidebar form .hs-form-field > label {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.blog-sidebar form .hs-input::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}

.blog-sidebar form .hs-input.error {
  border: 1px solid red;
}

.blog-sidebar form .no-list.hs-error-msgs {
  padding: 0;
  margin: -15px 0 15px !important;
  color: red;
}

.blog-sidebar form .no-list.hs-error-msgs li {
  padding: 0;
  margin: 0;
}

.blog-sidebar form .no-list.hs-error-msgs li label {
  margin: 0;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
}

.blog-sidebar form .hs-button {
  transition: 0.3s all ease-in-out;
  padding: 8px 30px;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer !important;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  height: 30px;
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: white;
  text-align: center;
  margin: initial;
  border: none !important;
  border-radius: 16px;
  background-color: #5EA9EB;
  margin-bottom: 20px;
}

.blog-sidebar ul:not([class]) {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.blog-sidebar ul:not([class]) li {
  margin-bottom: 15px;
  padding: 0;
  border: 0;
}

.blog-sidebar ul:not([class]) a,.filter-expand-link {
  color: #3E3E3E;
  line-height: 24px;
  font-size: 16px;
  text-decoration: none;
  transition: .25s;
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-weight: 300;
}

.blog-sidebar .label_site_search {
  position: relative;
  display: block;
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 16px;
  color: #001D3A;
  line-height: 21px;
  text-transform: uppercase;
}

.blog-sidebar .hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
}

.blog-sidebar .hs-search-field__suggestions #results-for {
  padding: 10px;
}

.blog-sidebar .hs-search-field__suggestions li a {
  padding: 10px;
}

.blog-sidebar .hs-search-field__suggestions li {
  margin: 0;
  border: 0;
  padding: 0;
}

.blog-comments h3.form-title {
  padding: 0;
  background: none !important;
  color: #333 !important;
}

.blog-comments h3.form-title:empty {
  display: none;
}

.blog-comments form {
  padding: 0;
  margin: 0;
  background: none;
}

.blog-comments form label {
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1;
}

.blog-comments form .hs-form-field {
  margin: 0;
}

.blog-comments form .hs-input {
  position: relative;
  display: block;
  margin-bottom: 15px;
  height: 48px;
  background-color: #f7f6f6;
  border: none;
  padding: 0 30px;
  outline: initial;
  box-sizing: border-box;
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  font-size: 18px;
  color: #9b9b9b;
  line-height: 1;
  outline: 0;
  width: 100%;
  max-width: 500px;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
}

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

.blog-comments form .hs-button {
  transition: .3s all ease-in-out;
  padding: 8px 30px !important;
  outline: 0;
  text-transform: uppercase;
  cursor: pointer !important;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  height: 30px;
  font-family: 'DINNextLTPro-Bold','Open Sans',sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: white !important;
  text-align: center;
  margin: initial;
  border: none !important;
  border-radius: 16px !important;
  background-color: #5ea9eb !important;
  margin-bottom: 20px;
}

.blog-comments .hs_recaptcha {
  margin-bottom: 25px !important;
}

.blog-comments form .hs-button:hover {
  background-color: #2c8d9a!important;
}

.blog-comments form .hs-input.error {
  border: 1px solid red;
}

.blog-comments form .hs-error-msgs {
  margin: -14px 0 14px !important;
  color: red;
}

.blog-comments form .hs-error-msgs li {
  margin: 0;
}


.blog_post_bottom_page .get_updates_section.type_2 form .hs-richtext p {
  font-size: 18px;
}

.blog_post_bottom_page .get_updates_section.type_2 .hs-input {
  margin-bottom: 15px;
}

.blog_post_bottom_page .get_updates_section.type_2 .form_box_inner_wrapper form .hs-submit .hs-button.primary.large {
  border: 0 !important;
}

@media (max-width: 767px) {
  .post-banner {
    background-color: #fcfafc;
    background-image: none !important;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blog-post-wrapper .post-body, .blog-post-wrapper .post-body p {
    font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
    font-size: 18px;
    color: #3E3E3E;
    line-height: 30px;
  }

  .hs-blog-social-share .hs-blog-social-share-list {
    padding: 0 !important;
  }

  .post_wrppr .hs-blog-social-share {
    height: auto !important;
  }

  .blog-sidebar {
    padding: 0 !important;
  }

  .post_wrppr form .hs-input {
    width: 100%;
    max-width: 100%;
  }

  .blog-sidebar h3 {
    font-size: 18px;
  }

  .blog-sidebar form .hs-input, .blog-sidebar form .hs-search-field__input {
    max-width: 100%;
  }
}



@media (max-width: 980px) {
  .post-banner .banner-header {
    letter-spacing: normal;
  }
}
@media screen and (max-width: 480px) {
  .post-banner {
    background-image: url(//25277688.fs1.hubspotusercontent-eu1.net/hubfs/25277688/raw_assets/public/SoftBank_Robotics_February_2022/images/Industry-Mobile.jpg) !important;
    background-position: left top;
    background-size: 480px;
  }
}

.blog-post-wrapper .post-body p a {
  font-family: 'DINNextLTPro-Light','Open Sans',sans-serif;
  color: #FF8672;
  text-decoration: underline;
}



@media (min-width: 981px) and (max-width: 1680px) {
  .banner-header {
    letter-spacing: -0.025em;
  }
}