
#EmbarkHeader.c-top-nav {
    height: 69px;
    display: block;
}

.embark-page-title{
    color: #222222;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.235;
    letter-spacing: 0.25px;
    margin-top: 40px;
    margin-bottom: 32px;
}

.embark-body-footer-container {
    display:flex;
    width:100%;
    min-height:calc(100vh - 69px); /* 69px = embark header offset */
    flex-flow:column;
    justify-content:space-between;
    align-items:stretch;
    overflow: auto;
}

.embark-body-footer-container #Form1 {
    display:contents;
}

.embark-body-footer-container--no-header {
    min-height:100vh;
}

/*
    CER-14823 override default margin applied to all li elements in base.scss.
    So that extra bottom and left margin is not applied to embark breadcrumbs items 
*/
li.MuiBreadcrumbs-li {
    margin:0
}

li.MuiBreadcrumbs-separator {
    margin-bottom:0;
}