.sePage .sePageLayout .sePageMain {
 margin-top: 0;
}
.sePageLayout .sePageFooter {
 margin-top: 0;
}
.home-hero .block-bg-img{padding: 125px 15px;}

/* FEATURE IMAGE LINK */
.sePage .sePageLayout .sePageMain .se-feature-image-link-section {
 margin-bottom: 0;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .content-block-column {
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 min-height: 210px;
 overflow: hidden;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .content-block-column:hover {
 -webkit-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 transform: translateY(-2px);
 -webkit-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
.sePage .sePageLayout .sePageMain .se-feature-image-link-section h3 a {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -webkit-align-items: center;
 align-items: center;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 justify-content: center;
 background-color: rgba(0, 0, 0, 0.15);
 width: 100%;
 color: #fff;
 text-decoration: none;
text-shadow: 0 0 5px #484848;
}
.sePage .sePageLayout .sePageMain .se-feature-image-link-section h3 a:hover {
 color: #fff;
 text-decoration: none;
}
.sePage
 .sePageLayout
 .sePageMain
 .se-feature-image-link-section
 .col-margin-bottom {
 margin-bottom: 30px;
}
.sePage .sePageLayout .se-feature-image-link-section h3 a,
.sePage .sePageLayout .se-feature-image-link-section h3 a:hover {
 color: #fff;
 text-decoration: none;
}
