#PageMain {
margin-top: 0px;
}

@media only screen and (min-width: 768px) {
 .toga-hp-hero {
 padding-top: 60px;
 padding-bottom: 60px;
 }
}

.sePageSectionResponsive.tb-hp-shopping {
 padding: 30px 0px;
 margin-bottom: 0px;
}
.sePageSectionResponsive.tb-hp-callout {
 padding: 30px 0px;
}
.sePageSectionResponsive.tb-hp-service {
 padding-top: 30px;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.20);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 12% 15px; }

































































































































