/* Blog Header */

.blog-search {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 300px;
  padding: 0;
}

.blog-search form {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: flex;
  flex-direction: row;
  padding: 0;
}

.blog-search form label {
  flex-shrink: 0;
  margin-right: 1.5rem;
}

.blog-search form button {
  margin-bottom: 0;
  padding: 12px 20px;
}
.blog-page-2024 .banner-section-inner .bottom-arrow a svg {
  transform: rotate(360deg);
}

@media (max-width: 767px) {
  .blog-tag-filter,
  .blog-search {
    margin: 0 auto 1.5rem;
  }
}

/* Blog Author/Tag Content */

.blog-subheader {
  margin: 3rem 0;
}

.blog-subheader__author-links {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.blog-subheader__author-links a {
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  position: relative;
  width: 40px;
}

.blog-subheader__author-links a:first-of-type {
  margin-left: 0;
}

.blog-subheader__author-links a svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog Listing */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-index__post {
  border: 2px solid #eff7fe;
  margin-bottom: 2.8rem;
}

.blog-index__post--card {
  width: calc(50% - 1.5rem);
}

.blog-index__post--list {
  display: flex;
  padding: 1.5rem 0;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-index__post--card {
    width: 100%;
  }

  .blog-index__post--list {
    padding: 0 0 1.5rem;
  }
}

.blog-index__post-image--card {
  display: block;
  height: auto;
  width: 100%;
}

.blog-index__post-content--card {
  padding: 1.5rem 1.5rem 0;
}

.blog-index__post-image-wrapper--list,
.blog-index__post-content--list {
  width: 50%;
}
.newsroom-blog-listing.blog-page span.blog_post_author {
  padding-left: 5px;
}
.newsroom-blog-listing.blog-page .blog-post-card-author-date-block {
  padding: 30px 0 15px;
}
@media (max-width: 767px) {
  .blog-index__post-content--list {
    padding: 1.5rem 1.5rem 0;
  }
}

.blog-index__post-content--full-width--list.blog-index__post-content--full-width {
  width: 100%;
}

.blog-index__post-image-wrapper--list {
  align-items: center;
  display: flex;
  margin: 0 30px;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .blog-index__post-image-wrapper--list {
    margin: 0;
    width: 100%;
  }
}

.blog-index__post-image--list {
  height: auto;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .blog-index__post-image--list {
    position: static;
  }
}

.blog-index__post-content {
  margin: 0 30px;
}

.blog-index__post-title a {
  font-weight: inherit;
}

.blog-index__post-title a:hover,
.blog-index__post-title a:focus {
  font-weight: inherit;
  text-decoration: none;
}

.blog-index__post-tags {
  border-bottom: 2px solid #eff7fe;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.blog-index__post-tag-link,
.blog-index__post-tag-link:hover {
  font-weight: 300;
}

@media (max-width: 767px) {
  .blog-index__post--list {
    flex-wrap: wrap;
  }

  .blog-index__post-content--list {
    margin-left: 0;
    width: 100%;
  }
}

.blog-index__post-author-image-wrapper,
.blog-post__author-image-wrapper {
  display: inline-block;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
  width: 45px;
}

.blog-index__post-author-image,
.blog-post__author-image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__post-author-image-wrapper,
  .blog-index__post-author-image,
  .blog-post__author-image-wrapper,
  .blog-post__author-image {
    height: auto;
  }
}

.blog-index__post-author,
.blog-post__author,
.blog-index__post-date {
  display: block;
  margin-bottom: 1.5rem;
}

/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border-radius: 50%;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  align-items: center;
  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__prev-link--disabled,
.blog-pagination__next-link--disabled {
  cursor: default;
  pointer-events: none;
}


/* Blog Post */

.blog-post {
  position: relative;
}

.blog-post__header {
  margin-bottom: 1.5rem;
}

.blog-post__tags {
  margin-bottom: 0.7rem;
}

.blog-post__tag-link {
  display: inline-block;
  margin-right: 30px;
}

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

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

.blog-post__date {
  border-right: 2px solid;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
}

.blog-post__social-sharing .social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.blog-post__social-sharing .social-links__icon {
  display: inline-block;
  margin: 0 0.7rem 0.35rem 0;
  padding: 0.7rem;
}

.blog-post__social-sharing .social-links svg {
  height: 15px;
  width: auto;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: inline-flex;
    flex-direction: column;
  }
  .blog-post__social-sharing {
    left: -7rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 9rem;
  }
}

