

/* Removes extra space after secondary banner slider */
.banner-fill-contain {
    min-height: 0px !important;
}

/* Centers Featured Product images */ 
.featured-products-module .featured-product .image-display .product-image.lazy-load {
    position: inherit;
}

/* Change the color in the Help menu */
.help-color-text, .help-text-hover:hover {
    color: #007cc3;
}