/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#hs_cos_wrapper_explore_systems_search_results_hero section.explore-systems-search-results-hero {
  padding: 4rem 0;
}

.hs-search-results__listing li {
  display: flex;
  margin: 0 !important;
}

.hs-search-results__pagination {
  margin-top: 2rem;
}

.blog-featured-image {
  max-width: 45%;
  float: left;
  padding-right: 4rem;
  padding-bottom: 2rem;
  min-height: 280px;
}

.blog-post {
  padding-top: 0rem;
}
.heading-text h1 {
  font-size: 30px;
}
.blog-post__body p {
  text-wrap: pretty;
}

.blog-article-wrapper {
  max-width: 960px;
  margin: auto;
  padding: 2rem 0 0;
}

.blog-info {
  justify-content: space-between;
  padding-bottom: 2rem;
}

.blog-info, .blog-info-author-date {
  display:flex;
}

.blog-info-author-date {
  gap: 2rem;
}

.blog-related-posts {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.blog-related-posts .hs-related-blog-module{
  display: flex;
  gap: 2rem;
  max-width: 920px;
  margin: auto;
}
.blog-breadcrumbs {
  padding-bottom: 2rem;
  display: flex;
  gap: 1rem;
}

.blog-breadcrumbs:last-child {
  opacity: .4;
}

.blog-related-posts .hs-related-blog-item {
  display: flex;
  flex-direction: column-reverse;
  width:  calc(333.3333333333% - 2rem);
  justify-content: flex-end;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  border-radius: 16px;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
  height: 100%;
  min-height: 450px;
  overflow: hidden;
}

.social-sharing__link svg {
  fill: #fff;
}

@media (max-width: 767px){
  .blog-info, .blog-info ~ .content-wrapper {
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .blog-related-posts .hs-related-blog-module {
    flex-direction: column;
    padding: 40px;
    max-width: 400px;
  }
  .blog-related-posts .hs-related-blog-item {
    width: 100%;
  }
}
@media (max-width: 620px){
  .blog-featured-image {
    float: none;
    max-width: 100%;
    padding-right: 0;
  }
  .blog-related-posts .hs-related-blog-module {
    max-width: 100%;
  }
}

.blog-related-posts  .hs-related-blog-item-text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 170px;
  justify-content: space-between;
}

.blog-related-posts .hs-related-blog-title {
  font-size: 16px;
  line-height: 1.5;
}
.hs-related-blog-byline {
  display: flex;
  flex-direction: column;
  font-size: 0;
}
.hs-related-blog-author, .hs-related-blog-date {
  font-size: 1rem;
}
.hs-related-blog-date {
  opacity: .6;
}

/* .blog-related-posts .hs-related-blog-byline:last-child,
.blog-related-posts .hs-related-blog-byline:nth-last-child(2),
.blog-related-posts .hs-related-blog-posted-at {
display: none;
} */

.blog-post-hero {
  background-image: url(https://22013796.fs1.hubspotusercontent-na1.net/hubfs/22013796/Web%20Page%20Banner%20%28Blog6.1%29%20%281%29.png) !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 2rem;
  height: 165.59px
  min-height: 400px; 
  display: flex;
  align-items: center !important;
  width: 100%;
  padding-top: 100px; 
  padding-bottom: 100px; 
}
.blog-post-hero h1 {
  color: #ffffff !important;
  font-size: 48px !important;
  margin-left: 0% !important;
  margin-top: 0 !important;
  z-index: 9 !important;
}  

#autocomplete-results li[aria-setsize="0"] {
  opacity: 0;
  pointer-events: none; /* Disables interaction */
}

#autocomplete-results:has(li[aria-setsize="0"]) {
  opacity: 0;
  pointer-events: none;
}

h2.blog-article-wrapper {
    max-width: calc(1170px - 3rem);
}
div#hs_form_target_my_form-24 {
  padding-bottom: 6rem;
}

div#hs_form_target_my_form-24 > p:first-child {
  background: #29c063;
  color: white;
  padding: .5rem 0;
}
.explore-two-column-content-1 .flex {
  align-items:center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  padding: 3rem 0 0;
  max-width: 1170px;
  margin: auto;
}

.explore-two-column-content-1 .flex .col {
  padding: 10px;
}
.explore-two-column-content-1 .flex img {
  max-height: 225px;
  margin-top: -6em;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.explore-two-column-content-1 .tagline-wrap {
  align-items: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap
}

.explore-two-column-content-1 .tagline-wrap .tagline-line {
  height: 2px;
  width: 30px
}
.explore-two-column-content-1 .flex.left-image:has(div#hs_form_target_my_form-24) {
  padding: 6rem 0 0;
}
.hsfc-Step__Content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  align-items: baseline;
  padding-top: 0;
}
.hsfc-Step__Content:has(div#hs_form_target_my_form-24) {
  display: flex!important;
  flex-direction: column!important;
  align-items: center!important;
}
@media (max-width: 767px) {
  .hsfc-Step__Content {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
    padding-top: 8rem;
  }
}
.hsfc-Step__Content > div:first-child {
  grid-area: 1 / 1 / 2 / 4;
}
.hsfc-Step__Content > div:nth-child(2) {
  grid-area: 2 / 1 / 3 / 3;
}
.hsfc-Step__Content  > div:nth-child(2) label {
  display: none;
}
.hsfc-Step__Content > div:last-child {
  margin: 0;
  grid-area: 2 / 3 / 3 / 4;

}
.explore-two-column-content-1 .flex .col:first-child {
  flex: 1;
}

.explore-two-column-content-1 .flex .col:last-child {
  flex: 2;
}

@media (max-width: 767px) {
  .explore-two-column-content-1 .flex{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .explore-two-column-content-1 .flex.right-image .col:last-child {
    order:1;
  }

  .explore-two-column-content-1 .flex.right-image .col:first-child {
    order: 2;
  }

  .explore-two-column-content-1 .flex .col {
    flex: 0 0 100%;
  }
  
}