/** Landing Page **/
.landing-banner-area {
    background: url("/drepsi/javax.faces.resource/images/puddle_1920.jpg.xhtml?ln=iww-layout") !important;
    background-color: #406E8E !important;
    background-repeat:  no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 1.0;
    height: 40rem !important;
}

.landing-title-area {
    /** background-color: rgba(255,255,255, 0.4); **/
    background-color: rgba(64, 110, 142, 1.0);
    padding: 5rem 1.5rem 5rem 1.5rem;
    margin-top: 0rem;
    min-height: 35rem;
    border: #f4f7f9 0rem solid;
    border-radius: 2px;
}

.landing-title-area .border-right {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.landing-title-area img {
    height: 18rem !important;
}

@media (max-width: 768px) {
    .landing-title-area .border-right {
        border-right: none;
    }
    .landing-title-area img {
        display: none;
    }

}

.landing-body .landing-banner {
    padding: 0rem;
}

.landing-body .landing-topbar > ul > li > a {
    background-color: white;
    border: 1px solid #406E8E;
}

.landing-body .landing-topbar .logo {
    padding: 0 0 0 425px;
}

.landing-body .landing-topbar > ul {
    padding: 0 425px 0 0;
}

.landing-body .landing-banner .landing-banner-content {
    margin-bottom: -12rem;
}

.topbar-logo-area {
    background: url("/drepsi/javax.faces.resource/images/topbar_logo_age.svg.xhtml?ln=iww-layout") !important;
    background-repeat:  no-repeat !important;
    background-position: center center !important;
    width: 3rem !important;
    height: 3rem !important;
}

body .ui-dialog.accept-cookies .ui-dialog-titlebar {
    display: none;
}

.btn-sign-in {
    background-color: #FFFFFF !important;
    color: rgb(64, 110, 142) !important;
    font-weight: bold !important;
    border: 1px rgb(64, 110, 142) solid !important;
}

.btn-sign-in:hover {
    background-color: #1B81B6 !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.section-wrapper {
    padding: 55px 15% 80px 15%;
}

.section-wrapper .header {
    /*text-align: left;*/
    /*font-weight: bold;*/
    /*border-left: 2px solid #406E8E;*/
    /*padding-left: 8px;*/
    color: #406E8E;
    margin: 8px 0 50px 0 ;
    text-align: center;
}

.section-wrapper .content {
    font-size: 16px;
}

.list-stylized {
    list-style: none !important;
    margin: 0 !important;
}

.list-stylized > li {
    padding: 5px 0 !important;
    font-weight: bold;
    color: #406E8E;
    list-style-position: inside;
}

.section-wrapper .header-right {
    text-align: right;
    /*font-weight: bold;*/
    border-right: 2px solid #406E8E;
    padding-right: 8px;
    color: #406E8E;
    margin: 8px 0;
}

.landing-body .landing-footer ul > li > a {
    color: #65686a !important;
}

.landing-body .landing-footer ul > li > a:hover {
    color: #191a1c !important;
}