/*Local Fixes*/


@media only screen and (min-width: 736px) and (max-width: 1068px){.section-hero .hero-features-highlight-box .badge-content{min-height: 108px}}



/* fix nav button on small screens */
.fix01b{display: none;}
@media only screen and (min-width:364px){
    #ac-localnav.medium-ac-ln-collapsible .ac-ln-menu-item.fix01a{display: none;}
    .fix01b{display: block;}
}