/******************** Hide/Show & font overrides for promo pages ********************/

/* Top & bottom of page bread crumbs */
.breadcrumb {
    display: none;
}

/* News & Events H1*/
.heading-h1 {
    display: none;
}

/* Promo Page "on-going" text hide */
.panel-body-expiration div.col-xs-12.no-pad h4.text-center{
    display: none;

}

/* Promo page item headings  */
.panel-body-title{
    h4{
        font-size: 2.5rem;  
    }
}

