/* COMMON */
.blog-content-main-wrapper {
    padding: 0 20px;
}
.content-wrapper {
    width: ;
    max-width: 100%;
    margin: 0 auto;
}

.hs-blog-post .blog-content-main-wrapper,
.hs-blog-post .blog-content-main-wrapper p{
    color: ;
    font-size: ;
    line-height: ;
    letter-spacing: ;
}

.hs-blog-post .blog-post__body p{
    margin-bottom: ;
}


@media(min-width: 768px) {
    .hs-blog-post .blog-content-main-wrapper,
    .hs-blog-post .blog-content-main-wrapper p{
        font-size: ;
    }
}


@media(min-width: 1025px) {
    .hs-blog-post .blog-content-main-wrapper,
    .hs-blog-post .blog-content-main-wrapper p{
        font-size: ;
    }
    .hs-blog-post h1,
    .hs-blog-listing h1{
        font-size: ;
    }
    .hs-blog-post h2,
    .hs-blog-listing h2{
        font-size: ;
    }
    .hs-blog-post h3,
    .hs-blog-listing h3{
        font-size: ;
    }
    .hs-blog-post h4,
    .hs-blog-listing h4{
        font-size: ;
    }
    .hs-blog-post h5,
    .hs-blog-listing h5{
        font-size: ;
    }
    .hs-blog-post h6,
    .hs-blog-listing h6{
        font-size: ;
    }
}

/* Blog Hero Image */
.blog-header {
    background-color: ;
    background-image: url();
    text-align: left;
    color: ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.blog-header__inner {
    max-width: 1120px;
    /*margin: 0 auto;*/
    padding: 4.5rem 12px;
    display: flex;!important;
    flex-direction: column !important;
    align-items: flex-start;!important;
}


.blog-header__title {
    color: ;
    padding-left:10px;
}

.blog-header__subtitle {
    margin: 1rem 0 2rem;
    color:  !important;
    padding-left:10px;
}
  p.blog-header__subtitle {
    max-width: 550px !important;
}
/* Blog Tag Header */
.blog-index__tag-header {
    flex: 1 0 100%;
    padding: 1rem;
}

.blog-index__tag-subtitle {
    font-size: 1.16rem;
    line-height: 1.1;
}

.blog-index__tag-heading {
    padding-bottom: 1rem;
    /*border-bottom: 3px solid #D1D6DC;*/
}

/* Blog Menu Topics */
.blog-index__topics {
    width: 100%;
}
.blog-index__topics__menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.blog-index__topics__menu li{
    flex-grow:1;
    flex-shrink:1;
    border-bottom: 3px solid ;
    padding: 0 1rem;
}
.blog-index__topics__menu li a {
    display: block;
    font-size: 11px;
    line-height: 1em;
    padding: 20px;
    letter-spacing: 0.66px;
    text-align: center;
    text-transform: uppercase;
    color: ;
    border-bottom: 3px solid ;
    margin-bottom: -3px;    
    transition: .4s;
}
.blog-index__topics__menu li a.active{
    color: ;
    border-color: ;
}
.blog-index__topics__menu li a:hover:not(.active){
    color: ;
    border-color: ;
}
.blog-index__topics__menu li:first-child a,
.blog-index__topics__menu li:last-child a {
    width: calc(100% + 1rem);
}
.blog-index__topics__menu li:first-child a{
    margin-left: -1rem;
}
.blog-index__topics__menu li:first-child a{
    margin-right: -1rem;
}

/* Blog index */
.blog-index {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
}

.blog-index:after {
    content: "";
    flex: auto;
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
    overflow: hidden;
    color: ;
    background-color: ;
    border-radius: ;
    
}


@media screen and (min-width: 768px) {
    .blog-index {
        padding: 4rem 0;
    }
    .blog-index:after,
    .blog-index__post {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 28px)/2);
    }

    .blog-index__post {
        margin-bottom: 56px;
    }

}

@media screen and (min-width: 1000px) {
    .blog-index:after,
    .blog-index__post {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc((100% - 56px)/3);
    }
}

/* Blog Related Posts, Recent Posts and Newsletter */

/* related */
.blog-related-posts {
    background-color: ;
    margin-top: 3rem;
    padding: 4rem 2rem 2rem;
}

.blog-related-posts .related-posts-title {
    text-align: ;
    max-width: 630px;
    
}



.blog-related-posts__list {
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0 0;
}

