/* Header */
header.site-header {
    margin-bottom: 40px;
}

body.front-page header.site-header {
    margin-bottom: 0;
}

header.site-header .region-header-new {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-right: -30px;
}

@media all and (min-width: 1030px) {
    header.site-header .region-header-new {
        justify-content: space-between;
    }
}

header.site-header .region-header-new {
    padding-top: 30px;
}

header.site-header .region-header-new > * {
    margin-right: 30px;
    margin-bottom: 30px;
}

header.site-header .region-header-new .site-logo--link {
    flex: 0 0 auto;

    @media all and (max-width: 939px) {
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

.region-header-new ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.region-header-new .nav--secondary ul.menu a:not(.button, .btn, .button--solid) {
    margin-right: 16px;
    font-weight: bold;
    color: #D85849;
}

.region-header-new .nav--secondary ul.menu a.button {
    margin-right: 8px;
}

header.site-header ul.menu > li > a {
    text-decoration: none;
}
