/* MARGINS */

#PageMain, #PageFooter { margin-top: 0; }

/* HERO */

.vcc-p1-hero .block-bg-img {
 padding: 18% 15px;
}

/* FULL WIDTH 2 COLUMN */

.sePage .sePageLayout .sePageMain .vcc-p1-fw-2col .vcc-p1-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: 150px 60px;
}

.sePage .sePageLayout .sePageMain .vcc-p1-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .vcc-p1-fw-2col .vcc-p1-fw-2col-content {
 padding: 90px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .vcc-p1-fw-2col .vcc-p1-fw-2col-content {
 padding: 45px 30px;
 }
}

/* FOOTER */

.vcc-p1-footer .block-bg-img {
 padding: 15% 10%;
}

.sePage .sePageLayout .vcc-p1-footer p {
 font-size: 20px;
 margin-bottom: 22px;
}

.sePageContent .sePageSection.vcc-p1-footer {
 margin-bottom: 0;
}

.vcc-btn-group {
 display: flex;
 justify-content: center;
}

.seResponsive .content-block-column .vcc-btn-group .btn {
 margin-bottom: 11px;
 min-width: 180px;
}

@media only screen and (min-width: 768px) {
 .seResponsive .content-block-column .vcc-btn-group .btn:first-child {
 margin-right: 15px;
 }
}

@media only screen and (max-width: 767px) {
 .vcc-btn-group {
 flex-direction: column;
 display: inline-flex;
 }
}