/*     Spotlight Item Container           
.PRHomePage .home_item5 {
    display: block !important;
    }   */

/*     News Container       */
.PRHomePage .home_item6 {
    display: none !important;
    }

/*     Talk of the Town         */
.PRHomePage .home_item7 {
    display: none !important;
    }

/*     Video Spotlifght       */
.PRHomePage .home_item8 {
    display: block !important;
    }

/*     Calendar          */
.PRHomePage .home_item9 {
    display: none !important;
    }

/*     Title Changes    */

.PRHomePage .home_searchbox {
    height: 200px;  /* explicit height for consistency */
    background-color: rgba(255, 255, 255, 0.25);
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url(/home/showimage?id=784&t=636234161698230000);
    background-repeat: no-repeat, no-repeat;
    background-position:
        left center,    /* gradient covers the full container */
        20px 10px;      /* image offset horizontally 20px, vertically 10px */
    background-size:
        100% 200px,     /* gradient covers the entire container */
        auto 180px;     /* image fixed at 180px high, keeps proportions */
}

.PRHomePage .titlewidget-title {
    text-align: center;
    font-size: 5rem !important;
    margin: 0px !important;
}

.PRHomePage .home_item5 {
    padding-top: 50px !important;
    }
