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

body .body-container-wrapper{
  padding: 0;
}

.body-container .dnd-section{
  border-color: transparent;
}

.body-container .dnd-section:not(:last-child){
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
}

.header__container .header__column{
    padding: 0 !important;
}

.header__navigation.header--element {
  justify-content: space-between;
}

.header__row-2{
  padding: 0 !important;
}

}
.header__navigation.open{
  background: white;
  width: 90%;
  margin: 0 20px;
  border-radius: 4px;
  padding: 0 20px 0px;
  top: 80%;
}


.hs_cos_wrapper_type_logo img {
  height: 25px !important;
}

.header__navigation.open .menu-button li{ 
  padding: 0.5rem;
}
.navigation-primary .submenu li a{
  font-weight: 400 !important;
}

.submenu.level-1>li {
  padding: 0.5rem !important;
}

.submenu.level-2,
.submenu.level-3 {
  background: #fff;
  padding: 0.5rem 0 !important;
  border-radius: 6px !important;
}
.submenu.level-2 .menu-link,
.submenu.level-3 .menu-link{
  padding: 4px 16px !important;
  font-weight: 400 !important;
}


.header__navigation.header--element.open .navigation-primary .submenu.level-1,
.header__navigation.header--element.open .navigation-primary .submenu.level-2,
.header__navigation.header--element.open .navigation-primary .submenu.level-3{
  background:  transparent !important;
  border: none; 
}

.header__navigation.header--element.open .navigation-primary .submenu.level-1 a,
.header__navigation.header--element.open .navigation-primary .submenu.level-2 a,
.header__navigation.header--element.open .navigation-primary .submenu.level-3 a{
  color: #000 !important;
}

.header-search .toggle svg{
  fill: #ffffff;
}

.blog-card-featured-image .featured-image{
  object-fit: fill !important;
}

@media (max-width: 767px){
  .blog-card { 
    margin-bottom: 20px !important;
  }
}
.blog-card-body{
  height: 200px;
}
.blog-card-body .blog-post-name h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-size: 20px;
}
.blog-card-topic {
  max-height: 60px;
  overflow: hidden;
}
.blog-card-topic a{
    font-size: 11px;
    color: #20262b;
    background: #eee;
    padding: 2px 8px;
    border-radius: 4px;
}
.th-blog-post-hero-case-study .tagline-wrap .tagline{
    font-size: 12px;
    color: #fff;
    background: #39484f3d;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}


.blog-card-topic a:not(:last-child),
.th-blog-post-hero-case-study .tagline-wrap .tagline::not(:last-child){
    margin-right: 4px
}

.blog-card-topic a:hover,
.th-blog-post-hero-case-study .tagline-wrap .tagline:hover{
    text-decoration: underline;
}

footer .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul{
  justify-content: flex-end;
}

@media (max-width: 767px) {
  footer .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal ul{
    flex-direction: row !important;
  }
}
/* @media (max-width: 767px) {
  .row-fluid [class*="span"] {
    padding-left: 5px !important;
    padding-right: 5px !important;
  } */
}

@media (max-width: 767px) {
  .blog-card-featured-image .featured-image {
      height: 200px !important;
  }
}