﻿
/*  Get rid of the powered by GRP image in banner */
.c-banner__powered-by {
    display: none;
}

/*  Get rid of the powered by GRP image in the footer */
.c-footer-logo {
    display: none !important;
}