.mega-menu__search-input {
    background: #fff !important;
}
.responsive-search__button {
    border-radius: 0px !important;
}
.mega-menu__search-button,
.mega-menu__search-button svg,
.button.responsive-search__button .responsive-menu__icon {
    color: #5F0041;
}
.button.responsive-search__button .responsive-menu__icon {
    font-size: 1.125rem
}
.responsive-search__input {
    height: 2.5rem;
}
.footer-column__title--newsletter {
    color: #fff;
}
.teletype-text {
    color: inherit;
}

.tactical-message__item-text a:hover {
    text-decoration: underline;
}

article#brand-info h1 {
    font-family: National2Compressed;
    color: #5F0041;
}

.divider__title {
    font-size: 4rem;
    font-family: National2Compressed;
    color: #5F0041;
}

.footer__link--copyright {
    color: #000 !important;
}

/* Top Header Navigation Bar and Logo - Start */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 0.3rem 1rem;
}

.responsive-header__top-area {
    min-height: 40px;
}

/* Left menu */
.nav-links {
    display: flex;
    gap: 0.5rem;
}

.nav-links a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.nav-links a:hover {
    color: #000;
}

@media screen and (max-width: 1039px) {
    .navbar {
        padding: 0.5rem 0;
    }

    .nav-links {
        width: 100%;
        justify-content: space-around;
        align-items: inherit;
        gap: 0;
        display: flex;
    }

    .nav-links a {
        text-align: center;
        font-size: 14px;
    }

    .homepage-header {
        border-radius: 0 0 3.5rem 3.5rem;
        background: white;
    }

    .title-bar__icon {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