/* recent */
.blog-recent-posts {}
.blog-recent-posts__image{
    height: 182px;
    position: relative;
    overflow: hidden;
}
.blog-recent-posts__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-object-fit .blog-recent-posts__image img {
    height: auto;
}

@media(min-width: 800px){
    .blog-recent-posts__image {
        height: 182px;
        padding: 0;
    }
}

.blog-recent-posts__title-content {
    padding:   ;
}

.blog-recent-posts__content {
       padding: 10px 0; 
}

.blog-index__post-content--large h2 a,
.blog-recent-posts__title a {
    color: ;
    font-weight: ;
}

.blog-newsletter__wrapper, 
.blog-recent-posts__post {
    display: block;
    background-color: ;
    color: ;
    height: 100%;
    border-radius: ;
    
}

.blog-newsletter__wrapper {
    height: auto;
}

.blog-newsletter__wrapper, 
.blog-newsletter__wrapper p,
.blog-recent-posts__post,
.blog-recent-posts__post p,
.blog-recent-posts__content  {
    font-size: ;
}

@media(min-width: 768px) {
    .blog-newsletter__wrapper, 
    .blog-recent-posts__post,
    .blog-newsletter__wrapper p, 
    .blog-recent-posts__post p,
    .blog-recent-posts__content {
        font-size: ;
    }
}

@media(min-width: 1025px) {
    .blog-newsletter__wrapper, 
    .blog-recent-posts__post,
    .blog-newsletter__wrapper p, 
    .blog-recent-posts__post p,
    .blog-recent-posts__content {
        font-size: ;
    }
}

.blog-index__widget--newsletter,
.blog-newsletter__wrapper {
    background-color: ;
}

.blog-index__widget--newsletter .blog-newsletter-padding,
.blog-newsletter__wrapper .blog-newsletter-padding {
    padding:   ;
}

.blog-newsletter__wrapper,
.blog-newsletter__wrapper p,
.blog-newsletter__wrapper div,
.blog-newsletter__wrapper .blog-newsletter__title span,
.blog-newsletter__wrapper h2,
.blog-newsletter__wrapper h3,
.blog-newsletter__wrapper h4,
.blog-newsletter__wrapper h5,
.blog-newsletter__wrapper h6
.blog-newsletter__wrapper a,
.blog-newsletter__wrapper .legal-consent-container .hs-richtext p, 
.blog-newsletter__wrapper .legal-consent-container .hs-richtext a, .hs-richtext{
    color: ;
}

.blog-newsletter__bottomImage {
    max-width: 200px;
    margin: 2rem auto 0;
}

/* featured */
.blog-index__post-content {
    padding:   ;
}

.blog-index__post-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('');
}

.blog-index__post-image img {
    max-width: 100%;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.blog-index__post-content h2,
.blog-index__post-content h2 a {
    font-size: ;
}

@media screen and (min-width: 768px) {
    .blog-index__post-content {
        padding: 40px;
    }

    .blog-index__post.blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    
    .blog-index__post-image--large {
        flex: 1 1 48%;
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem;
    }
}

@media(max-width: 767px) {
    .blog-index__post-image--large {
        height: 182px;
    }
}


/* Blog Pagination */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 4.3rem;
}

.blog-pagination__link {
    display: inline-flex;
    padding: .25rem .4rem;
    margin: 0 .1rem;
    text-decoration: none;
    border: 2px solid transparent;
    line-height: 1;
    border-radius: ;
    width: 32px;
    height: 32px;
    color: ;
    background-color: ;
    transition: .4s;
    font-size: ;
    align-items: center;
    justify-content: center;
}

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

.blog-pagination__prev-link:hover svg,
.blog-pagination__next-link:hover svg {
    fill: 
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
    display: inline-flex;
    align-items: center;
    background-color: 
}

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

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

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
    fill: ;
    margin: 0 3px;
}

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

/* Blog index tag */
.blog-index-tag {
    padding-top: 2rem;
}

.blog-index-tag .blog-index__topics__menu {
    margin-top: 0;
}

/* Blog author */
.blog-index__author-details {
    margin-top: 1rem;
}

.blog-index__author-social-links a {
    display: inline-block;
    margin: 0 8px;
}

.blog-index__author-social-links svg {
    fill: ;
    height: 18px;
    width: 18px;
}

/* blog post */
.blog-post h1 {
    color: ;
}

.blog-post a:not(.blog-post__tag-link):not(.blog-header__author-name):not(.cta_button) {
    color: ;
    text-decoration: underline;
}

.blog-post__meta {
    margin: 1rem 0;
}

