/* START: Added on 081325 */
.store-logo-module .store-logo-link img {
	max-height: unset;
    max-width: unset;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .store-logo-module .store-logo-link img {
    	max-width: 100%;
    }
}
/* END: Added on 081325 */


/* Begin Page Content UL formatting fix */
.page-content-retain-ul-format,
#text_page_content ul {
    padding: revert !important;
    list-style: circle !important;
}
/* End Page Content UL formatting fix */