.blog-post__author-name--bottom {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__author-name--bottom,
.blog-post__author-links--bottom {
  margin-bottom: 1rem;
}

.blog-post__author-links--bottom a:not(:last-of-type) {
  margin-right: 0.5rem;
}

.blog-post__author-links--bottom a:hover {
  text-decoration: none;
}

.blog-post__author-name--bottom:hover,
.blog-post__author-name--bottom:focus,
.blog-post__author-name--bottom:active {
  text-decoration: none;
}

.blog-post__image-wrapper {
  height: 200px;
  margin: 3rem 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 786px) {
  .blog-post__image-wrapper {
    height: 420px;
  }
}

.blog-post__image {
  border-radius: 18px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.blog-page-editor pre::-webkit-scrollbar{height:16px;overflow:visible;width:16px}
.blog-page-editor pre::-webkit-scrollbar-button{height:0;width:0}
.blog-page-editor pre::-webkit-scrollbar-track{background-clip:padding-box;box-shadow:inset 1px 0 0 #e6e6e6}
.blog-page-editor pre::-webkit-scrollbar-track:hover{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #e6e6e6}
.blog-page-editor pre::-webkit-scrollbar-track:active{background-color:#f3f3f3;box-shadow:inset 1px 0 0 #dcdcdc,inset -1px 0 0 #eeeeee}
.blog-page-editor pre::-webkit-scrollbar-thumb{background-color:#cccccc;background-clip:padding-box;border:solid transparent;border-width:1px 1px 1px 0px;min-height:28px;padding:100px 0 0;box-shadow:inset 1px 1px 0 #e6e6e6,inset 0 -1px 0 #eeeeee}
.blog-page-editor pre::-webkit-scrollbar-thumb:hover{background-color:#999999;box-shadow:inset 1px 1px 1px #c0c0c0}
.blog-page-editor pre::-webkit-scrollbar-thumb:active{background-color:#808080;box-shadow:inset 1px 1px 3px #a6a6a6}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-post__image-wrapper,
  .blog-post__image {
    height: auto;
  }
}

.blog-post__comments-listing {
  margin-bottom: 5.6rem;
}

.comment {
  padding-top: 2em;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

.blog-post__author--bottom {
  display: flex;
  margin: 75px 0;
}

@media screen and (max-width: 1000px) {
  .blog-post__author--bottom {
    flex-direction: column;
    margin: 3rem 0;
  }
}

.blog-post__author-image--bottom {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 150px;
  margin-right: 10px;
  overflow: hidden;
  width: 150px;
}

.blog-post__author-image--bottom img {
  height: 100%;
  width: auto;
}

.blog-post__author-image--bottom ~ .blog-post__author-about {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author-image--bottom ~ .blog-post__author-about {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}






.tag-list-inner .block h3 {
  display: none;
}
.tag-list-inner .widget-module ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-list-inner .widget-module ul li {
  margin: 0;
  line-height: normal;
}
.tag-list-inner .widget-module ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
}
.tag-list-inner .widget-module ul li a span.filter-link-count {
  display: none;
}
.tag-list-inner .widget-module ul li+li {
  margin-top: 20px;
}
.hs-search-field__bar button svg {
  height: 11px;
  width: 11px;
  fill: #ACACAC;
  margin-left: 0;
}
.hs-search-field button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 10px;
}
.hs-search-field__bar {
  position: relative;
}
.hs-search-field input.hs-search-field__input {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ACACAC;
  padding: 0;
  border: 0 !important;
  padding-left: 20px !important;
  background: transparent;
}
.mobile-drop-down-block {
  display: none;
}
.hs-search-field form {
  padding: 0;
}
.search-box-inner {
  padding-top: 20px;
}
span.tag-list a {
  /*   font-family: 'ProximaNova'; */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #EE8191;
}
.blog-post-card-item-inner {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 17px;
  padding-bottom: 84px;
}
span.tag-list {
  margin-bottom: 13px;
  display: block;
  line-height: 17px;
}
.blog-post-card-tag-title-block h5 a {
  color: inherit;
  font-weight: 600;
}
.blog-post-card-author-date-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0 15px;
}
.blog-post-card-author-date-block span {
  /*   font-family: 'ProximaNova'; */
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ACACAC;
}
span.blog_post_author {
  padding-right: 10px;
}
.blog-post-card-featured-image-block {
  border-radius: 1.3104px;
  overflow: hidden;
}
.blog-post-card-featured-image-block img {
  display: block;
  /*   height: 336px; */
  object-fit: cover;
  width:100%;
  max-width:503px;
}
.blog-listing-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog-listing-left-side {
  width: 210px;
  padding-right: 30px;
}
.blog-listing-right-side {
  width: calc(100% - 210px);
}
.blog-post-card-list-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.blog-post-card-item {
  width: 50%;
  padding: 0 10px;
}
.hs-blog-listing {
  background: #f4f4f4;
}
.blog-listing-body {
  margin-top: -250px;
}
.blog-pagination__link {
  background: transparent !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ACACAC !important;
  padding: 11px 25px;
  margin: 0;
  position:relative;
  width:60px;
  justify-content: center;
}
/* .blog-pagination__link:after {
content: '';
position: absolute;
width: 41px;
height: 5px;
background: transparent;
top: 0;
left: 50%;
transform: translate(-50%, -6px);
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
} */
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active:after {
  background: #000000;
}

nav.blog-pagination {
  border-top: 1px solid rgba(0, 0, 0, 0.3);

}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
  color: #000000 !important;
  font-weight: 600;
}
a.blog-pagination__link.blog-pagination__prev-link, a.blog-pagination__link.blog-pagination__next-link {
  display: none;
}
nav.blog-pagination {
  margin: 66px 0 10px;
}
.blog-post-header-top-section {
  padding: 225px 0 126px;
}
.blog-post-header-top-content a.post-tag {
  font-size: 16px;
  line-height: 18px;
  color: #6C38FF;
  text-transform: uppercase;
  font-weight: inherit;
}
.blog-post-header-top-content p, .blog-post-header-top-content h3,.blog-post-header-top-content h1
{
  margin-bottom: 25px;
}
.blog-post-header-top-content h1
{
  line-height: 1.12;
}
.blog-post-header-top-content p.authour-name {
  margin: 0;
}
.blog-post-header-top-content {
  max-width: 610px;
  width:100%;
}
.blog-post-header-top-content p.authour-name a {
  font-weight: 600;
}
.blog-post-header-top-content p.authour-name strong {
  display: block;
}
.blog-post__image-wrapper {
  margin: 0;
  height: 575px;
}
.blog-post__image-wrapper .blog-post__image {
  border-radius: 5px;
}

.blog-post__body_wrapp 
{
  padding-top: 145px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px;
  align-items: flex-start;
  position: relative;

  padding-top:0 !important;

}

.top-social-sharing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-social-sharing ul li a {
  display: block;
  line-height: normal;
}
.top-social-sharing ul li {
  line-height: normal;
  margin: 0;
}
.top-social-sharing ul li + li {
  margin-top: 7px;
}
.blog-post-right-body-content-block {
  max-width: 815px;
  margin: 0 auto;
  width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid rgba(0,0,0,0.3) !important;
  padding: 10px;
  background: #fff;
  position: absolute;
  width: 100%;
}
.hs-search-field__suggestions a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: #000;
  padding:4px 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom:6px;
}
.hs-search-field__suggestions a:hover {
  background: transparent !important;
}
.blog-post-card-item-inner a, .blog-post-card-item-inner a:hover {
  text-decoration: none;
}

.blog-post__author--bottom_bio_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #14142B;
}
section.blog-post__author.blog-post__author--bottom {
  margin: 0;
  max-width: 756px;
  margin: 0 auto;
  margin-top: 80px;
  padding-bottom: 75px;
}
.blog-post__author--bottom_inner {
  margin: 0 auto;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 69px;
  display: flex;
  align-items: center;
  width: 100%;
}
.blog-post__author--bottom_image-name-block img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: block;
  margin-bottom: 16px;
}
.blog-post__author--bottom_image-name-block h5 {
  margin-bottom: 6px;
}
.blog-post__author--bottom_bio_content {
  max-width: 320px;
  width: 100%;
}
.blog-post__author--bottom_image-name-block {
  max-width: 241px;
  width: 100%;
  padding-right: 20px;
}
.content-wrapper {
  padding: 0 15px;
}

.blog-heading-top-inner {
  padding: 85px 0 72px;
  /*   border-top: 1px solid rgba(0,0,0,0.3); */
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.slider-arrow.next-arrow.slick-arrow:after {
  content: '';
  position: absolute;
  background-image: url(https://5765386.fs1.hubspotusercontent-na1.net/hubfs/5765386/Theme%20-%202022/Images/slider-arrow-svg.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.slider-arrow.prew-arrow.slick-arrow:after {
  content: '';
  position: absolute;
  background-image: url(https://5765386.fs1.hubspotusercontent-na1.net/hubfs/5765386/Theme%20-%202022/Images/slider-arrow-svg.svg);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.slider-arrow.slick-arrow {
  width: 14px;
  height: 14px;
  position: relative;
}
.blog-heading-top-slider-arrow {
  display: flex;
  align-items: center;
}
.slider-arrow.prew-arrow.slick-arrow {
  margin-right: 14px;
}
.slider-arrow.next-arrow.slick-arrow {
  margin-left: 14px;
}
.blog-pagination__next-link--disabled, .blog-pagination__prev-link--disabled {
  opacity: 0.5;
}
.slick-track * {
  outline: none;
}
.top-social-sharing {
  padding-left: 30px;
}
.blog-post-card-tag-title-block h5 a {
  display: inline-block;
}
.slick-disabled {
  opacity: 0.5;
}
blockquote h3 {
  margin-bottom: 10px;
}
/*------- Nesroom blog -------*/
.newsroom-blog-listing .blog-post-card-item {
  cursor: default;
}
.newsroom-blog-post .blog-related-posts-block .blog-post-card-item {
  cursor: default;
} 
.newsroom-blog-post .blog-post-header-top-section {
  padding: 217px 0 90px;
}
.newsroom-blog-post .blog-post__body_wrapp {
  padding-top: 0px;
}
.newsroom-blog-post .blog-heading-top-inner {
  border-top: none;
  padding-top: 0;
}
.newsroom-blog-post {
  background: #F4F4F4;
}
.blog-related-posts-block .blog-post-card-item, .body-container--customers-page .blog-post-card-item{
  cursor: none;
}
/*----- Pagination CSS -----*/
.bottom-post-pagination-wrapp nav {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.blog-pagination {
  width: auto;
  max-width: max-content;
  margin: 0 auto;
}
/*Menu*/
ul.tabs {
  list-style: none;
  position: relative;
  padding: 0;
  list-style: none;
}
transition: color 0.3s;
}
ul.tabs li.active a {
  color: #00aeef;
}
#magic-line {
  position: absolute;
  top: -4px;
  left: 0;
  width: 58px;
  height: 5px;
  background: #000000;
  transition: all 0.3s;
}
section.blog-post__body p {
  /*   margin-bottom: 15px; */
  margin-bottom: 18px;
  line-height:32px;
}
section.blog-post__body h2, section.blog-post__body h3, section.blog-post__body h4, section.blog-post__body h5, section.blog-post__body h6 {
  margin-bottom: 15px;
}
/*-----------*/

/* #magicMouseCursor.change {
background: #fff;
width: 48px !important;
height: 48px !important;
background-image: url("https://5765386.fs1.hubspotusercontent-na1.net/hubfs/5765386/Theme%20-%202022/Images/icon-pointer.svg");
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(300px);
border: 0px solid #fff;
} */
#magicPointer {
  background: #000 !important;
  border: 10px solid #000;
}
#magicMouseCursor {
  mix-blend-mode:  #EE8191;;
  position: fixed;
  width: 35px;
  height: 35px;
  border: 0px solid #000 !important;
  border-radius: 50%;
  z-index: 9999;
  left: 2px;
  top: 2px;
  transition: transform 0.07s, width 0.3s, height 0.3s, background 0.3s;
  pointer-events: none;
}

#magicMouseCursor.change {
  width: 48px !important;
  height: 48px !important;
  background-image: url("https://5765386.fs1.hubspotusercontent-na1.net/hubfs/5765386/Theme%20-%202022/Images/icon-pointer.svg");
  background-color: #EE8191;
  border: 0px solid #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: rgba(86, 85, 85, 0.20);
  backdrop-filter: blur(300px);
}
#magicPointer.change {
  z-index: -999;
}
body #magicPointer {
  display: none;
}
body {
  cursor: default!important;
}
.blog-post-card-item {
  /*   cursor: none; */
}
.blog-post-header-top-inner.banner-section-inner .bottom-arrow {
  position: fixed;
  right: 100px;
  bottom: 100px;
  z-index: 999;
}
.bottom-arrow a {
  padding: 15px 8px;
}
main.body-container-wrapper.blog-page {
  background: #f4f4f4;
}
/* .body-container.body-container--blog-post {
background: #fff;
} */
main.body-container-wrapper.newsroom-blog-listing .blog-listing-body {
  background: #f4f4f4;
}
.blog-post-card-featured-image-block img {
  transition: 0.3s all;
}
.blog-post-card-item-inner:hover .blog-post-card-featured-image-block img {
  /*   transform: scale(1.1); */
  transition: 0.3s all;
}
.blog-related-posts-block.page-center .blog-post-card-item, .blog-related-posts-block.page-center .blog-post-card-item * {
  /*     cursor: none; */
}
.tag-list-inner ul li.active {
  padding-left: 20px;
  position: relative;
}
.tag-list-inner ul li {
  position: relative;
}
.tag-list-inner ul li.active a:after {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  background: rgba(0,0,0,1.0);
  position: absolute;
  left: 0;
  top: 13px;
  transform: translate(0px,-50%);
  border-radius: 50%;
}

