.node-type-product-help-2-0-content-section .bottom-promo {display: block;}
.bottom-promo{background:#fafafa;}
.bottom-promo h2{font-size:32px}
.bottom-promo img{max-width:96px}
.bottom-promo a.ct-action-btn.logged-in{display:none}
.umain + .footer-wrapper .bottom-promo a.ct-action-btn{display:none}
.umain + .footer-wrapper  .bottom-promo a.ct-action-btn.logged-in{display:inline-block}

#mini-panel-product_menu .menu-icon-help-header .product-title a, .main-container-wrapper #mini-panel-product_menu .menu-icon-help-header + .product-nav-links li a {
    color: #333;
}
@media only screen and (max-width: 767px){
.bottom-promo h2{font-size:24px}
}


/*Writer cms styles*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
/*Video icon*/
.features-banner-content .video-icon:after {
    position: absolute;
    top: 13px;
    left: 4px;
    content: '';
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 15px solid black;
    border-bottom: 10px solid transparent;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.features-banner-content .video-icon {
    width: 47px;
    height: 47px;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 100%;
    padding: 0px;
}
/*Video icon end*/

