html{
    height: 100%;
    font-family: 'Sen', sans-serif;
}
body{
    height: 100%;

}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Sen', sans-serif;
}

.landing_page {
    height: 100%;
}

#page, .site-content, .content-area, .site-main {
    height: 100%;
}
.landing_container {
    display: flex;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background-position: top;
}
.landing_container:after{
    content: '';
    background-color: #CCDEE9;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.left,.right {
    width: 35%;
    height: 100%;
    z-index: 9;
    position: relative;
}
.left{ 
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    padding: 20px;
    padding-right: 100px;
    padding-top: 100px;
}
.right{
    display: flex;
    align-items: end;
}
img.group {
    max-width: 577px;
}
.logo_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dc_logo {
    border-right: 1px solid #999;
    align-items: center;
    display: flex;
}
.landing_page .oda_logo {
    padding-left: 18px;
}
.landing_page h1 {
    color: #03407F;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
}
.star_content {
    color: #4F4F4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
}
.star_content p{
    margin-bottom: 8px;
}
.btn-block .landing_btn {
    background: none;
    border: 0;
    margin-top: 30px;
    margin-right: 16px;
}
.content h1 {
    margin: 40px 0px;
}

.content p:before{ 
    content: url(dc_images/star.png);
    margin-right: 8px;
}

@media screen and (max-width: 1440px) {
    img.group {
        max-width: 477px;
    }
    .content h1 {
        margin: 20px 0px;
    }
    .btn-block .landing_btn{
        margin-top: 0px;
    }
    .left, .right{
        width: 45%;
    }
    .left{
        padding-right: 50px;
    }
}
@media screen and (max-width: 1024px) {
    .landing_container {
       flex-direction: column;
    }
    .left,.right {
        width: 100%;
    }
    .right{
        justify-content: center;
    }
    .left{
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    img.group{
        width: 100%;
    }
    .landing_page{
        height: auto;
    }
    .left,.right {
        padding: 20px;
    }
    .dc_logo {        
        max-width: 200px;
    }
    .logo_section img{
        max-width: 150px;
    }
    .right{
    padding-bottom: 0;
    }
    .landing_page h1 {
        font-size: 28px;
        line-height: 38px;
    }
   
}
.oda_logo img {
    width: 124px;
    height: auto;
    max-width: 100%;
}
body#tinymce {
    background: white;
}
.post-php .ab-item.ab-empty-item {
    margin-top: 5px !important;
}
.post-new-php .ab-item.ab-empty-item {
    margin-top: 4px !important;
}