.navigation-top-v2 {
    width: 100%;
}

.navigation-top-v2--overlay {
    position: absolute;
    z-index: 100;
}

.navigation-top-v2__wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation-top-v2__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navigation-top-v2__logo {
    width: 80px;
    height: 50px;
}

.navigation-top-v2__logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.navigation-top-v2__logo a svg {

}

.navigation-top-v2__links-top {
    display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2__links-top {
        display: block;
    }
}

.navigation-top-v2__links-top ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigation-top-v2__links-top ul li {
    margin-left: 1rem;
    margin-right: 1rem;
}

.navigation-top-v2__search--desktop {
    display: none;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2__search--desktop {
        display: none;
        max-width: 600px;
        width: 100%;
        position: relative;
    }
}

.navigation-top-v2__search--mobile {
    display: block;
    width: 100%;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2__search--mobile {
        display: none;
    }
}

.navigation-top-v2__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation-top-v2__icons figure.is-hamburger {
    margin-top: 10px;
}

.navigation-top-v2__icons figure.is-close-icon {
    margin-top: 5px;
}

.navigation-top-v2__icons figure.is-account {
    display: none;
}

.navigation-top-v2__icons figure a,
.navigation-top-v2__icons figure button {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 1rem;
}

.navigation-top-v2__icons figure button:focus {
    outline: inherit;
}


.navigation-top-v2__icons figure a svg {
    width: auto;
    height: auto;
}


/* LIVE SEARCH */
.navigation-top-v2-live-search {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.55rem;
    border-radius: 5px;
    background-color: var(--white);
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search {
        paddding: 0rem;
    }
}

.navigation-top-v2-live-search__wrapper {
    display: flex;
    align-items: center;
}

.navigation-top-v2-live-search__wrapper input[type="text"] {
    width: 100%;
    margin: 0;
    background-color: inherit;
    border: inherit;
    box-shadow: inherit;
    padding-left: 5px;
    padding-right: 1rem;
    background-color: var(--white);
    border-color: var(--white);
}

.navigation-top-v2-live-search__wrapper input[type="text"]:hover,
.navigation-top-v2-live-search__wrapper input[type="text"]:focus {
    outline: none;
    border: inherit;
}

.navigation-top-v2-live-search__wrapper input[type="text"]::placeholder {
    color: var(--black);
}

.navigation-top-v2-live-search__wrapper figure {
    width: 24px;
    height: 24px;
}

.navigation-top-v2-live-search__wrapper figure svg {

}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search__wrapper figure {
        width: 40px;
    }
}

.navigation-top-v2-live-search__results {
    position: absolute;
    max-width: 800px;
    width: 100%;
    left: 0;
    right: 0;
    max-height: 480px;
    overflow-y: scroll;
    z-index: 10000;
    padding: 1rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search__results {
        padding: 0.5rem;
    }
}

.navigation-top-v2-live-search__results article a {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: var(--white);
    border-top: 1px solid var(--light-gray);
}

.navigation-top-v2-live-search__results article a:hover {
    background-color: var(--light-gray);
}

.navigation-top-v2-live-search__results article a figure {
    width: 60px;
    height: 60px;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search__results article a figure {
        width: 80px;
        height: 80px;
    }
}

.navigation-top-v2-live-search__results article a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.navigation-top-v2-live-search__results article a header {
    flex: 1;
    padding-left: 1rem;
}

.navigation-top-v2-live-search__results article a header h2 {
    color: var(--black);
    font-size: 15px;
    font-family: var(--body-font-family);
    line-height: 1.4;
    margin-bottom: .25rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search__results article a header h2 {
        font-size: 18px;
    }
}

.navigation-top-v2-live-search__results article a header p {
    color: var(--gray);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* For tablet landscape up */
@media (min-width: 900px) {
    .navigation-top-v2-live-search__results article a header p {
        font-size: 17px;
    }
}

/* SPLASH SCREEN */
.navigation-top-v2-splash {
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: visible;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: var(--lighter-gray);
    visibility: hidden;

}

.navigation-top-v2-splash.is-active {

}

.navigation-top-v2-splash__container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.navigation-top-v2-splash__links {
    padding: 1rem;
}

.navigation-top-v2-splash__links article {
    width: 100%;

}

.navigation-top-v2-splash__links article:not(:last-of-type) {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--light-gray);
}

.navigation-top-v2-splash__links article header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-top-v2-splash__links article header a {
    color: var(--black);
    font-family: var(--accent-font-family);
    font-size: 20px;
    letter-spacing: -1px;
}

.navigation-top-v2-splash__links article header a:hover {
    color: var(--primary-color);
}

.navigation-top-v2-splash__links article header button span {
    display: none;
    font-size: 20px;
}

.navigation-top-v2-splash__links article header button span:hover {
    color: var(--primary-color);
}

.navigation-top-v2-splash__links article header button span.plus {
    display: block;
}

.navigation-top-v2-splash__links article header button.is-active span.plus {
    display: none;
}

.navigation-top-v2-splash__links article header button.is-active span.minus {
    display: block;
}

.navigation-top-v2-splash__links article section article {
    margin-left: 2rem;
}

.navigation-top-v2-splash__links article section article:first-of-type {
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid var(--light-gray);
}

.navigation-top-v2-splash__links article section article a {
    color: var(--black);
    font-size: 20px;
    font-family: var(--accent-font-family);
    font-style: italic;
}

.navigation-top-v2-splash__links article section article a:hover {
    color: var(--primary-color);
}

.navigation-top-v2-splash__footer {
    padding-left: 1rem;
    padding-right: 1rem;
}

.navigation-top-v2-splash__social {
    border-top: 1px solid var(--light-gray);
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.navigation-top-v2-splash__social ul {
    display: flex;
    justify-content: flex-start;
}

.navigation-top-v2-splash__social ul li {
    width: 25px;
    margin-right: 10px;
}

.navigation-top-v2-splash__social ul li a {
    display: block;
}

.navigation-top-v2-splash__social ul li a img {
    width: 100%;
    height: auto;
}

.navigation-top-v2-splash__social p {
    flex: 1;
    font-size: 14px;
    line-height: 1.4;
    margin-left: 1rem;
}

.navigation-top-v2-splash__legal {
    border-top: 1px solid var(--light-gray);
    padding-top: 1rem;
    margin-top: 1rem;
}

.navigation-top-v2-splash__legal ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation-top-v2-splash__legal ul li {
    font-size: 14px;
}

.navigation-top-v2-splash__legal ul li a:hover {
    color: var(--primary-color);
}

.navigation-top-v2-splash__copyright {
    border-top: 1px solid var(--light-gray);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
}

.navigation-top-v2-splash__copyright p {
    font-size: 14px;
    line-height: 1.4;
}

.navigation-top-v2-splash__copyright p a:hover {
    color: var(--primary-color);
}