/* Add here all your css styles (customizations) */
.header-fixed .header.header-fixed-shrink {
    background: #fff;
}

.search-block {
    padding: 40px 0;
}

    .search-block h1 {
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
    }

@media (min-width: 992px) {
    .header-fixed .header.header-fixed-shrink .logo img {
        max-width:329px;
        margin: 45px 0 0px;
    }
}


.social_email {
    background: url(../img/icons/social/e_mail.png) no-repeat;
}
li a {
    color: #177bbe;
}

main a, footer a{
    text-decoration:underline;
}

.btn-u.btn-u-green {
    background: #00892e;
}

.btn-u {
    background: #177bbe;
}



:root {
    --4h-primary: #555555;
    --4h-bg: #fff;
    --4h-hover-bg: #f5f5f5;
    --4h-shadow: 0 4px 12px rgba(0,0,0,.12);
    --4h-min-width: 220px;
}

.a11y-4h-navbar {
    background: var(--4h-bg);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    position: relative;
    z-index: 1000;
}

.a11y-4h-navbar__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 .75rem;
    gap: 1rem;
    flex-wrap: wrap
}

.a11y-4h-navbar__brand {
    flex-shrink: 0;
}

    .a11y-4h-navbar__brand img {
        padding: 10px 0 0 0;
    }

.a11y-4h-navbar__toggle {
    display: none;
    background: none;
    border: 2px solid var(--4h-primary);
    border-radius: 4px;
    padding: .5rem 0.75rem;
    cursor: pointer;
    color: var(--4h-primary);
    font-size: 2em;
    line-height: 1;
}

    .a11y-4h-navbar__toggle:focus-visible {
        outline: 3px solid var(--4h-primary);
        outline-offset: 2px;
    }

.a11y-4h-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .25rem;
}

.a11y-4h-navbar__menu {
    margin-left: auto;
}

.a11y-4h-nav__link,
.a11y-4h-nav__btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .5rem .75rem;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    font-size: 1.349rem;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--4h-primary);
    border-radius: 3px;
    white-space: nowrap;
    transition: background .15s, color .15s;
}


    .a11y-4h-nav__link:hover,
    .a11y-4h-nav__btn:hover, .a11y-4h-nav__link:focus-visible,
    .a11y-4h-nav__btn:focus-visible {
        color: #3498db;
    }

    .a11y-4h-nav__link:focus-visible,
    .a11y-4h-nav__btn:focus-visible {
        outline: 3px solid var(--4h-primary);
        outline-offset: 2px;
    }

.a11y-4h-nav__chevron {
    font-size: .65em;
    transition: transform .2s;
    pointer-events: none;
}

[aria-expanded="true"] .a11y-4h-nav__chevron {
    transform: rotate(180deg);
}

.a11y-4h-nav__item {
    position: relative;
}

.a11y-4h-dropdown {
    list-style: none;
    margin: 0;
    padding: .4rem 0;
    position: absolute;
    left: 0;
    min-width: var(--4h-min-width);
    background: var(--4h-bg);
    border-top: 2px solid var(--4h-primary);
    border-radius: 0 0 4px 4px;
    box-shadow: var(--4h-shadow);
    z-index: 200;
    display: none;
}

.a11y-4h-nav__btn[aria-expanded="true"] + .a11y-4h-dropdown {
    display: block;
}

.a11y-4h-dropdown__link {
    display: block;
    padding: .55rem 1.2rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    white-space: nowrap;
    transition: background .12s, color .12s;
}

    .a11y-4h-dropdown__link:hover,
    .a11y-4h-dropdown__link:focus-visible {
        background: var(--4h-hover-bg);
        color: #3498db;
    }

    .a11y-4h-dropdown__link:focus-visible {
        outline: 3px solid var(--4h-primary);
        outline-offset: -3px;
    }



@media (max-width: 991px) {
    header {
        max-width: none !important;
    }

    .a11y-4h-navbar__toggle {
        display: inline-flex;
        align-items: center;
    }

    .a11y-4h-navbar__menu {
        display: none;
        width: 100%;
        order: 3;
    }

        .a11y-4h-navbar__menu.is-open {
            display: block;
        }

    .a11y-4h-navbar__inner {
        flex-wrap: wrap;
        justify-content: space-around
    }

    .a11y-4h-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: .5rem 0;
    }

    .a11y-4h-nav__link,
    .a11y-4h-nav__btn {
        width: 100%;
        text-align: left;
        border-radius: 0;
        padding: .7rem 1rem;
    }

    .a11y-4h-dropdown {
        position: static;
        box-shadow: none;
        border-top: none;
        border-left: 3px solid var(--4h-primary);
        margin-left: 1rem;
        padding: 0;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}



.a11y-4h-dropdown__item {
    position: relative;
}

.a11y-4h-subdropdown {
    list-style: none;
    margin: 0;
    padding: .4rem 0;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: var(--4h-min-width);
    background: var(--4h-bg);
    border-top: 2px solid var(--4h-primary);
    border-radius: 0 4px 4px 4px;
    box-shadow: var(--4h-shadow);
    z-index: 300;
    display: none;
}

.a11y-4h-subdropdown__btn[aria-expanded="true"] + .a11y-4h-subdropdown {
    display: block;
}

.a11y-4h-subdropdown__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .55rem 1.2rem;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 600;
    font-size: .95rem;
    color: #333;
    text-align: left;
    white-space: nowrap;
    transition: background .12s, color .12s;
    text-transform: uppercase;
}

    .a11y-4h-subdropdown__btn:hover,
    .a11y-4h-subdropdown__btn:focus-visible {
        background: var(--4h-hover-bg);
        color: #3498db;
    }

    .a11y-4h-subdropdown__btn:focus-visible {
        outline: 3px solid var(--4h-primary);
        outline-offset: -3px;
    }

.a11y-4h-subdropdown__chevron {
    font-size: .65em;
    transition: transform .2s;
    pointer-events: none;
    margin-left: .5rem;
}

.a11y-4h-subdropdown__btn[aria-expanded="true"] .a11y-4h-subdropdown__chevron {
    transform: rotate(90deg);
}

.a11y-4h-subdropdown__link {
    display: block;
    padding: .55rem 1.2rem;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    transition: background .12s, color .12s;
}

    .a11y-4h-subdropdown__link:hover,
    .a11y-4h-subdropdown__link:focus-visible {
        background: var(--4h-hover-bg);
        color: #3498db;
    }

    .a11y-4h-subdropdown__link:focus-visible {
        outline: 3px solid var(--4h-primary);
        outline-offset: -3px;
    }

@media (max-width: 991px) {
    .a11y-4h-subdropdown {
        position: static;
        box-shadow: none;
        border-top: none;
        border-left: 3px solid var(--4h-primary);
        border-radius: 0;
        margin-left: 1rem;
        padding: 0;
    }

    .a11y-4h-subdropdown__btn[aria-expanded="true"] .a11y-4h-subdropdown__chevron {
        transform: rotate(180deg);
    }
}

.a11y-4h-dropdown.drop-left {
    left: auto;
    right: 0;
}

.a11y-4h-subdropdown.drop-left {
    left: auto;
    right: 100%;
    border-radius: 4px 0 4px 4px;
}