.blog-post__meta a {
    text-decoration: none;
    font-weight: 500;
    color: ;
}

.blog-post__timestamp{
    line-height: normal;
    font-size: ;
}

.blog-post {
    max-width: 912px;
    margin: 0 auto;
    padding: 3.3rem 0;
}

.hs-blog-post .blog-post__body {
    width: 724px;
    max-width: 100%;
    margin: auto;
    margin-top: 2rem;
}

.hs-blog-post .blog-header__author-avatar:not(.blog-post_author_bottom-avatar) img {
    width: 56px;
    height: 56px;
    margin: 0 1rem 0 0;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}

.blog-post_author {
    border-top: 1px solid ;
    padding-top: 2rem;
}

.blog-post_author .blog-header__author-avatar {
    margin-bottom: 1rem;
}

.blog-post_author .blog-header__author-avatar img {
    border-radius: 50%;
}


@media(min-width: 768px){
    .blog-post_author {
        display: flex;
        flex-wrap: wrap;
    }

    .blog-post_author .blog-header__author-avatar {
        width: 76px;
        margin-right: 1rem;
    }

    .blog-post_author .blog-post_author-details {
        width: calc(100% - 100px);
    }

}

@media(min-width: 724px){
    .blog-post__body img.big {
        margin-left: -94px;
        margin-right: -94px;
        display: inline-block;
        max-width: calc(100% + 94px *2);
    }
}
@media(min-width: 912px){
    .blog-post__body img {
        max-width: 912px;
        margin: 1rem calc((-912px + 724px) / 2 ) 0;
    }
}

/* blog tags */

.blog-post__tags a:first-child {
    padding-left: 0;
}

.blog-post__tag-link {
    display: inline-block;
    background-color: ;
    color: ;
    border: 1px solid ;
    font-size: ;
    text-transform: ;
    font-weight: ;
    border-radius: ;
    padding:  ;
    padding-right: 0;
}

.blog-post__tag-link:hover {
    background-color: ;
    color: ;
}

@media(min-width: 768px) {
    .blog-post__tag-link {
        font-size: ;
    }
}

@media(min-width: 1025px) {
    .blog-post__tag-link {
        font-size: ;
    }
}

/* Blog Comments */

.blog-comments {
    max-width: 800px;
    margin: 0 auto;
}

.blog-comments form {
    max-width: 100%;
}

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


.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;

    color: ;
}


#comments-listing .comment-reply-to {
    color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
    color: ;
}

#comments-listing .comment-reply-to:active {
    color: ;
}

/** In content editor **/
html.hs-inline-edit .blog-post__body {
    min-height: 200px;
}


/* cases */

.cases .hs-blog-post .blog-content-main-wrapper,
.cases .hs-blog-post .blog-content-main-wrapper p {
    color: ;
    font-size: ;
    line-height: ;
    letter-spacing: ;
}

.cases .hs-blog-post .blog-post__body p{
    margin-bottom: ;
}


@media(min-width: 768px) {
    .cases .hs-blog-post .blog-content-main-wrapper,
    .cases .hs-blog-post .blog-content-main-wrapper p{
        font-size: ;
    }
}


@media(min-width: 1025px) {
    .cases .hs-blog-post .blog-content-main-wrapper,
    .cases .hs-blog-post .blog-content-main-wrapper p{
        font-size: ;
    }
    .cases .hs-blog-post h1,
    .cases .hs-blog-listing h1{
        font-size: ;
    }
    .cases .hs-blog-post h2,
    .cases .hs-blog-listing h2{
        font-size: ;
    }
    .cases .hs-blog-post h3,
    .cases .hs-blog-listing h3{
        font-size: ;
    }
    .cases .hs-blog-post h4,
    .cases .hs-blog-listing h4{
        font-size: ;
    }
    .cases .hs-blog-post h5,
    .cases .hs-blog-listing h5{
        font-size: ;
    }
    .cases .hs-blog-post h6,
    .cases .hs-blog-listing h6{
        font-size: ;
    }
}

/* Blog Hero Image */
.cases .blog-header {
    background-color: ;
    background-image: url();
    color: ;
}

.cases .blog-header__title {
    color: ;
}

.cases .blog-header__subtitle {
    color:  !important;
}

/* Blog Menu Topics */
.cases .blog-index__topics__menu li{
    border-bottom: 3px solid ;
}
.cases .blog-index__topics__menu li a {
    color: ;
    border-bottom: 3px solid ;
}
.cases .blog-index__topics__menu li a.active{
    color: ;
    border-color: ;
}
.cases .blog-index__topics__menu li a:hover:not(.active){
    color: ;
    border-color: ;
}


