/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Heebo:300,400,500,600,700&display=swap');

/* IMPORT FONTS */
@font-face {
  font-family: 'Graphik Web';
  src: url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Regular-Web.woff2') format('woff2'),
       url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Regular-Web.woff') format('woff');
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Medium-Web.woff2') format('woff2'),
       url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Medium-Web.woff') format('woff');
  font-weight:  500;
  font-style:   normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik Web';
  src: url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Semibold-Web.woff2') format('woff2'),
       url('https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Fonts/Font/Graphik-Semibold-Web.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/
/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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



/****************************************/
/* General style here                   */
/****************************************/
.bg-black{
  background-color: #000;
}
.bg-white{
  background-color: #fff;
}
.bg-red{
  background-color: #F13434;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
body {
    overflow-x: hidden;
    background: #f5f5f5;
    font-family: 'Graphik Web';
    font-weight: 400;
    margin: 0;
    /*z-index: -1!important;*/
}
p{
    line-height: 22px;
}
.container{
    padding-left: 15%;
    padding-right: 15%;
}
.hs-form .hs-error-msgs{
    list-style-type: none;
    color: red;
    padding-left: 0;
    margin: 0 0 5px;
    font-size: 14px;
}
li.hidden-menu-element {
     /*display: none;*/
}
.blog-author-section {
    background: #fff;
    padding: 30px;
    font-family: 'Graphik Web';
    font-weight: 400;
    color: #353535;
    font-size: 15px;
    margin-bottom: 20px;
}
.blog-author-section h3 {
    font-family: "Heebo", sans-serif;
    font-weight: 800;
    font-size: 20px;
}
.blog-author-section h3 img {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.blog-author-section .author-social-media {
    margin-bottom: 20px;
}
.hs-author-bio {
    margin-bottom: 20px!important;
}
.hs-author-social-label {
    /*color: #9b9b9b;*/
    font-weight: bold;
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
}
.hs-author-social-links {
    font-weight: bold;
}
.hs-author-social-links img {
    width: 32px;
    height: 32px;
    font-size: 14px;
    vertical-align: middle;
}
.blog-download-form input,
.subscription-box input.hs-input {
    background: #F5F5F5;
    border: none;
    border-radius: 6px;
    padding: 17px 15px;
    font-size: 15px;
    color: #4e4e4e;
    overflow-x: hidden;
    font-family: 'Graphik Web';
    font-weight: 400;
    outline: 0;
}
.blog-download-form input::-webkit-input-placeholder {
    font-size: 15px;
}
.blog-download-form input::-moz-input-placeholder {
    font-size: 15px;
}
.blog-download-form input:-ms-input-placeholder {
    font-size: 15px;
}
.blog-download-form input:input-placeholder {
    font-size: 15px;
}
.blog-download-form input::-webkit-input-placeholder,
.subscription-box input.hs-input::-webkit-input-placeholder {
    color: #A4A4A4;
    font-family: 'Graphik Web';
    font-weight: 400;
}
.blog-download-form input::-moz-input-placeholder,
.subscription-box input.hs-input::-moz-placeholder {
    color: #A4A4A4;
    font-family: 'Graphik Web';
    font-weight: 400;
}
.blog-download-form input:-ms-input-placeholder,
.subscription-box input.hs-input:-ms-input-placeholder {
    color: #A4A4A4;
    font-family: 'Graphik Web';
    font-weight: 400;
}
.blog-download-form input:input-placeholder,
.subscription-box input.hs-input:placeholder {
    color: #A4A4A4;
    font-family: 'Graphik Web';
    font-weight: 400;
}
.blog-download-form .submitted-message{
  color: #fff; 
} 
.b4y-submit-btn {
     color: #FFF;
   background: #f13434;
    border: 1px solid #f13434 !important;
    border-radius: 6px;
    border: none;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: 'Graphik Web';
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.05px;
    line-height: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.subscription-box input[type="submit"] {
  padding: 12px 35px 12px 55px; 
   color: #E30613;
    border: 1px solid #E30613;
    background-image: url(https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Icons/check-mark.svg);
    border: 1px solid #E30613;
    background-color: transparent; 
    background-position: center left 32px;
    background-repeat: no-repeat;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: 'Graphik Web';
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.05px;
    line-height: 20px;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

form.our-newsletter.sent input[type="email"] {
    display: none;
}

.subscription-box input[type="submit"]{
   margin-bottom: 0;
}

/*.subscription-box h6 {*/
/*font-family: 'Graphik Web';*/
/*font-size: 14px;*/
/*font-weight: bold;*/
/*}*/

.right-blog-content h6 {
    font-family: 'Graphik Web';
    font-size: 15px;
    font-weight: bold;
}
.header-container {
    /*background: #000;*/
    color: #fff;
    padding-left: 200px;
    padding-right: 165px;
}
.header-container a{
    color: #fff;
    text-decoration: none;
}
.right-header-content {
    padding: 25px 0;
    font-weight: bold;
}
.right-header-content img {
    float: right;
    padding-right: 10px;
}
.test-blog-logo {
    padding: 25px 0;
}


/*#hubspot-author_data a{*/
/*color: #353535!important;*/
/*}*/
#hubspot-author_data {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #787878!important;
    line-height: 19px;
}

.author-link {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #353535!important;
    line-height: 19px;
    text-decoration: underline;
}

.blog-top-navigation {
    background: #fff;
    color: #cb001f;
}

.blog-top-navigation a{
    color: #cb001f;
    text-decoration: none;
}

.title-img {
    margin: auto;
    text-align: center;
    /*height: 300px;*/
    /*margin-bottom: 20px;*/
}

.title-img img{
    height: auto;
    width: 600px!important;
    /*height: 150px;*/
    /*width: auto!important;*/
    padding: 40px 0;
}

.blog-content-container {
    background: #fff;
    /*margin-bottom: 20px;*/
    padding: 20px;
}

.blog-content-container button {
    background-color: #6fb1ba;
    border: none;
    border-radius: 27px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
}

.blog-download-form, .blog-comment-container {
    padding: 20px;
    /*margin-bottom: 20px;*/
}
.blog-comment-container {
    background: #fff
}
.blog-download-form {
    background: #F13434;
}
.hs_error_rollup {
    display: none;
}
.right-blog-content {
    /*background: #fff;*/
    margin-left: 1.5%!important;
    margin-bottom: 28px;
}
.right-blog-content-conatainer {
    
}
.follow-us-section {
    background: #E30613;
    padding: 25px 40px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'Graphik Web';
    font-size: 15px;
}
.follow-us-section p {
    color: #FFFFFF;
}
.follow-us-section  .hs_followme div {
    padding: 10px 0!important;
}
.follow-us-section ul{
    list-style: none;
    padding-left: 0;
}
.follow-us-section ul>li a{
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 0.2px;
    line-height: 30px;
    color: #FFF;
}
.follow-us-section ul>li{
    padding: 10px 0 10px 45px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px 24px;
}
.follow-us-section ul>li.facebook{
    background-image: url('https://www.business4you.ch/hubfs/01_Webseite/Icons/Weiss/facebook.svg');
}
.follow-us-section ul>li.instagram{
    background-image: url('https://www.business4you.ch/hubfs/01_Webseite/Icons/Weiss/insta.svg');
}
.follow-us-section ul>li.linkedin{
    background-image: url('https://www.business4you.ch/hubfs/01_Webseite/Icons/Weiss/linkedin.svg');
}
.follow-us-section ul>li.youtube{
    background-image: url('https://www.business4you.ch/hubfs/01_Webseite/Icons/Weiss/youtube.svg');
}
.b4y-topic-header{
    text-align: center;
    color: #141414;
}
.b4y-topic-header h2{
    margin-top: 15px;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0.65px;
}
.b4y-recent-post {
    background-color: #141414;
}
.b4y-popular-post,
.b4y-recent-post {
    background-color: #141414;
    /*margin-top: 30px;*/
    padding: 30px 40px;
}
.b4y-popular-post{
    background-color: #1E1E1E;
}
.b4y-recent-post .b4y-post-title p,
.b4y-popular-post .b4y-post-title p{
    margin: 20px 0 10px;
    letter-spacing: 0.21px;
}
.b4y-recent-post .section-title,
.b4y-popular-post .section-title{
    color: #8c8c8c;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Graphik Web';
    line-height: 22px;
}
.b4y-post-title {
    border-bottom: solid 1px #4A4A4A;
}
.b4y-post-title p {
    font-family: 'Graphik Web';
    line-height: 26px;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}
.b4y-post-title a {
    /*font-size: 20px;*/
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Graphik Web';
    transition: all 0.5s;
}
.b4y-post-title a:hover {
    padding-left: 5px;
}
.b4y-post-title a > span{
    color: #D92225;
}
.b4y-tags {
    background: #F5F5F5;
    margin-bottom: 20px;
    padding: 30px;
}
.b4y-tags .b4y-tags-title {
    color: #9B9B9B;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Graphik Web';
    display: block;
    margin-bottom: 10px;
}
.b4y-tags-item {
    
    display: inline-block;
    border: solid 1px #6FB1BA;
    border-radius: 30px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.b4y-tags-item a {
    text-decoration: none;
    color: #6FB1BA;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Graphik Web';
    text-transform: uppercase;
}
.b4y-tags-item:hover {
    background-color: #6FB1BA;
    
}
.b4y-tags-item:hover a {
    color: #fff;
}

.b4y-tags-2 {
    background: #F5F5F5;
    padding: 30px 20px;
    margin: auto -20px;
}
.b4y-tags-title-2 {
    font-size: 14px;
    font-family: 'Graphik Web';
    display: inline-block;
    margin-right: 15px;
    padding: 5px 0;
}

.b4y-social-share {
    background: #fff;
    padding: 40px 20px;
}
.b4y-social-share a {
    text-decoration: none;
    color: #353535;
    font-weight: 500;
    padding-left: 35px;
    transition: all .5s;
}
.b4y-social-share a:nth-child(2){
   padding-left: 0;
}
.b4y-social-share img{
    vertical-align: baseline;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.right-blog-content h6 {
    margin: 0;
}
.subscription-box h3 {
    margin: 0;
    font-size: 24px;
    font-family: 'Graphik Web';
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 36px;
    letter-spacing: 0.32px;
}

.right-blog-content h6 {
    margin: 0;
}

/*Overwrite second nav css*/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    /*width: 1014px;*/
    margin-right: auto;
    padding-top: 5px;
    /*padding-left: 90px;*/
    padding-left: 380px;
}
.first-menu-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 30px 10px 0;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
    padding: 0 17px;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child{
    padding-left: 0;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul.active-branch li a {
    color: rgba(203,0,31,0.4);
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 13px 0 12px;
    max-width: 230px!important;
    font-family: 'Graphik Web';
    border-bottom: 3px solid transparent;
    color: #141414;
    font-weight: 500;
    font-size: 15px;
    overflow: initial;
    display: inline-block;
    width: auto;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a {
    padding-left: 0;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal li.active a{
    /*border-bottom-color: #F13434;*/
    color: #141414 !important;
}
.blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.inactive a {
    color: rgba(203, 0, 31, 0.4);
}

.b4y-blog-list-container,
.first-menu-container,
.blog-top-navigation {
    /*float: none !important;
    max-width: 1440px;
    padding: 0 10px;
    position: relative;
    margin: 0 auto !important;*/
    padding-left: 15%;
    padding-right: 15%;
}

.footer-column-left {
    /*padding-left: 200px;*/
}
.footer-column-left img {
    padding-top: 40px;
}
.footer-email-sub{
    padding-right: 200px;
}
.b4y-blog-list-img {
    width: 100%;
}

.b4y-post-item {
    width: 49%;
    float: left;
    margin-bottom: 2%;
    background: #fff;
    cursor: pointer;
}
.b4y-post-item:nth-child(even){
    margin-right: 2%;
}
.b4y-post-item:nth-child(1){
    width: 100%;
}
.post-body-list {
    min-height: 235px;
    text-overflow: ellipsis;
      overflow: hidden;
}

.post-body-list  .related-article-content p {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  
}
.b4y-post-item:nth-child(1) .post-body-list {
    height: auto!important;
}
.b4y-post-item:nth-child(1) a.more-link{
    margin-top: 0!important;
}
.post-listing {
    display: flex;
    flex-wrap: wrap;
}
/*.post-listing .post-item:not(:first-child) img.b4y-blog-list-img {
    width: 100%;
    max-height: 320px;
}*/


.post-list-item-content{
   color: #141414;
}
.post-list-item-content p{
   margin: 5px 0;
}
.post-list-item-content p strong{
   font-weight: 400;
}
.post-list-item-content div {
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 250px;*/
    padding: 0;
    margin-bottom: 20px;
}
.post-body {
    /*padding: 20px;*/
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #353535;
    margin-bottom: 20px;
}
.post-body a {
    color: #5FAABA;
}
.post-body p img {
    height: auto;
}
.post-list-item-content h2,
.post-body h2{
    color:#353535;
    font-family: Open Sans,sans-serif;
}
font-weight: 800


.post-body p strong img,
.post-body p img{
    width: 100%;
    height: auto;
}
.post-body-list {
    padding: 20px 20px 40px;
}
.post-body h2 img {
    width: 100%;
    height: auto;
}
.author-section {
    margin-bottom: 25px;
    font-family: 'Graphik Web';
    font-weight: 400;
}
.more-link {
    margin-left: 20px;
    position: absolute;
    bottom: 0;
}

a.more-link,
a.topic-link {
    /*font-size: 20px;*/
    font-size: 15px;
    text-decoration: none;
    color: #1E1E1E;
    display: block;
    padding-bottom: 20px;
    font-family: 'Graphik Web';
    font-weight: 500;
    margin-top: 20px;
}

a.topic-link {
    display: inline-block;
    color: #8C8C8C;
    font-weight: 500;
    padding-bottom: 0;
    font-size: 15px;
    font-family: 'Graphik Web';
    letter-spacing: 0.3px;
    margin-top: 0;
}
a.more-link:hover,
a.topic-link:hover {
    color: #F13434;
}
a.more-link > span{
    color: #D92225;
}
 
/*.post-header,*/
/*.hubspot-topic_data {*/
/*padding: 20px;*/
/*}*/

#hubspot-topic_data {
    font-size: 15px;
    margin: 5px 0;
}
.post-header h1,
.post-header h2{
    /*font-size: 36px;*/
    font-family: 'Graphik Web';
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 45px;
    margin-bottom: 0;
    margin-top: 0;
    overflow: hidden;
    word-wrap: break-word;
    color: #141414;
}
.post-header h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.32px;
}
.post-featured-image img{
    max-width: 100%;
    width: 100%
}
.blog-detail-topic {
    margin-bottom: 25px;
}
.blog-detail-title {
    font-size: 36px;
    margin-bottom: 35px!important;
}
.blog-pagination-container {
    width: 100%;
    clear: both;
}
.right-subscription-box {
    background: #FFF;
    /*padding: 40px 20px 30px;*/
    padding: 60px 30px 40px;
    color: #000;
}
.right-subscription-box h6{
    font-weight: 500;
    color: #F13434;
}   
#hs_cos_wrapper_post_body h2 {
    font-family: 'Graphik Web';
    font-weight: 800;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    line-height: 19px;
    margin: 0;
}
.footer-element {
    color: #787878;
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 15px;
}
.footer-element h5{
    font-weight: normal;
    color: #fff;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 15px;
    font-family: 'Graphik Web';
}
.footer-element p {
    margin-bottom: 15px;
    letter-spacing: 0.2px;
    line-height: 25px;
    color: #787878;
}
.footer-element a {
    text-decoration: none;
    color: #fff;
}
.footer-element a[href^="mailto:"]{
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
}
.footer-element a[href^="mailto:"]:hover{
    border-bottom-color: #D8463F;
}
a.footer-mailto {
    text-decoration: underline;
    color: #fff;
}
a.footer-mailto:hover {
    color: #d92225;
}
a.b4y-submit-btn {
    display: inline-block;
    text-decoration: none;
    color: #D92225;
    background: transparent;
    border: 1px solid #D92225;
    /*width: auto;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.footer-email-sub {
    /*padding-left: 180px;*/
    padding-top: 20px;
}
.footer-email-sub h3 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
}
.footer-email-sub input.hs-input {
    background: #1E1E1E;
    border: 0;
    padding-bottom: 5px;
    border-bottom: solid 1px #787878;
    margin-bottom: 40px;
    font-size: 18px;
    color: #fff;
    /*width: 250px;*/
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
}
.footer-email-sub input.hs-input::-webkit-input-placeholder {
    color: #787878;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
}
.footer-email-sub input.hs-input::-moz-placeholder {
    color: #787878;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
}
.footer-email-sub input.hs-input:-ms-input-placeholder {
    color: #787878;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
}
.footer-email-sub input.hs-input:-moz-placeholder {
    color: #787878;
    font-size: 18px;
    font-family: "Open Sans",sans-serif;
}
.footer-email-sub input[type="submit"] {
    color: #D92225;
    background: transparent;
    border-radius: 6px;
    border: none;
    border: 1px solid #D92225;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: 'Graphik Web';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hs-form-required {
    /*display: none;*/
}
.footer-container {
    background: #000;
    padding-top: 20px;
    /*padding: 0 200px;*/
}
.footer-menu-container{
    background: #000000;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-menu-container p{
   margin-top: 0;
   color: #8c8c8c;
}
.footer-menu {
    text-align: right;
}
.footer-menu h5{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
}
.footer-menu h5:nth-child(1){
    margin-right: 10px;
}
.footer-menu a{
    color: #fff;
    text-decoration: none;
}
.footer-menu-container p,
.footer-menu a {
    /*font-family: "Open Sans",sans-serif;*/
    font-size: 15px;
    line-height: 23px;
    letter-spacing: .1px;
}
.footer-menu a {
    margin-left: 10px;
}
.footer-container-wrapper {
    margin-top: 50px;
    overflow: hidden;
}
.right-header-content .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-family: 'Graphik Web';
    font-size: 15px;
}
.header-container .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-top: 0;
    padding-left: 0;
}
.ava-img-circle {
    border-radius: 50%;
    width: 60px;
    /*height: auto;*/
    height: 60px;
    vertical-align:middle;
    margin-right: 10px;
}
.hs-form-field {
    margin-bottom: 0;
}
.footer-email-sub .hs-form-field {
    margin-bottom: 0;
}
.header-container {
    /*background: none;*/
    color: #fff;
    /*padding-left: 200px;*/
    /*padding-right: 165px;*/
    padding-left: 0;
    padding-right: 0;
}
.first-menu-container {
    background: #141414;
    /*padding-left: 410px;
    padding-right: 320px;*/
}

.blog-top-navigation {
    background: #fff;
    color: #cb001f;
    /*padding-left: 390px;*/
}

.blog-pagination-container{
   margin-top: 20px;
   text-align: center;
}
.blog-pagination a {
    color: #E30613;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #E30613; 
    padding: 12px 25px;
    text-align: center;  
    font-family: 'Graphik Web';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    max-width: 100px; 
}

a.b4y-submit-btn:hover,
.footer-email-sub input[type="submit"]:hover { 
    color: #fff;
    background : #D92225;
    box-shadow: 0 2px 15px 0 #9d9d9d;
}

.blog-pagination a:hover,.blog-pagination a:focus, .blog-pagination a:active, .blog-pagination a:target{  
    color: white;
    background-color: #E30613 !important;
    box-shadow: 0 2px 15px 0 #9d9d9d;  
    position: relative;
    overflow: hidden; 
}
.blog-pagination a:after{
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E30613;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; 
  opacity: 0;
  z-index: -1; 
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; 
}
.blog-pagination a:hover:after{
  opacity: 1; 
}
.subscription-box input[type="submit"]:hover {
    background-color: #E30613;
    color: white;
    background-image: url(https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/Icons/check-mark-white.svg);
    background-position: center left 22px;
    background-repeat: no-repeat;
   padding: 12px 25px 12px 65px;
}
.subscription-box form.sent input[type="submit"]:hover, .subscription-box form.sent input[type="submit"]{
  border-color: #c3e6cb;
  background-image: url(https://2482957.fs1.hubspotusercontent-na1.net/hubfs/2482957/01_Webseite/Icons/check-mark-green.svg);
  background-color: #e9f5ec;
  color: #155724;
  font-weight: 400;
}

.subscription-box .submitted-message{
  color: #155724;
}
form.our-newsletter div.input+ul.hs-error-msgs{
  display: none !important;
}
/*Sticky Header*/
.body-container-wrapper {
    margin-top: 140px;
}
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 1000 !important;
    -webkit-transform: translate3d(0,0,0);
}

/*Comment*/
.replying-to { 
  margin-bottom: 20px;  
  display: block;
  color: #333; 
  font: 400 13.3333px 'Graphik Web';
}
.replying { 
  margin-top: 20px;  
  padding-left: 0; 
}
.comment-title {
    font-weight: 800;    
    font-size: 20px;   
    color: #CB001F; 
}
.blog-download-form h3 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 600; 
    letter-spacing: 0.32px;
    line-height: 30px;
    color: #fff;
}
.blog-download-form .submitted-message p {
  color: #fff;
}
.blog-comment-container {
    margin-bottom: 30px;
}
.comment-cta a, .submitted-message a,
.blog-download-form input[type="submit"], 
.blog-comment-container input[type="submit"] {
    background: #F13434;
    border-radius: 6px;;
    padding: 12px 25px;
    text-align: center;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    /*text-transform: capitalize;*/
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none; 
}
.comment-cta a {
    float: right;
}
.comment-cta a:hover,
.blog-comment-container input[type="submit"]:hover {
    background: #D92225;
    color: #ffffff;
    box-shadow: 0 2px 15px 0 #9d9d9d;
}
.submitted-message a:hover, 
.blog-download-form input[type="submit"]:hover {
    background: #fff;
    color: #D92225;
    box-shadow: 0 2px 15px 0 #9d9d9d;
}
.submitted-message a,
.blog-download-form input[type="submit"] {
    /*padding: 18px 25px;*/
    color: #fff;
    border: 1px solid #FFFFFF;
    display: inline-block;
}
.comment-cta a,
.blog-comment-container input[type="submit"] {
    color: #FFF;
    border: 1px solid #D92225;
}
.blog-download-form textarea,
.blog-comment-container input,
.blog-comment-container textarea {
    font-family: 'Graphik Web';
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height: 50px;
    padding-left: 20px;
    outline: 0;
    -webkit-appearance: none;
    box-shadow: none;
    background: #F5F5F5;
    font-size: 15px;
    color: #555;
}
.blog-download-form input[type="email"] {
    background-color: #fff;
    width: 100% !important;
}
.blog-download-form fieldset {
    max-width: 100% !important;
}
.blog-download-form ul.hs-error-msgs{
    /*background-color: #fff;*/ /*See ticket https://jira.business4you.ch/projects/BWS/issues/BWS-99 -> changed by kove, 19.08.19blog*/
    padding: 10px 5px;
    list-style-type: none;
    font-size: 14px;
    color: white;
}
.blog-comment-container textarea {
    height: 200px;
    resize: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
.blog-comment-container .form-columns-1,
.blog-comment-container .form-columns-2 {
    max-width: 100%!important;
}
.form-columns-1 input,
.form-columns-1 textarea,
.form-columns-2 input,
.form-columns-2 textarea {
    width: 100% !important;
}
.blog-comment-container input::-webkit-input-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
textarea::placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
textarea::-webkit-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
.blog-comment-container input::-moz-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
textarea::-moz-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
.blog-comment-container input:-ms-input-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
textarea:-ms-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
.blog-comment-container input:-moz-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
textarea:-moz-placeholder {
    color: #ABABAB;
    font-family: 'Graphik Web';
    font-size: 15px;
}
.comment.depth-0 {
    border-top: none!important;
    border-bottom: 2px solid #eee!important;
    margin-bottom:0!important;
    padding-bottom: 2em!important;
    padding-top: 0!important;
    margin-top: 0!important;
}
.comment.depth-0:last-child {
    margin-bottom: 2em!important; 
}
.comment-from h4,
.comment-from h4 a,
.comment-date{
    margin: 10px;
    font-size: 15px!important;
    color: #353535!important;
    text-decoration: none; 
    font-weight: normal!important;
}
.comment-from h4{ 
  font-weight: 600!important;
  margin-left: 0;
}
.comment-body { 
    font-size: 15px;
    font-family: 'Graphik Web';  
    color: #353535!important;
}
.comment-reply-to{
  background-position: 0 center; 
  font-family: 'Graphik Web';
  cursor: pointer;
}  

/*.hamburger-content {*/
/*display: none;*/
/*height: 0!important;*/
/*}*/
.hamburger-btn {
    display:none;
    /*display: inline-block;*/
    cursor: pointer;
    padding: 10px 0;
    width: 10%;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
/* .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
} */
.change .bar1 {
    transform: translateY(14px) translateX(0) rotate(90deg);
    -webkit-transform: translateY(14px) translateX(0) rotate(90deg);
    -moz-transform: translateY(14px) translateX(0) rotate(90deg);
}

.change .bar2 {
    transform: translateY(3px) translateX(10px) rotate(90deg);
    -webkit-transform: translateY(3px) translateX(10px) rotate(90deg);
    -moz-transform: translateY(3px) translateX(10px) rotate(90deg);
}

.change .bar3 {
    transform: translateY(-8px) translateX(20px) rotate(90deg); 
    -webkit-transform: translateY(-8px) translateX(20px) rotate(90deg);
    -moz-transform: translateY(-8px) translateX(20px) rotate(90deg);
}
.hidden-content {
    display:none;
}

/*Reset Input default style on iOS safari*/
.subscription-box input[type="submit"],
.b4y-submit-btn,
.footer-email-sub input[type="submit"],
.subscription-box input.hs-input,
.footer-email-sub input.hs-input {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    text-shadow: none!important;
    /*box-shadow: none!important;*/
    -webkit-focus-ring-color: none!important;
    outline:none!important;
    background-clip: padding-box!important;
    
}
.subscription-box input.hs-input,
.footer-email-sub input.hs-input {
    /*-webkit-border-radius:0!important;*/
    /*border-radius:0!important;*/
}
.subscription-box input[type="checkbox"] {
    padding: 0;
}
.subscription-box ul.hs-error-msgs{
    padding-left: 0;
    list-style-type: none;
    font-size: 14px;
    color: #f13434;
}

/*.blog-top-navigation.active {*/
/*display: none!important;*/
/*}*/

/* Related Article Wrapper */
.hs-blog-post .footer-container-wrapper{
    margin-top: 0;
}
.related-wrapper {
    background: #1E1E1E;
    padding: 80px 0;
    font-weight: 400;
}
.related-wrapper h2 {
    margin-top: 0;
    color: #fff;
    padding-bottom: 20px;
    text-align: center;
}
@media screen and (min-width : 992px) {
.related-wrapper .b4y-blog-list-container > .row-fluid-wrapper > .row-fluid,
  .hs_cos_wrapper_type_related_blog_posts {
    display: flex;
    flex-wrap: wrap;
  }
}
.related-article-box {
    /*height: 550px;*/
    margin-bottom: 10px;
}
.related-article-box,
.b4y-post-item {
    background-color: #fff;
    position: relative;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1);
    transition: all 100ms ease-in;
    transform: scale(1); 
}
.related-article-box:hover,
.b4y-post-item:hover {
    box-shadow: 0 0 20px 0 #ccc;
    z-index: 2;
    font-weight: 400;
    -webkit-transition: all 100ms ease-in;
    -webkit-transform: scale(1.01);
    -ms-transition: all 100ms ease-in;
    -ms-transform: scale(1.01);   
    -moz-transition: all 100ms ease-in;
    -moz-transform: scale(1.01);
    transition: all 100ms ease-in;
    transform: scale(1.01);
}
.related-article-box p,
.related-article-box li {
    font-family: 'Graphik Web';
    font-weight: 400;
    font-size: 15px;
}
.related-article-box a {
    color: #000;
    text-decoration: none;
}
.related-article-box h2 {
    font-size: 20px;
    font-family: 'Graphik Web';
    font-weight: 800;
    line-height: 32px;
    color: #353535;
    text-align: left;
}
.related-article-box img {
    width: 100%;
}
.related-article-content {
    text-align: left;
}
.post-body-list{
  min-height: auto;
}

/* Live Chat */
#hubspot-messages-iframe-container{
    z-index: 1024 !important;
}

/* Cookie Policy */
div#hs-eu-cookie-confirmation{
    font-family: 'Graphik Web' !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
    max-width: 1400px !important;
    padding: 10px 20px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
    float: left;
    width: 87%;
    font-size: 15px !important;
    line-height: 25px !important;
    letter-spacing: .2px;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:empty {
    display: none;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
    margin-right: 0 !important;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: .2px;
}
.first-menu-container .row-fluid {  
  display: flex; 
  align-items: center;
}
.first-menu-container .right-header-content{
  width: 300px; 
} 
@media screen and (max-width: 768px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
       float: none;
       width: 100%;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
       margin-top: 5px !important;
  }
  #hs_cos_wrapper_module_150053764837055 h4, #hs_cos_wrapper_module_150053764837055 h3{
    font-size: 25px;  
  }
}
@media screen and (max-width: 480px){
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
       float: none;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
       margin-top: 0 !important;
  }
}

