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

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/


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


.post-header h2 {
    margin-bottom: 0px;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    height: auto;
    max-height: 100%;
    display: block!important;
    margin: 10px auto;
}

.hs-blog-social-share {
    border: 0px;
    padding: 0px;
}

.post-listing #hubspot-author_data {
    margin-bottom: 5px;
}

.blog-listing-wrapper .post-body h1, .blog-listing-wrapper .post-body h2, .blog-listing-wrapper .post-body h3, .blog-listing-wrapper .post-body h4, .blog-listing-wrapper .post-body h5, .blog-listing-wrapper .post-body h6, .blog-listing-wrapper .post-body b, .blog-listing-wrapper .post-body strong {
    color: rgb(103, 103, 103);
    display: block;
    font-family: din-regular, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0px;
}



.more-link {
    -webkit-appearance: none;
text-decoration: none!important;
font-family: "din-regular";
font-size: 14px;
font-weight: 400;
font-style: normal;
color: #fff;
text-transform: uppercase;
line-height: 20px;
text-align: center;
background-color: #ed1c24;
padding: 7px 11px;
border: none;
box-shadow: #000 0 5px 10px -5px;
cursor: pointer;
display: inline-block;
transition: all .2s linear 0s!important;
margin-top: 30px;
}

.hs-rss-module a {
color: #ccc;
font-family: 'din-regular'!important;
font-size: 12px;
line-height: 12px;
}

.hs-rss-date {
    color: #ccc;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
width: 80%;
float: right;
padding-left: 20px;
box-sizing: border-box;
}

.hs-rss-item {
    padding: 8px 0px;
list-style: none;
margin-bottom: 0px;
border-bottom: 1px solid #444;
}