/** Main ET-Block **/
.rfd-um-special-page div#et-boc.et-boc {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

/** Change The Height of The Main ET-Block If ADMINBAR Is Visible */
.admin-bar.rfd-um-special-page div#et-boc.et-boc {
    height: calc(100vh - 32px);
}

/** Main Content Section **/
.rfd-um-special-page #et-boc.et-boc #main-content {
    height: 100%;
    display: flex;
    align-items: stretch;
}

/** ET Main Area **/
.rfd-um-special-page div#et-main-area {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/** Changes to the main article and its childs to make the system work. **/
.rfd-um-special-page article.page,
.rfd-um-special-page article.page .entry-content,
.rfd-um-special-page article.page .entry-content .et-l,
.rfd-um-special-page article.page .entry-content .et-l .et_builder_inner_content,
.rfd-um-special-page article.page .entry-content .et-l .et_builder_inner_content .et_pb_section {
    display: flex;
    width: 100%;
}