#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

.se-hero .block-bg-img {
 padding: 12% 15px;
}

.se-divider-bottom-border::after {
 display: block;
 margin-top: 11px;
 background-color: #fcb03b;
 width: 100%;
 height: 3px;
 content: '';
}

.se-section-border-bottom {
 border-bottom: 3px solid #fcb03b;
}

/* IMAGE LINKS */
.sePage .sePageLayout .sePageMain .se-image-links .content-block-column a {
 display: flex;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 transition: 0.2s ease-in-out;
 background-color: rgba(0, 0, 0, 0.2);
 width: 100%;
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column h3 {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column h3:hover {
 color: #FFFFFF;
 text-decoration: none;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column {
 position: relative;
 transition: 0.2s ease-in-out;
 min-height: 240px;
 overflow: hidden;
}

.sePage .sePageLayout .sePageMain .se-image-links .content-block-column:hover {
 transform: translateY(-2px);
 transition: 0.2s ease-in-out;
}

.se-image-links .col-margin-bottom {
 margin-bottom: 30px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 340px;
}

.se-2col-fw-feature .content-block-column:last-child {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 30px;
 text-align: center;
}

/* TEXT WHITE */
.sePage .sePageLayout .sePageMain .se-text-white h1,
.sePage .sePageLayout .sePageMain .se-text-white h2,
.sePage .sePageLayout .sePageMain .se-text-white h3,
.sePage .sePageLayout .sePageMain .se-text-white h4,
.sePage .sePageLayout .sePageMain .se-text-white h5,
.sePage .sePageLayout .sePageMain .se-text-white h6,
.sePage .sePageLayout .sePageMain .se-text-white p {
 color: #fff;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn),
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):visited {
 color: #fff;
 text-decoration: underline;
}

.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):hover,
.sePage .sePageLayout .sePageMain .se-text-white a:not(.btn):focus,
.sePage .sePageLayout .sePageMain .se-text-white a h2:hover,
.sePage .sePageLayout .sePageMain .se-text-white a h2:focus {
 color: #ddd;
 text-decoration: underline;
}

/* FLEX GRID */
.se-flex-grid {
 display: block;
}

.se-flex-grid .col {
 width: 100%;
 margin-bottom: 4px;
}

.se-flex-btn {
 text-align: center;
}

.sePageContent .sePageSection.se-flex-section {
 padding-bottom: 30px;
 margin-bottom: 0;
}

.se-flex-grid .btn {
 white-space: pre-wrap;
}

.sePage .sePageLayout .se-flex-btn {
 font-weight: bold;
 font-size: 18px;
 color: #ffffff;
 margin: 0;
 padding: 20px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: #25778e;
 text-decoration: none;
 text-transform: uppercase;
}

.sePage .sePageLayout .se-flex-btn:focus,
.sePage .sePageLayout .se-flex-btn:active,
.sePage .sePageLayout .se-flex-btn:visited {
 color: #ffffff;
}

.sePage .sePageLayout .se-flex-btn:hover {
 background: #0a435e;
 color: #ffffff;
 text-decoration: none;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column:first-child {
 min-height: 420px;
}

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 30px 60px;
 }

 /* FLEX GRID */
 .se-flex-grid .col:not(:last-child) {
 margin-right: 4px;
 margin-bottom: 4px;
 }

 .se-flex-grid {
 display: flex;
 justify-content: space-around;
 }
}