/* HERO BACKGROUND IMAGE + COLOR GRADIENT OVERLAY 

- How to Change Image: Upload Image through SiteBuilder Image Assets, ensure it has a different filename, update URL with below

- How to Change Color Gradient Overlay: use HEX to RGBA converter for the appropriate format, first rgba() value is top color, second value is bottom color, use last digit in each for opacity (.75 = 75%).
- linear-gradient(to bottom, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)), 
*/

.header-row {
    background-image: url('/data/SiteBuilderAssetsOriginals/Live/Images/umbrella/home-hero-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
}

.home-self-serve-content-feature-1 .homepage-panel-wrap .homepage-panel-text {padding-left: 0; !important}

/*padding to right of main content*/
div#mainContent {padding-right: 4rem;}
	
	@media (max-width:600px) {
  .sidebar-widget_wrap {
    display: none;}
}

	
	@media (max-width:600px) {
  div#mainContent .ss-content {
	  width: 100% !important}}
