#PageMain { margin-top: 0px; }

.tbl-hero .block-bg-img { padding: 12% 15px; }

/* FULL WIDTH 2 COLUMN */
.sePage .sePageLayout .sePageMain .tbl-fw-2col .tbl-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: 105px 60px;
}

.sePage .sePageLayout .sePageMain .tbl-fw-2col .seContentEmpty {
 min-height: 300px;
}

@media (max-width: 991px) {
 .sePage .sePageLayout .sePageMain .tbl-fw-2col .tbl-fw-2col-content {
 padding: 75px 60px;
 text-align: center;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 }
}

@media (max-width: 767px) {
 .sePage .sePageLayout .sePageMain .tbl-fw-2col .tbl-fw-2col-content {
 padding: 45px 30px;
 }
}

.bln-social-icon a {
 display: inline-block;
 margin: 15px;
 text-decoration: none;
}