/* Blog index */
.cases .blog-index__post {
    color: ;
    background-color: ;
    border-radius: ;
    
}

/* Blog Related Posts, Recent Posts and Newsletter */

/* related */
.cases .blog-related-posts {
    background-color: ;
}

.cases .blog-related-posts .related-posts-title {
    text-align: ;
    
}

/* recent */

.cases .blog-recent-posts__title-content {
    padding:   ;
}

.cases .blog-index__post-content--large h2 a,
.cases .blog-recent-posts__title a {
    color: ;
    font-weight: ;
}

.cases .blog-newsletter__wrapper, 
.cases .blog-recent-posts__post {
    background-color: ;
    color: ;
    border-radius: ;
    
}

.cases .blog-newsletter__wrapper, 
.cases .blog-newsletter__wrapper p,
.cases .blog-recent-posts__post,
.cases .blog-recent-posts__post p,
.cases .blog-recent-posts__content  {
    font-size: ;
}

@media(min-width: 768px) {
    .cases .blog-newsletter__wrapper, 
    .cases .blog-recent-posts__post,
    .cases .blog-newsletter__wrapper p, 
    .cases .blog-recent-posts__post p,
    .cases .blog-recent-posts__content {
        font-size: ;
    }
}

@media(min-width: 1025px) {
    .cases .blog-newsletter__wrapper, 
    .cases .blog-recent-posts__post,
    .cases .blog-newsletter__wrapper p, 
    .cases .blog-recent-posts__post p,
    .cases .blog-recent-posts__content {
        font-size: ;
    }
}

.cases .blog-index__widget--newsletter,
.cases .blog-newsletter__wrapper {
    background-color: ;
}

.cases .blog-index__widget--newsletter .blog-newsletter-padding,
.cases .blog-newsletter__wrapper .blog-newsletter-padding {
    padding:   ;
}


.cases .blog-newsletter__wrapper,
.cases .blog-newsletter__wrapper p,
.cases .blog-newsletter__wrapper div,
.cases .blog-newsletter__wrapper .blog-newsletter__title span,
.cases .blog-newsletter__wrapper h2,
.cases .blog-newsletter__wrapper h3,
.cases .blog-newsletter__wrapper h4,
.cases .blog-newsletter__wrapper h5,
.cases .blog-newsletter__wrapper h6
.cases .blog-newsletter__wrapper a,
.cases .blog-newsletter__wrapper .legal-consent-container .hs-richtext p, 
.cases .blog-newsletter__wrapper .legal-consent-container .hs-richtext a, .hs-richtext{
    color: ;
}

/* featured */
.cases .blog-index__post-content {
    padding:   ;
}

.cases .blog-index__post-image {
    background-image: url('');
}

.cases .blog-index__post-content h2,
.cases .blog-index__post-content h2 a {
    font-size: ;
}

/* Blog Pagination */

.cases .blog-pagination__link {
    border-radius: ;
    color: ;
    background-color: ;
    font-size: ;
}

.cases .blog-pagination__link--active,
.cases .blog-pagination__link:hover,
.cases .blog-pagination__link:focus {
    background-color: ;
    color: 
}

.cases .blog-pagination__prev-link:hover svg,
.cases .blog-pagination__next-link:hover svg {
    fill: 
}

.cases .blog-pagination__prev-link,
.cases .blog-pagination__next-link {
    background-color: 
}

.cases .blog-pagination__prev-link svg,
.cases .blog-pagination__next-link svg {
    fill: ;
}


/* blog post */
.cases .blog-post h1 {
    color: ;
}

.cases .blog-post a:not(.blog-post__tag-link):not(.blog-header__author-name) {
    color: ;
}

.cases .blog-post_author {
    border-top: 1px solid ;
}


/* blog tags */
.cases .blog-post__tag-link {
    background-color: ;
    color: ;
    border: 1px solid ;
    font-size: ;
    text-transform: ;
    font-weight: ;
    border-radius: ;
    padding:  ;
    padding-right: 0;
}

.cases .blog-post__tag-link:hover {
    background-color: ;
    color: ;
}

@media(min-width: 768px) {
    .cases .blog-post__tag-link {
        font-size: ;
    }
}

@media(min-width: 1025px) {
    .cases .blog-post__tag-link {
        font-size: ;
      
      
    }
}