﻿/** Hide Estimated Prescription Cost - Sherlock 4100780 **/
.cardline.costContainer {
display: none;
}

.rxReviewDetailsCardList .cardline.withPopup { 
display: none;
}

/** Fix to QAN 6173937 **/
#graphicHeader:not(:empty) #header_logo .header_logo_link {
background: transparent url("../images/logo.png") no-repeat scroll center/contain;
}

/** Adding Research Studies Icon on Home Page **/
ul.features.row .icon-microscope {
    background-image: url("../images/microscope.svg"); }
