/* Title Adjustment */
.HousingHomePage .title_widget {
       width: 100%;
       padding: 0;
       position: absolute;
       top: 50%;
       left: 50%;
       transform: translate(-50%, -50%);
}
/* Button Padding Fix */
.HousingHomePage .home_item3 {
     padding-bottom: 20px !important;
}
/* News */
.HousingHomePage .home_item6 {
    display: none !important;
}
/* Talk of the Town */
.HousingHomePage .home_item7 {
    display: none !important;
    }
/* Video */
.HousingHomePage .home_item8 {
    display: block !important;
    }
/* Calendar */
.HousingHomePage .home_item9 {
    display: none !important;
    }
.HousingHomePage .home_searchbox {
    max-height: 200px;
    min-height: 150px;
   /* background: rgba(255, 255, 255, 0.85) url() no-repeat left center; */
}
.HousingHomePage .titlewidget-title {
    text-align: center;
    font-size: 3.5rem !important;
    margin: 0px !important;
}
.home_buttons .button-text {
     font-size: 1rem;
}

/* Quick links on Mobile Turn off  */
.HousingHomePage #ColumnUserControl5 {
    display: none! important
}