.header-top {
    padding: 2px 0 6px 0;
}

.header-top p {
    text-align: right;
    color: #485D92;
}

.header-top a {
    font-family: Helvetica;
    font-size: 16px;
    line-height: 18px;
}
.header-top .region-header-top {
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu--account.nav>li>a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* header header bottom*/

.navbar-btn {
    margin-top: unset;
    margin-bottom: unset;
}

#block-headerlogo.block {
    border: 0px;
}
#block-headerlogo {
    padding: 0px;
}
.header {
    color: #fff;
    background-image: url(../images/header-image1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    padding: 20px;
}
.header a.logo img {
    width: 228px;
}

.header .block {
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    border-left: 1px solid #fff;
}
.header #block-header a {
    color: #ffffff;
}
.header #block-header h1 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-weight: bold;
    line-height: 37px;
}

.header #block-header h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
}

.header a {
    padding-right: 58px;
    display: block;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .header {
        background: #2E4783;
    }
}