

/* HEADER */ .sePage .sePageMain { margin-top: 0px; }


.top-margin {margin-top: -44px;}
@media only screen and (max-width:767px){
 .top-margin {margin-top: -20px;}
}

.top-margin2 {margin-top: -40px;}
@media only screen and (max-width:767px){
 .top-margin {margin-top: -40px;}
}

.top-margin-fade {margin-top: -50px;}
@media only screen and (max-width:767px){
 .top-margin-fade {margin-top: -50px;}
}
/* 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;
}
.slideshow {padding-top:100px; padding-bottom:300px;
margin-top: -44px; margin-bottom:50px;}
@media only screen and (max-width:767px){
 .top-margin {margin-top: -20px; margin-bottom:30px;}
}

.cta-block {padding-top:100px; padding-bottom:100px; padding-left: 30px; padding-right:30px; }
@media only screen and (max-width:767px){
 .top-margin {padding-top:70px; padding-bottom:70px; padding-left: 20px; padding-right:20px; }
}

.promo-block {padding-top:60px; padding-bottom:120px; padding-left: 30px; padding-right:30px; }
@media only screen and (max-width:767px){
 .top-margin {padding-top:50px; padding-bottom:50px; padding-left: 20px; padding-right:20px; }
}



.shadow
{
 position:relative;
 -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0) inset;
 -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0) inset;
 box-shadow:0 1px 4px rgba(0, 0, 0, 0), 0 0 40px rgba(0, 0, 0, 0) inset;
}
.shadow:before, .shadow:after
{
 content:"";
 position:absolute;
 z-index:-1;
 -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
 -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
 box-shadow:0 0 20px rgba(0,0,0,0.8);
 top:50%;
 bottom:0;
 left:10px;
 right:10px;
 -moz-border-radius:100px / 10px;
 border-radius:100px / 10px;
}
.shadow:after
{
 right:10px;
 left:auto;
 -webkit-transform:skew(8deg) rotate(3deg);
 -moz-transform:skew(8deg) rotate(3deg);
 -ms-transform:skew(8deg) rotate(3deg);
 -o-transform:skew(8deg) rotate(3deg);
 transform:skew(8deg) rotate(3deg);
}
















































































