@charset "utf-8";
@import url('root.css');

#et-top-navigation {
    display: flex;
}


.eu-grants-wrapper {
    margin-left: 20px; max-width: 156px; margin-top: -9px; position: relative; z-index: 1;
    transition: max-width 0.4s;
}
.eu-grants-wrapper a { display: block; }
.eu-grants-wrapper a:hover { opacity: 0.7; }

.et-fixed-header .eu-grants-wrapper { max-width: 140px; }

.tmp { box-sizing:border-box; border:solid 1px #00FF00; }
.clr { clear:both; width:100%; }


@media only screen and (max-width: 980px) {
    .et_header_style_left #et-top-navigation {
        display: flex;
    }
    .eu-grants-wrapper { margin-top: -1px; max-width: 136px; margin-left: 0px; margin-right: 10px; }
}

