/* 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;
}

@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: inline-block;
  padding: 0;
  width: -webkit-calc(33.33% - 16px);
  width: -moz-calc(33.33% - 16px);
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  background-color: #eaf0f6;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  position: relative;
}
.blog-index__post--list:hover {
  box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
}
.listing-post-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

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

}

.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: 100%;
}

@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;
  padding: 16px 16px 34px 16px;
}

.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-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: 30px 0 0;
  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: 3px;
}

.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-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #2596be;
  margin: 0 5px;
}

/* Blog Post */

section.post-header {
    margin-top: 65px;
}

.blog-post {
  margin-top: 0px;
  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%;
}

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


section.post-header {
  display: flex;
  margin-bottom: 3rem;
  justify-content: space-between;
}
.post-header__text {
  position: relative;
  min-width: 40%;
}
.post-header__image {
  min-width: 60%;
  margin-left: 1rem;
  overflow: hidden;
}
.post-header__meta {
  padding-top: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 2rem;
}
.post-header__meta::before {
  content: '';
  border-radius: 3px;
  display: block;
  height: 5px;
  width: 110px;
  background-color: #2596be;
  position: absolute;
  top: 0;
  left: 0;
}
.post-header__meta a {
  color: inherit;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.post-author-tag {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.post-author-tag__text p a{
  color: inherit;
  font-weight: 400;
}
.post-header__image img {
  height: 100%;
  max-height: 500px;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.post-author-tag__text p {
  margin: 0;
}

section.blog-post__body {
  max-width: 750px;
  margin: 0 auto;
}
section.blog-post__body h5 {
  max-width: none;
  text-align: left;
}
p.post-content__publish-date {
  font-size: 0.825rem;
  font-style: italic;
  margin-top: 2rem;
}
.post-content__topic-container {
  display: flex;
  align-items: center;
  font-size: 0.825rem;
  margin: 2rem 0;
}
.post-content__topic-container .post-content__topic {
  display: block;
  padding: 5px 15px;
  border-radius: 3px;
  background: #2596be;
  color: #ffffff;
  margin-left: 0.825rem;
  cursor: pointer;
}
.post-content__topic-container.blog-postPage-topic p {
  margin: 0;
}
.post-content__bottom-cta {
  padding: 60px 0;
  text-align: center;
}
.post_share_social_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_share_social_list ul li a {
  background-color: rgb(37 150 190);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  color: #fff;
  transition: 0.3s all;
  font-size: 22px;
  text-decoration: none;
}
.post_share_social_list ul li a:hover {
  background: #fff;
  color: #2596be;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.12);
}
h3.blog-section-header__heading {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem 0 0;
  width: 100%;
  border-top: 3px solid #dfe3eb;
  position: relative;
}
.blog-section-header__heading::after {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
  top: 115%;
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/5203654/Oct%20-%202021/Images/arrow_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.blog-card__content {
  background-color: #eaf0f6;
}
.related-post-container {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

article.blog-card-related-post {
  width: 33.3%;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 0 8px;
}
.blog-card-related-post figure a {
  display: block;
}
.blog-card-related-post figure a img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  height: 270px;
}
.blog-card__content-title {
  margin: 0;
  padding: 0;
}
.blog-card__content h3 a{
  padding: 1.125rem 1.125rem 3rem;
}
.blog-card-related-post figure {
  margin: 0;
}
.blog-card-related-post .blog-card__meta {
  padding: 1rem;
}
.blog-card__meta a {
  font-size: .75rem;
  display: inline-block;
  text-transform: uppercase;
  color: #4d4e56;
  font-weight: 600;
  text-decoration: none !important;
}
.blog-card__meta a:hover{
  font-weight: 600;
}
.blog-card__meta a.blog-card__blog-link:hover{
  text-decoration: underline !important;
}
h3.blog-card__content-title a {
  color: #4d4e56;
  text-decoration: none;
  display:block;
}
.blog-card figure a img {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block;
}
.blog-card figure a {
  display: block;
}
.blog-card figure {
  margin: 0;
  height: 0;
  position: relative;
  width: 100%;
  flex-grow: 2;
  overflow: hidden;
}
.blog-card--featured {
  width: calc(64% - 0.5rem);
  flex-grow: 1;
}
.blog-card--featured figure {
  padding-bottom: 70%;
  padding-bottom: 56.25%;
}
.blog-card--featured .blog-card__meta {
  padding: 1rem;
  font-weight: 600;
}
.blog-card__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: center;
  line-height: normal;
  font-size: .75rem;
  text-transform: uppercase;
  color: #4d4e56;
}
.blog-features__heading {
  background-color: #2596be;
  color: #fff;
  font-size: 0.9rem !important;
  display: block;
  letter-spacing: 0.025rem;
  padding: 0.25rem 0.75rem;
  margin: 0 0 1rem;
  max-width: 60%;
}
.blog-features__sidebar {
  width: 32.3%;
  display: flex;
  flex-direction: column;
/*   justify-content: space-between; */
}
.blog-features__list {
  padding-bottom: 1rem;
}
.blog-card {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  transition: box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  background-color: #eaf0f6;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 1rem 1rem 0;
  padding: 0;
  flex-grow: 1;
  position: relative;
}
.blog-card--compact {
  margin-right: 0;
}
.blog-card__content-title {
  margin: 0;
  padding: 0;
}
.blog-card--compact .blog-card__content-title a {
  font-size: .8125rem;
  padding: 1.125rem 1.125rem 2.25rem;
}
.blog-features {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 1rem;
}
.blog-features__main {
  display: flex;
  flex: 1;
}
.blog-card--compact .blog-card__meta {
  padding: 1rem;
}
.blog-card.blog-card--compact:last-child {
  margin-bottom: 0;
}
.blog-card:hover {
  box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);
  -webkit-transform: scale(1.014);
  transform: scale(1.014);
}
.blog-card__meta a:hover {
  color: inherit;
}
article.blog-card-related-post .blog-card__content {
  background-color: #eaf0f6;
  position: relative;
}
.blog-title-block {
    padding: 100px 0 70px;
    text-align: center;
}

@media(max-width:991px){
  .related-post-container {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
  article.blog-card-related-post {
    max-width: 100%;
    width: 100%;
  }
  .blog-title-block {
    padding: 70px 0 40px;
}
}
@media(max-width:767px){
  .post-header__image img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .post-header__image {
    margin: 3rem 0 0;
    width: 100%;
  }
  .post-header {
    flex-direction: column;
    margin-bottom: 1rem;
  }
  section.blog-post__body p img {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .blog-features__sidebar {
    max-width: 100%;
    display: none;
  }
  .blog-title-block {
    padding: 50px 0 20px;
}
}
.tag-min-read-block {
  font-weight: 600 !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: absolute;
  bottom: 16px;
  width: 100%;
  align-items: center;
  line-height: normal;
  font-size: .75rem;
  text-transform: uppercase;
  color: #4d4e56;
}
.tag-min-read-block .blog-index__post-tag-link {
  color: #4d4e56;
  font-weight: 600 !important;
}
.blog-index__post-content h3.blog-index__post-title {
  margin-bottom: 6px;
}

.subscibe-section {
  width: -webkit-calc(33.33% - 16px);
  width: -moz-calc(33.33% - 16px);
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  background: linear-gradient(
    45deg, #2596be, #94e600);
  border-radius: 3px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscibe-inner-section {
  width: 100%;
}
.subscribe-form form input[type='submit'], form .hs-button{
  margin-bottom: 0;
}
.subscibe-section .title h3 {
  text-align: center;
  color: #fff;
}
.subscribe-form h3 {
  display: none;
}
.subscribe-form .hs-form-field>label, .subscribe-form .hs-form-field>label span {
  color: #fff;
}
.subscribe-form input[type='email']{
  border-radius: 3px;
  line-height: 22px;
  outline: none !important;
  border: 1px solid #fff;
}
.subscribe-form input[type='submit']{
  outline: none !important;
}
.subscribe-form .submitted-message {
  text-align: center;
}
.subscribe-form .hs_error_rollup {
  display: none !important;
}
.subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  display: none !important;
}
.cta-section {
  width: -webkit-calc(33.33% - 16px);
  width: -moz-calc(33.33% - 16px);
  width: calc(33.33% - 16px);
  margin: 0 8px 16px;
  background: linear-gradient( 
    45deg, #2596be, #94e600);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__container {
  padding: 16px;
  text-align: center;
}
.blog-index__post--list:nth-child(5) {
  width: -webkit-calc(66.66% - 16px);
  width: -moz-calc(66.66% - 16px);
  width: calc(66.66% - 16px);
}
.blog-index__post--list:nth-child(6) {
  width: -webkit-calc(66.66% - 16px);
  width: -moz-calc(66.66% - 16px);
  width: calc(66.66% - 16px);
}
.blog-index__post-image-wrapper {
  margin: 0;
  height: 0;
  position: relative;
  width: 100%;
  flex-grow: 2;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.blog-index__post-image-wrapper a {
  width: 100%;
  display: inline-block;
}
img.blog-index__post-image {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  display: block;
}
.subscibe-bottom-section {
  padding-bottom: 80px;
  padding-top: 50px;
}
.subscibe-bottom-inner-section {
  background: linear-gradient( 
    45deg, #2596be, #94e600);
  border-radius: 3px;
  padding: 50px;
  display: flex;
  align-items: center;
}
.subscibe-bottom-inner-section .title, .subscibe-bottom-inner-section .subscribe-form {
  width: 50%;
}
.subscibe-bottom-inner-section .title{
  padding-right: 30px;
}
.subscibe-bottom-inner-section .title h3, .subscibe-bottom-inner-section .title p{
  max-width: 500px;
  color: #fff;
}
.topic-list-section .section-heading-text {
  padding: 50px 0 0;
  border-top: 3px solid #dfe3eb;
  text-align: center;
}
.topic-list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 3px solid #dfe3eb;
}
.topic-list-block li {
  width: -webkit-calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: calc(33.33% - 32px);
  margin: 32px 16px 0;
  list-style: none;
  min-width: 290px;
}
.topic-list-block li a{
  padding: 16px;
  background-color: #f5f8fa;
  border-radius: 3px;
  box-shadow: 0 1px 5px 0 #cbd6e2;
  font-weight: 700;
  position: relative;
  display: flex;
  border-left: 5px solid #2596be;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
  color: #2596be;
  transition: 0.3s ease-in-out;
}
.topic-list-block li a:hover{
  box-shadow: 0 10px 25px -5px #cbd6e2;
}
.topic-list-block li a span.arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-list-block li a img {
  width: 24px;
  height: 24px;
}
.blog_listing_container {
  padding-bottom: 50px;
}
@media (max-width: 767px){
  section.post-header {
    margin-top: 30px;
  }
  .blog-card {
    margin: 0 0 1rem 0;
  }
  .subscibe-section {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .blog-index__post--list {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .cta-section {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .blog-index__post--list:nth-child(5), .blog-index__post--list:nth-child(6) {
    width: -webkit-calc(100% - 16px);
    width: -moz-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  .subscibe-bottom-section {
    display: none;
  }
  .topic-list-block {
    border-bottom: none;
  }
}