:root {
    --color-brand: #ddc18c !important;
}

.Header__header {
	background-position: center;
	background-size: auto 400px;
	background-repeat: no-repeat;
}

.Header__logo img {
	max-height: 37px;
    max-width: none !important;
}

.SearchContainer__globalSearch {
	border: 2px solid var(--color-brand) !important;
}

.SearchContainer__searchIcon {
	background-color: transparent !important;
}

.SearchContainer__searchIcon .Icon__icon {
	color: var(--color-brand) !important;
}

li.Header__tabsTab.Header__active {
  	color: var(--color-brand) !important;
}

.Header__homeNavbarFixed .Header__menu,
.Header__homeNavbarFixed .Header__menu:after,
.Header__homeNavbarFixed .Header__menu:before {
    background-color: var(--color-brand);
}

.Header__homeNavbarFixed .Header__menuToggle {
    background-color: transparent;
}

