.landing-header{
    height: 350px;
    padding: 20px 0;
}

.landing-header .main-phase .bigger-header,
.landing-header .main-phase .small-header-text{
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.landing-header .main-image-header .header-image img.header-standard-image{
    transform: unset !important;
}

.header-static-container{
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
}

#navigation{
    border-top: 1px solid #eee;
}

#horizontal_navigation ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
}

#horizontal_navigation ul li a{
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #0d0d0d;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -.6px;
    padding: 16px 24px;
}

#horizontal_navigation ul li a .h-line{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005fb3;
    height: 0;
}

#horizontal_navigation ul li.menu-item-active a .h-line, #horizontal_navigation ul li:hover a .h-line{
    height: 3px;
}

@media(max-width: 1024px){
    .header-static-container{
        margin-top: 48px;
    }
}
@media(max-width: 767px){
    .landing-header{
        height: 380px;
        margin: 0 auto 10px;
    }
    .header-static-container{
        margin-top: 0;
    }
    #horizontal_navigation ul{
        max-width: 100%;
    }
}
@media(max-width: 590px){
    .landing-header .main-phase .bigger-header{
        font-size: 34px;
        line-height: 34px;
    }
    .landing-header .main-phase .small-header-text{
        font-size: 28px;
        line-height: 32px;
    }
}

@media(max-width: 530px){
    #horizontal_navigation ul li a{
        padding: 8px;
        height: 58px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media(max-width: 462px){
    .landing-header{
        height: unset;
        max-height: unset;
        margin: 0 auto;
    }
}