:root {
    --color-brand-1: #344a60;
    --color-brand-2: #344a60;
    --color-brand-3: #236180;
    --color-brand-4: #2D7295;
}

@media screen and (min-width: 800px) {
    .headerLogo img {
        height: auto;
    }
}

.ds-primary,
.ArnPrimarySearchOuterContainer #theSubmitButton,
.searchOptionsControls button.doneSearchOptions.submit {
    color: var(--color-white-white);
}