/* full width 2 column feature */
.se-feature-2col-fw-section .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
 }
 
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 360px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
 }
@media (min-width: 992px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 480px;
 }
 
 .se-feature-2col-fw-section .content-block-column:last-child {
 padding: 45px 60px;
 }
 }
 
 @media (min-width: 1200px) {
/* full width 2 column feature */
 .se-feature-2col-fw-section .content-block-column:first-child {
 min-height: 520px;
 }
 }

/* FULL WIDTH FEATURE IMAGE LINK */
.sePage .sePageLayout .se-feature-fw-image-link-section .content-block-column {
 position: relative;
 transition: all 0.3s ease-in-out;
 min-height: 480px;
 overflow: hidden;
 text-align: left;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .col-xs-12 {
 padding-left: 0;
 padding-right: 0;
 margin-bottom: 0;
 text-align: left;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-fw-image-link-section
 a:not(.btn) {
 text-decoration: none !important;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a {
 padding: 0 30px;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: flex;
 flex-direction: column;
 align-items: flex-start;
 justify-content: flex-end;
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 color: #ffffff;
 text-decoration: none;
 transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a h2,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a h3 {
 
 text-decoration: none;
 text-shadow: none;
 color: #ffffff;
 font-size: 28px;
 font-weight: 700;
 font-family: inherit;
}
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:hover,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:active,
.sePage .sePageLayout .sePageMain .se-feature-fw-image-link-section a:focus {
 color: #ffffff;
 text-decoration: none;
 transition: all 0.3s ease-in-out;
 background-color: rgba(0, 0, 0, 0.4);
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link {
 
 text-decoration: none;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 text-shadow: none;
 white-space: normal;
 padding: 0;
 color: #ffffff;
 font-size: 20px;
 font-weight: 700;
 font-family: inherit;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:active,
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:focus,
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link:hover {
 color: #ffffff;
 text-decoration: none;
}
.sePage .sePageLayout .se-feature-fw-image-link-section .btn-link::after {
 content: "\f061";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 font-size: 20px;
 transition: 0.3s ease-in-out;
 margin-left: 7px;
}


.sePage .sePageFooter { margin-top: 0px; }

.sePage .sePageMain { margin-top: 0px; }