#PageMain {
 margin-top: 0;
 }

/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

section.section.sePageSection.sePageSectionResponsive.bow-double-full-section {
 margin-bottom: 2px;
}

section.section.sePageSection.sePageSectionResponsive.container-services-top {
 padding: 60px 60px 0px 60px;
}

section.section.sePageSection.sePageSectionResponsive.container-services {
 padding: 60px;
}

section.section.sePageSection.sePageSectionResponsive.container-services-bottom {
 padding: 0px 60px 60px 60px;
}

@media screen and (max-width: 600px) {
 div.service-image {
 display: none;
 }
}

.service-content {
 padding: 30px;
}

.col-xs-12.col-sm-8.content-block-column.drop-off {
 padding: 50px;
}

td {
 border-top: none !important;
}

/* 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.10);

 width: 100%;

 position: absolute;

 left: 0;

 top: 0;

 bottom: 0;

}