#PageMain {
margin-top: 0;
}

#PageFooter {
margin-top: 0;
}

/* FULL WIDTH 2 COLUMN OVERLAP */
.sePage .sePageLayout .se-feature-2col-overlap-section .row {
 padding: 0 15px;
}
.sePage .sePageLayout .se-feature-2col-overlap-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}
.sePage .sePageLayout .se-feature-2col-overlap-section .content-block-column {
 padding: 0;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 min-height: 280px;
 overflow: hidden;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: left;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section.gray
 .content-block-column:last-child {
 background-color: #e2e2e2;
}
.sePage .sePageLayout .se-feature-2col-overlap-section h2,
.sePage .sePageLayout .se-feature-2col-overlap-section h3 {
 margin-top: 11px;
}
.sePage
 .sePageLayout
 .se-feature-2col-overlap-section.text-left
 .content-block-column:last-child {
 text-align: left;
}

@media (min-width: 768px) {
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage .sePageLayout .se-feature-2col-overlap-section .row {
 position: relative;
 padding: 0;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 width: 70%;
 height: 600px;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 width: 60%;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-5
 .content-block-column:first-child {
 left: 15px;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-5
 .content-block-column:last-child {
 right: 15px;
 }
 .sePage .sePageLayout .se-feature-2col-overlap-section .custom1-6 {
 display: flex;
 justify-content: flex-end;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-6
 .content-block-column:first-child {
 right: 15px;
 left: inherit;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .custom1-6
 .content-block-column:last-child {
 right: inherit;
 left: 15px;
 }
}

@media (min-width: 992px) {
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:first-child {
 width: 60%;
 }
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 width: 50%;
 }
}

@media (min-width: 1200px) {
/* FULL WIDTH 2 COLUMN OVERLAP */
 .sePage
 .sePageLayout
 .se-feature-2col-overlap-section
 .content-block-column:last-child {
 padding: 60px;
 min-height: 400px;
 }
}
