.ww-hero .block-bg-img {
  padding: 150px 15px; 
}

#PageMain {
 margin-top: 0;
}

#PageFooter {
 margin-top: 0;
}

.ww-hero h1 {
 max-width: 500px;
 margin: 0 auto;
}

/* Multi-Button Section */
.sePage .sePageLayout .btn-group .btn.btn-primary {
 margin: 0 15px;
 min-width: 150px;
}

@media only screen and (max-width: 767px) {
 .btn-group {
 display: flex;
 flex-direction: column;
 }

 .sePage .sePageLayout .btn-group .btn.btn-primary {
 display: block;
 margin: 0 auto;
 }

 .sePage .sePageLayout .btn-group .btn.btn-primary:not(:last-child) {
 margin: 0 auto 7px;
 }
}

/* 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;
 }
}

.wwc-logo-section .customContentBlock {
 display: flex;
 flex-wrap: wrap;
}
.wwc-logo-section .editContent>div {
 height: 60px;
 display: flex;
 width: 100%;
 justify-content: center;
 align-items: center;
 margin: 15px 0;
padding: 0 15px;
}

.wwc-logo-section img {
 width: 100%;
}

@media (min-width: 1200px) {
.wwc-logo-section .col-lg-2 {
 width: 20%;
}
}
/* BUTTON GROUP */
.sePage .sePageLayout .se-btn-group,
.sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 justify-content: center;
 flex-direction: column;
 margin-bottom: 18px;
}
.sePage .sePageLayout .se-btn-group .btn:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-top: 0;
}
.sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
.sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 border-bottom: 1px solid #d2d2d2;
}
.sePage .sePageLayout .se-btn-group.top,
.sePage .sePageLayout .content-block-column .se-btn-group.top {
 margin-bottom: 0;
}

@media (min-width: 768px) {
 /* BUTTON GROUP */
 .sePage .sePageLayout .se-btn-group,
 .sePage .sePageLayout .content-block-column .se-btn-group {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 }
 .sePage .sePageLayout .se-btn-group.left,
 .sePage .sePageLayout .content-block-column .se-btn-group.left {
 justify-content: flex-start;
 }
 .sePage .sePageLayout .se-btn-group .btn:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn:not(:last-child) {
 margin-right: 4px;
 }
 .sePage .sePageLayout .se-btn-group .btn.btn-link:not(:last-child),
 .sePage
 .sePageLayout
 .content-block-column
 .se-btn-group
 .btn.btn-link:not(:last-child) {
 margin-right: 0;
 border-bottom: none;
 border-right: 1px solid #d2d2d2;
 }
}