.responsive-search__button {
    border-radius: 0px !important;
}

.mega-menu__search-button{
    padding-right: 5px;
}

/** START OF HEADER TOP MENU */
.homepageheader-item__title > a{
	font-size: 10px;
	line-height: 10px;
	padding: 12px;
	letter-spacing: 0.1px;
	font-weight: 600;
}
.homepageheader-item.hover ,.homepageheader-item:hover{
	background: #005ca6 !important;
}
.homepageheader-item__title * {
	color: #FFFFFF;
}
.homepageheader-item.hover .homepageheader-item__title,
.homepageheader-item:hover .homepageheader-item__title,
.homepageheader-item:hover a,
.homepageheader-item:hover a span {
	color: #fff !important;
}
.homepageheader-item__title {font-size: .75rem}
/** END OF HEADER TOP MENU */

.mega-menu__search-button,
.mega-menu__search-button svg,
.button.responsive-search__button .responsive-menu__icon {
    color: #FFFFFF;
}
.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 {
    color: #005ca6;
}

.divider__title {
    font-size: 4rem;
    color: #005ca6;
}

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

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

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

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

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

/* Right side (logo + login/signup) */
.nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-right img {
    display: none;
}

.nav-right a {
    text-decoration: none;
    color: #005ca6;
    font-size: 14px;
    text-transform: uppercase;
}

.nav-right a:hover {
    color: #005ca6;
}

.responsive-header__top-area{
    height: 2.5rem;
}
.responsive-header__top-area .title-bar__toparea-icon.align-right{
    padding-right: 0.625rem;
}

.responsive-subdepartment a{
    font-family: 'Roboto', sans-serif;
}

.responsive-menu__static-subitem{
    line-height: 1.5rem !important;
}

@media screen and (min-width: 640px) {
    .main-header__top-area{
        padding-left: 0px;
    }
    .nav-links {
        display: flex;
        gap: 1.5rem;
    }
    .nav-right img {
        height: 2.25rem;
        display: block;
    }

    .navbar {
        padding: 0 1rem;
    }
	.homepageheader-item__title > a {
		font-size: 12px;
		line-height: 12px;
		padding: 10px 26px;
		font-weight: 600;
	}
}

@media screen and (min-width: 1040px) {
    .navbar {
        padding: 0 0;
    }
    .homepageheader-item__title * {
        color: #000;
    }
}

/* Top Header Navigation Bar and Logo - End */