.body-container--blog-post .content-wrapper
{
  padding:0 30px;
  /*   padding:0 15px; */
}
section.blog-post__body a {
  display: inline;
}
main.body-container-wrapper.newsroom-blog-post.blog-page .body-container.body-container--blog-post {
  background: #f4f4f4;
}

.blog-post-right-body-content-block .blog-post__body iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.blog-post-right-body-content-block .blog-post__body img {
      max-width: 100% !important;
    width: auto !important;
  margin: 0 auto;
}
.blog-post-right-body-content-block .blog-post__body table {
  max-width: 100%;
  width: 100%;
}
.blog-post-right-body-content-block .blog-post__body .table-wraper {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}


.blog-page-editor pre{ 
  overflow-x: auto;
  white-space: pre !important; 
  word-wrap: normal; 
} 

.blog-page-editor pre code {
  white-space: revert-layer !important;
  overflow-x: auto;
  display: block; padding: 10px; border-radius: 5px;
  -webkit-overflow-scrolling: touch;
  font-size: 14px;
  padding-left: 0px;
  margin-left: 0px;
}
.blog-page-editor div.code-toolbar{
  overflow: auto;
}
.blog-post-right-body-content-block .blog-post__body pre, .blog-post-right-body-content-block .blog-post__body {
  white-space: normal;
}