/* Responsive */
/*@media screen and (min-width : 2560px) {
    .related-article-box {
        height: 660px;
    }
}*/
@media screen and (max-width : 1900px) {
    .post-header h2 {
        font-size: 20px;
        line-height: 25px;
    }
}
@media screen and (max-width : 1799px) {
    .b4y-blog-list-container,
    .first-menu-container,
    .blog-top-navigation {
        padding: 0 190px;
    }
    .footer-email-sub{
        padding-right: 190px;
    }
}

@media screen and (max-width : 1600px) {
    .blog-top-navigation {
        padding-left: 200px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        /*padding-left: 90px;*/
        padding-left: 200px;
    }
    .b4y-blog-list-container,
    .first-menu-container,
    .blog-top-navigation {
     /*max-width: 1170px;*/
       padding: 0 180px;
    }
    .footer-container {
        /*padding: 0 100px;*/
    }
    .footer-menu {
        
    }
    .footer-menu-container {
        padding-left: 200px;
    }
    .footer-email-sub{
        padding-right: 180px;
    }
}
@media handheld, only screen and (max-width: 1366px) {
  .b4y-topic-header h2{
      font-size: 40px;
      line-height: 40px;
      letter-spacing: .45px;
  }
  .blog-pagination-container {
    margin-bottom: 40px;
  }
}
@media screen and (max-width : 1280px) {
    .container{
        padding-left: 100px;
        padding-right: 100px;
    }
    .blog-top-navigation {
        padding-left: 100px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        /*padding-left: 90px;*/
        padding-left: 90px;
    }
    .b4y-blog-list-container,
    .first-menu-container,
    .blog-top-navigation {
        padding: 0 100px;
    }
    .b4y-tags,
    .right-blog-content-conatainer,
    .follow-us-section {
        /*padding: 20px;*/
    }
    .right-subscription-box {
        padding: 50px 20px 30px;
    }
    .footer-container {
        /*padding: 0 50px;*/
    }
    .footer-menu-container {
        padding-left: 100px;
    }
    .footer-email-sub{
        padding-right: 100px;
    }
}
@media screen and (max-width : 1024px) {
  .hamburger-btn{  
    position: absolute;
    top: 20px; 
    right: -15px;   
    display: inline-block;
  }
  .hamburger-btn.change{
    top: 15px;
  }
  .blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
      padding: 0;
  }
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    display: block;
    width: 100%;
  }
  .test-blog-logo img{
    max-width: 240px; 
  }
  div.span12.widget-span.widget-type-menu.blog-top-navigation {
    display: none;
  }
  li.hidden-menu-element {
     /*display: list-item;*/
  }
  .top-b4y-logo {
     /*display: none;*/
  }
  .blog-top-navigation {
    padding-left: 100px;
  }
  .left-blog-content,
  .right-blog-content {
    float: none!important;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .right-header-content ul li.hs-menu-item {
      float: left!important;
      width: 70px!important;
  }
  .right-header-content ul li.hs-menu-item a {
      padding: 0!important;
      margin: 0!important;
  }
  .footer-container {
      /*padding: 0 20px;*/
  }
  .footer-menu-container {
      padding-left: 100px;
  }
  .footer-menu {

  }
  .b4y-tags,
  .right-blog-content-conatainer,
  .follow-us-section {
      /*padding: 30px;*/
  }
  .right-subscription-box {
      padding: 60px 30px 40px;
  }

  /*Sticky Header*/
  .body-container-wrapper {
      margin-top: 150px;
  }
  .footer-column-left {
      padding-left: 20px;
  }
  .footer-email-sub {
      padding-right: 20px;
      padding-left: 20px;
  }
  
  .footer-menu-container {
    padding-bottom: 70px !important; 
  }
  #hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
    top: auto !important;
    position: fixed;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 991px){
  .interested-posts .related-article-box{ 
    width: 100%; 
    margin-left: 0; 
  }
  /*.related-article-box{ 
    height: auto;
  }*/
  .interested-posts .related-article-box img{
    width: 100%; 
  }
  .footer-menu-container .row-fluid{
    display: flex;
    flex-direction: column-reverse;  
  }
  .footer-menu-container .footer-menu{
    text-align: left; 
    margin-bottom: 30px;  
  }   
  .footer-menu-container .footer-menu a{ 
    margin-left: 0; 
  } 
  .footer-menu-container .footer-column-left{
    padding-left: 0;
  }
  .footer-menu-container .span6{
    margin-left: 0;  
  }
  #footer-wrapper .span6{
    width: 100%; 
    margin-left: 0;  
    padding-left: 0; 
  }
  .footer-menu-container{
    padding-top: 0;
  }
}
@media screen and (max-width: 860px){
  a.topic-link{
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  .post-header h2{
    line-height: 30px;
    letter-spacing: 0.2px;
  }
  .post-list-item-content p{
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  a.more-link{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1px;
  }
  .blog-pagination a{
    font-size: 13px;
    letter-spacing: 0.1px;
    line-height: 20px;
  }
  .right-subscription-box h6{
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  .subscription-box h3{ 
    font-size: 20px; 
    line-height: 30px;
    letter-spacing: 0.2px;
  }
  .blog-download-form input, .subscription-box input.hs-input{
    line-height: 23px;
    letter-spacing: 0.1px;
  } 
  .subscription-box input[type="submit"]{
    font-size: 13px; 
    letter-spacing: 0.1px;
    line-height: 20px;
  }
  #hs_cos_wrapper_module_156378712019164 p{
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  .follow-us-section ul>li a{
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  .b4y-recent-post .section-title, .b4y-popular-post .section-title{
    line-height: 23px;
    letter-spacing: 0.1px;
  }
  .b4y-recent-post .b4y-post-title p, .b4y-popular-post .b4y-post-title p{
    letter-spacing: 0.2px;
    line-height: 30px;
  }
  .b4y-post-title a{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.1px;
  }
  .footer-element p{
    line-height: 20px;
    font-size: 13px; 
    letter-spacing: 0.1px;
  }
  .footer-menu-container p, .footer-menu-container a{
    line-height: 20px;
    letter-spacing: 0.1px;
  }
}   
@media handheld, only screen and (max-width: 800px) {
  .hamburger-btn{
    right: -15px;      
  } 
  .container{  
      padding-left: 20px;
      padding-right: 20px;
  }
  .b4y-blog-list-container, .first-menu-container, .blog-top-navigation {
      padding: 0px 15px; 
  }
  .first-menu-container .right-header-content{
    margin-right: 60px;
  } 
  .related-article-content { 
      padding: 0; 
  } 
}

@media handheld, only screen and (max-width: 767px) { 
  .hamburger-btn{
    right: 0;    
  }  
  .instagram-icon {
      float: left!important;
      margin-right: 10px;
  }
  .footer-menu {
      padding-left: 0px;
  } 
  .footer-container-wrapper .footer-menu-container .row-fluid [class*="span"] {
    float: left; 
  }
  .footer-container-wrapper .footer-menu-container  .footer-column-left {
    width: 57%; 
  } 
  .footer-container-wrapper .footer-menu-container .row-fluid [class*="span"]:last-child {
    width: 43%;
  }
  .footer-menu-container p {
    text-align: left !important; 
  }
  .footer-menu a {
    text-align: right !important;
  }
}
@media only screen and (max-width : 766px) { 
    .right-header-content img{
      padding-right: 0;
    }
    .blog-top-navigation .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{
        padding: 0;
    }
    .blog-top-navigation {
        padding-left: 20px;
    }
    .test-blog-logo {
        display: inline-block!important;
        width: 50%!important;
        padding: 10px 0; 
        float: left!important;
    }
    .right-header-content {
        display: inline-block!important;
        width: 40%!important;
        float: left!important;
        padding-left: 10px;
    }
    /*Sticky Header*/
    .body-container-wrapper {
        margin-top: 100px!important;
    }
    /*.blog-top-navigation {*/
    /*display: none!important;*/
    /*}*/

    .blog-top-navigation {
        margin-left: 0;
    }
    .title-img img{
        /*height: auto;*/
        /*width: 400px!important;*/
        height: auto;
        width: 100%!important;
    }

    .b4y-blog-list-container,
    .first-menu-container,
    .blog-top-navigation {
        padding: 0 20px;
    }
    .right-blog-content {
        margin-left: 0 !important;
    }
    .footer-email-sub {
        /3padding-left: 0;*/
    }
  
    /*Sticky Header*/
    .body-container-wrapper {
        margin-top: 200px;
    }
    .b4y-post-item {
        width: 100%;
        clear: both;
    } 
    .blog-detail-title{
        font-size: 26px;
        line-height: 30px !important;
        margin-bottom: 25px !important;
    }
    /* Table richtext */
/*     .post-body .hs_cos_wrapper_type_rich_text table {
        height: 100% !important;
    }
    .post-body .hs_cos_wrapper_type_rich_text table tr {
        height: 100% !important;
    }
    .post-body .hs_cos_wrapper_type_rich_text table td {
        height: 100% !important;
        width: 100% !important;
        display: block;
    } */
}
@media screen and (max-width: 480px){
  .right-header-content{
    max-width: 210px;
    padding: 5px 0 25px;
  }
  .first-menu-container .row-fluid {
    flex-direction: column;
    align-items: inherit;
  } 
  .hamburger-btn{
    right: 15px;   
    top: 30px;  
  }
  .hamburger-btn.change {
    top: 30px;
  }
  .blog-download-form input::-webkit-input-placeholder {
    font-size: 13px;
}
.blog-download-form input::-moz-input-placeholder {
    font-size: 13px;
}
.blog-download-form input:-ms-input-placeholder {
    font-size: 13px;
}
.blog-download-form input:input-placeholder {
    font-size: 13px;
}
input[type=email], input[type=text] {
    height: 55px;
  }
}   
@media only screen and (max-width : 414px) {
    .b4y-topic-header h2{
        font-size: 24px;
        line-height: 30px;
    }
    .test-blog-logo {
        display: inline-block!important;
        width: 50%!important;
        padding: 10px 0;
        float: left!important;
    }
    .ava-img-circle{
        margin-right: 2px;
    }
    .right-header-content {
        width: 90%!important;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .right-header-content img {
        float: left;
        padding-right: 0;
    }
    .right-header-content ul li.hs-menu-item {
        float: none!important;
        width: 100%!important;
        text-align: right;
    }
    .right-header-content ul li.hs-menu-item a {
        padding-right: 10px!important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        /*padding-left: 90px;*/
        padding-left: 10px;
        padding-top: 0!important;
    }
    .follow-us-section{
        padding: 60px 30px 40px 30px; 
    }
    .follow-us-section ul>li a{
        font-size: 20px;
    }
    .b4y-blog-list-container,
    .first-menu-container,
    .blog-top-navigation {
        padding: 0 10px;
    }
    .b4y-post-item {
        width: 100%;
        clear: both;
    }
    .b4y-post-item:nth-child(even){
        margin-right: 0;
    }
    #hubspot-author_data{
        font-size: 12px;
    }
    .blog-download-form h3{
        font-size: 26px;
    }
    .blog-download-form input[type="email"] {
        width: 100% !important;
    }
    .b4y-social-share {
        padding: 15px 10px;
    }
    .b4y-social-share .b4y-tags-title-2{
        display: block;
    }
    .b4y-social-share a {
        padding-left: 10px;
    }
    .footer-container {
        /*padding: 0 20px;*/
    }
    .footer-column-left img {
        padding-top: 0;
    }
    .footer-menu-container {
        padding-top: 10px;
    }
    .footer-menu-container p, 
    .footer-menu a {
        text-align: left !important;
        display: block;
       font-size: 13px; 
    }
}


@media screen and (max-width: 1150px) and (min-width: 992px){
  .blog-pagination a {
    background: #fff; 
  }
  
}


/* Son css */
/* .follow-us-section ul>li a {
  pointer-events: none; 
}
.blog-section .post-listing .post-item .post-list-item-content h2 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
} */
/* End Son css */