/* HEADER */ .sePage .sePageMain { margin-top: 0px; }
 
.section.sePageSection.sePageSectionResponsive.remove.margin {
margin-bottom: 0px;
}

.home-hero .block-bg-img{padding: 125px 15px;}

.se-space {
padding-top: 30px;
padding-bottom: 30px;
}

.jax-home-gray-top {
 padding-top: 30px;
 padding-bottom: 15px;
 margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
 .jax-home-gray {
 padding-top: 15px;
 padding-bottom: 15px;
 margin-bottom: 0 !important;
 }
 .jax-home-gray-bottom {
 padding-top: 15px;
 padding-bottom: 30px;
 }
}

@media only screen and (max-width: 767px) {
 .jax-home-gray {
 padding-top: 0;
 padding-bottom: 0;
 margin-bottom: 0 !important;
 }
 .jax-home-gray-bottom {
 padding-top: 0;
 padding-bottom: 15px;
 }
}

.jax-home-logo-container {
 display: flex;
 height: 60px;
 margin: 15px 5px;
}

.jax-home-logo {
 display: flex;
 margin: auto;
}

.jax-home-logo:hover {
 opacity: .8;
}

/* IMAGE OVERLAY */
.se-section-image-overlay .editContent,
.se-section-image-overlay .content-block-column {
 position: relative;
}

.se-section-image-overlay .content-block-column::before {
 content: '';
 background-color: rgba(0,0,0,0.30);
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
}

/* FOOTER */ .sePage .sePageFooter { margin-top: 0px; }

/* FULL WIDTH 2 COLUMN FEATURE */
.se-2col-fw-feature .content-block-column {
 display: flex;
 flex-direction: column;
 justify-content: center;
}

.se-2col-fw-feature .content-block-column {
 width: 100%;
}

.se-2col-fw-feature .content-block-column:first-child {
 min-height: 360px;
}

.se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 30px;
 text-align: center;
}

.se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: inherit;
}

.se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: inherit;
}

@media only screen and (min-width: 992px) {

 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 480px;
 }

 .se-2col-fw-feature .content-block-column {
 width: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-push-6 {
 left: 50%;
 }

 .se-2col-fw-feature .custom1-6 .col-sm-pull-6 {
 right: 50%;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}