.se-progress-bar-container {
 width: 100%;
 height: 10px;
 background: #e2e2e2;
}

.se-progress-bar-container .se-progress-bar {
 width: 100%;
 height: 100%;
 z-index: 5;
 background: #b30000;
}

/* TEXT BLOCK WIDTH */
.se-hp-hero-top .custom3-1 .text-center .editContent,
.se-hero-inner .custom3-1 .text-center .editContent {
 margin: auto;
 width: 100%;
 max-width: 940px;
 padding: 0 15px;
}

/* FULL WIDTH SECTIONS */
.se-fw-section .container-fluid {
 margin-right: auto;
 margin-left: auto;
 padding-left: 30px;
 padding-right: 30px;
}

/* FEATURE IMAGE SECTION */
.sePage .sePageLayout .se-feature-image-section {
 margin-bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column h2,
.sePage .sePageLayout .se-feature-image-section .content-block-column h3 {
 margin-top: 22px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column .btn {
 margin-bottom: 22px;
}
.sePage .sePageLayout .se-feature-image-section .content-block-column::before {
 content: '';
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}
.sePage .sePageLayout .se-feature-image-section .editContent,
.sePage .sePageLayout .se-feature-image-section .content-block-column {
 position: relative;
}