
#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

.ww-hero .block-bg-img {
  padding: 150px 15px; 
}
.ww-hero {
position: relative;
}
.ww-hero .editContent {
z-index: 1;
position: relative;
}

.ww-hero::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: 0;
 background-color: rgba(0,0,0,0.2);
 width: 100%;
 content: '';
}
.ww-hero h1 {
 max-width: 600px;
 margin: 0 auto;
}

/* Multi-Button Section */
 .btn-group {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.sePage .sePageLayout .btn-group .btn.btn-primary {
 margin: 7px;
 min-width: 220px;
}

@media only screen and (max-width: 767px) {
 .btn-group {
 flex-direction: column;
 }

 .sePage .sePageLayout .btn-group .btn.btn-primary {
width: 100%;
margin: 7px auto;
 }

}

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .ww-fw-2col h2 {
 font-style: normal;
 font-size: 34px;
 color: #000000;
 margin-top: 11px;
}

.sePage .sePageLayout . ww-fw-2col p {
 font-style: normal;
 font-size: 18px;
 color: #222222;
 margin-bottom: 11px;
}

.sePage .sePageLayout .sePageMain .ww-fw-2col .ww-fw-2col-content {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 padding: 180px 60px;
}

.sePage .sePageLayout .sePageMain .ww-fw-2col .seContentEmpty {
 min-height: 400px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .ww-fw-2col .ww-fw-2col-content {
 padding: 45px 30px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}