/* HERO PADDING */
.se-section-hp-hero .block-bg-img { padding: 12% 15px; }

.fitness-hero .block-bg-img{padding: 125px 15px;}

.hero-image {
background-attachment:fixed;
 }

.sePage .sePageLayout .sePageMain .sfc-hero.no-overlay::after {
display: none;
}
 
.section.sePageSection.sePageSectionResponsive.remove-margin {
margin-bottom: 0px;
}

.sl-fullwidth-section {background-attachment:fixed;}

@media only screen and (max-width:767px){
.sl-fullwidth-section{
background-attachment:initial;
}
}
#InfoPage1131 >
section.section.sePageSection.sePageSectionResponsive.sl-header > div > div > div > div {
padding: 10px 15px;
}

.sePage .sePageMain, .sePageFooter {
margin-top: 0px;
}

/* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:first-child {
 min-height: 280px;
 }

 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 60px;
 }
}

@media only screen and (min-width: 1200px) {
 /* FULL WIDTH 2 COLUMN FEATURE */
 .se-2col-fw-feature .content-block-column:last-child {
 padding: 45px 90px;
 }
}


/* HERO */
.sePage .sePageLayout .sePageMain .sfc-hero .content-block-column {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 position: relative;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 z-index: 1;
 padding: 12% 8%;
}

.sePage .sePageLayout .sePageMain .sfc-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0, 0, 0, 0.3);
 padding: 0;
 width: 100%;
 content: '';
}

.sePage .sePageLayout .sePageMain .sfc-hero {
 position: relative;
 overflow: hidden;
}

.sePage .sePageLayout .sfc-hero h1 {
 margin: 22px auto 8px;
}

.sePage .sePageLayout .sfc-hero p {
 font-size: 22px;
 margin: 0px auto 11px;
}

@media only screen and (max-width:767px){.hero-image{background-attachment:initial;}
}

@media only screen and (min-width:1300px) and (max-width:1400px){.innerimg img{width:450px !important;}}
@media only screen and (min-width:1200px) and (max-width:1299px){.innerimg img{width:450px !important;}.innerimg{padding:14px 15px !important;}}