.blog-listing-body-july22 {
  margin-top: -160px;
}

.bottom-arrow a {
  padding: 15px 8px;
  background: hsla(0,0%,100%,.5);
  display: inline-block;
  border-radius: 300px;
}


.blog-listing-left-side-search-block button:active, 
.blog-listing-left-side-search-block button:focus, 
.blog-listing-left-side-search-block button:hover
{
  background: transparent;
  border: 0;
}



/*--- Newsroom MediaKit Section - July 2022 ---*/

.newsroom-mediakit-section
{
  padding-top:136px;
  padding-bottom:218px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.newsroom-mediakit-wrapper
{
  max-width:420px;
}

.newsroom-mediakit-small-title
{
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 25px;
}

.newsroom-mediakit-wrapper h3
{
  margin-bottom:15px;
}

.newsroom-mediakit-wrapper .button
{
  min-width: 293px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top:20px;
  margin-bottom:0;
}

/*--- Newsroom MediaKit Section - July 2022 ---*/


/*--- Blog - Banner Section - July 2022 ---*/

.blog-banner-section-new
{
  padding-top:150px;
}

/*--- Blog - Banner Section - July 2022 ---*/
.blog-page-hunter .blog-banner-section-new .banner-content {
  max-width: 100%;
}
.blog-page-hunter .blog-banner-section-new {
  background-size: 100% 130% !important;
}

/* .newsroom-blog-listing-new .blog-listing-body
{
margin-top:50px;
} */


.blog-post-header-top-content .blog_post_date {
  font-size: 16px;
  color: #000;
  line-height: normal;
}

@media(max-width:1240px){
  /* .slick-list.draggable {
  padding-left: 0 !important;
} */
  .blog-related-posts-block .slick-list.draggable {
    overflow: hidden !important;
  }
}
/*-------- 1240 ends here ----------*/
@media(max-width:1199px){
  .blog-post-header-top-inner.banner-section-inner .bottom-arrow{
    right: 15px;
  }
}

@media(max-width:991px){
  .blog-listing-body {
    margin-top: 0px;
  }
  .blog-post-card-featured-image-block img {
    /*     height: 270px; */
  }
  .blog-post-header-top-section {
    padding: 180px 0 95px;
  }
  .blog-post__body_wrapp {
    flex-direction: column;
  }
  .blog-post-right-body-content-block {
    max-width: 100%;
  }
  .top-social-sharing ul {
    display: flex;
    align-items: center;
  }
  .top-social-sharing ul li+li {
    margin-top: 0;
    margin-left: 16px;
  }
  .blog-post__body_wrapp {
    flex-direction: column-reverse;
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .blog-post-left-social-block {
    margin-top: 35px;
  }
  .blog-heading-top-inner {
    padding: 60px 0;
  }
  .top-social-sharing {
    padding-left: 0px;
  } 
  .newsroom-blog-post .blog-post-header-top-section {
    padding: 180px 0 95px;
  }

  /*--- Newsroom MediaKit Section - July 2022 ---*/
  .newsroom-mediakit-section
  {
    padding-top:90px;
    padding-bottom:130px;
  }
  /*--- Newsroom MediaKit Section - July 2022 ---*/


}
/*-------- 991 ends here ----------*/

@media(max-width:767px){
  .blog-listing-left-side {
    width: 100%;
    padding-right: 0;
  }
  .blog-listing-right-side {
    width: 100%;
  }
  .blog-listing-left-side-tag-block, .blog-listing-left-side-search-block {
    display: none;
  }
  .mobile-drop-down-block {
    display: block;
  }
  .blog-post-card-featured-image-block img {
    /*     height: 200px; */
  }
  .blog-post-card-author-date-block {
    padding: 15px 0 15px;
  }
  .blog-post-card-item-inner {
    padding-top: 15px;
    padding-bottom: 60px;
  }
  .blog-pagination__number-link {
    display: none;
  }
  span.blog-pagination__link-text {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
    line-height: 1;
  }
  nav.blog-pagination {
    justify-content: space-between;
  }
  a.blog-pagination__link.blog-pagination__prev-link, a.blog-pagination__link.blog-pagination__next-link {
    display: block;
    padding: 0;
    margin-top: 28px;
    display: flex;
    align-items: center;
    width:auto;
  }
  a.blog-pagination__link.blog-pagination__next-link span.blog-pagination__link-text {
    margin-right: 17px;
  }
  a.blog-pagination__link.blog-pagination__prev-link span.blog-pagination__link-text {
    margin-left: 17px;
  }
  li.topic {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0;
  }
  ul.drop-down {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  li.topic svg {
    margin-left: 15px;
    display: inline-block;
    float: right;
  }
  ul.drop-down, ul.drop-down ul {
    margin: 0;
    list-style: none;
    padding: 0;
  }
  li.topic {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    margin: 0;
  }

  ul.drop-down ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }
  ul.drop-down > ul > li + li {
    margin-top: 20px;
    line-height: normal;
  }
  ul.drop-down > ul {
    padding-top: 18px;
    display:none;
  }
  .mobile-drop-down-inner {
    padding-bottom: 20px;
  }
  ul.drop-down ul.active {
    display: block;
  }
  .mobile-drop-down-inner {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 18px 0 70px;
  }
  .blog-post-header-top-section {
    padding: 150px 0 55px;
  }
  .blog-post-header-top-content p, .blog-post-header-top-content h3,.blog-post-header-top-content h1
  {
    margin-bottom: 14px;
  }
  .blog-post__image-wrapper {
    margin: 0;
    height: 350px;
  }
  .blog-post__author--bottom_inner {
    padding-left: 0;
    flex-direction: column;
    text-align: center;
    border-left: 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    padding-top: 40px;
    max-width: 400px;
  }
  .blog-post__author--bottom_image-name-block {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .blog-post__author--bottom_bio_content {
    max-width: 100%;
    width: 100%;
  }
  .blog-post__author--bottom_image-name-block img {
    margin: 0 auto 15px;
  }
  section.blog-post__author.blog-post__author--bottom {
    padding: 0;
    margin: 0px 0 40px;
  }
  .blog-post__body_wrapp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blog-heading-top-inner {
    padding: 45px 0;
  }
  .newsroom-blog-post .blog-post-header-top-section {
    padding: 150px 0 55px;
  }
  a.blog-pagination__link.blog-pagination__next-link.blog-pagination__next-link--disabled {
    display: none;
  }
  .bottom-post-pagination-wrapp nav {
    display: none;
  }
  .body-container--blog-post .content-wrapper
  {
    padding:0 20px;
  }
  .search-box-inner{
    padding-top: 30px;
  }

  /*--- Newsroom MediaKit Section - July 2022 ---*/
  .newsroom-mediakit-section
  {
    padding-top:70px;
    padding-bottom:100px;
  }
  /*--- Newsroom MediaKit Section - July 2022 ---*/
  .blog-page-hunter .blog-banner-section-new {
    background-size: 100% 150% !important;
  }

  .hs-search-field input.hs-search-field__input {
    font-size: 14px;
    line-height: 22px;
  }

}
/*-------- 767 ends here ----------*/

@media(max-width:600px){
  .blog-related-posts-block .blog-post-card-item {
    padding: 0;
  }
}
/*-------- 600 ends here ----------*/

@media(max-width:480px){
  .blog-post-card-item {
    width: 100%;
  }
  span.tag-list a {
    line-height: 16px;
  }
  span.tag-list {
    margin-bottom: 8px;
  }
  .blog-post-card-tag-title-block h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
  }
  .blog-post-card-author-date-block {
    padding: 10px 0 8px;
  }
  .blog-post-card-author-date-block span {
    font-size: 12px;
    line-height: 16px;
  }
  .blog-post-card-item-inner {
    padding-top: 8px;
    padding-bottom: 60px;
  }
  .blog-post-card-featured-image-block img {
    /*     height: 195px; */
  }
  nav.blog-pagination {
    margin: 26px 0 0px;
  }
  span.blog_post_date {
    display: none;
  }
  .blog-post-header-top-section {
    padding: 130px 0 35px;
  }
  .blog-post__image-wrapper {
    margin: 0;
    height: 200px;
  } 
  .slider-arrow.prew-arrow.slick-arrow {
    margin-right: 8px;
  }
  .slider-arrow.next-arrow.slick-arrow {
    margin-left: 8px;
  }
  .blog-heading-top-inner {
    padding: 35px 0;
  }
}
/*-------- 480 ends here ----------*/

@media (max-width:320px)
{
  /*--- Newsroom MediaKit Section - July 2022 ---*/
  .newsroom-mediakit-wrapper .button
  {
    min-width:auto;
  }
  /*--- Newsroom MediaKit Section - July 2022 ---*/
}

/* ------------------------------------------------------ Test Blog Style - Aug24 ------------------------------------------------------ */

.post-inner-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.post-inner-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.post-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.post-inner-details .share, .post-inner-details .share-block li:first-child {
  margin-right: 16px;
}
.post-inner-details .author-details li {
  margin-right: 26px;
}
.post-inner-details .share:last-child, .post-inner-details .author-details li:last-child, .post-inner-details .share-block li.social-icons {
  margin-right: 0;
}
.post-inner-details span.divider {
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 1px;
  margin-left: 26px;
  margin-right: 26px;
}
.post-inner-details .share a, .post-inner-details .share {
  line-height: 1;
}
.post-inner-details .share-block li:first-child, .post-inner-details .author-details li, .post-inner-details .author-details li a, .post-inner-details .author-details li span {
  font-size:14px;
}
.post-inner-details .author-details li {
  white-space:nowrap;
}
.post-inner-details .author-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width:767px) {
  .post-inner-details span.divider {
    display: none;
  }
  .post-inner-details {
    align-items: flex-start;
    flex-direction: column;
  }
  .post-inner-details .author-details {
    margin-top: 20px !important;
  }
  .post-inner-details span.blog_post_date {
    display: block !important;
  }
}