h2.category_heading{
    margin:20px 0px 10px;
}

ul.widgets{
    margin-bottom: 14px;
}

div.fb_like_button_wrapper{
    margin: 20px 0px;
}

.section-news .section__entry p{
    margin-bottom: 14px;
}

.section__content .section__entry ol {
    padding-left: 40px;
    margin-bottom: 12px;
}

.section__content .section__entry ul{
    padding-left: 40px;
    margin-bottom: 12px;
    text-indent: -20px;
    list-style-type: disc;
    list-style-position: inside;
    max-width: 100%;
}

.section_feature_image{
    margin: 0px auto 14px;
    text-align: center;
}

.sidebar_image{
    margin:0px auto 14px;
    text-align: center;
    width: 100%;
}

p.Quote {    
    margin-left: 20px;
    margin-right: 20px;
}

.section_comment{
    background-color: #eee;
    padding: 10px;
    margin-bottom: 10px;
}

#contact-form fieldset.col{
    min-width: 250px;
}
#contact-form fieldset{
    border: 0px;
}

#contact-form fieldset#contact-text{
    width: 100%;
    min-width: 250px;
    margin-right: 20px;
}

#contact-form .form__btn {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #a9a9a0;
    border-radius: 0;
    background-color: #f9f9f6;
    font-size: 12px;
    -webkit-appearance: none;
    margin-top: 20px;
}

.product_image{
    float: right;
}

.product-listing .cols{
    margin-bottom: 20px;
}
.product-listing .cols .col:not(:first-child){
    padding-left: 15px;
}
.product-listing .cols .col{
    padding-top:20px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .product-listing .cols{
        margin-bottom: 20px;
    }    
    .product-listing .cols .col{
        float: left;
        display: block;
        padding: 20px 15px;
    }
}


.section__image img{
    width:100%;
}

.breadcrumbs__link{
    text-transform: capitalize;
}

.widget-topics.recent ul.list-topics, .widget-topics.recent{
    margin-bottom: 20px;
}

.list-news{
    margin-top: 20px;
}

#hans_bluedorn_bkg_tile{
    background-image: url(/images/hans_bluedorn_bkg_tile.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#hans_bluedorn_bkg_tile a.tile_heading{
    margin: 20px 30px;
    font-size: 25px;
    color: #fff;
    font-family: "Burbank Big Regular", sans-serif;
    display: block;
    text-decoration: none;
}

.list-news .list-news__name:before{
    /* override the class from codebase, remove 'bullet' psuedo element */
    content: "";
    margin: 0px;
}