/*Blend the menu into the page header*/
.c-site-header.c-site-header--standard, .c-site-header.c-site-header--mega {
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 4;
    padding: 1rem 0 1rem 0;
}

header.c-site-header__masthead {
    background: transparent;
    box-shadow: none;
}
/*End Blend*/

/*Main Menu*/
.c-site-header__standard-navigation .menu[data-depth="0"] button.menu__link, .c-site-header__standard-navigation .menu[data-depth="0"] a.menu__link{
    color: #ffffff;
}

.c-site-header__standard-navigation .menu[data-depth="1"] a.menu__link {
	color: #000000;
}

.c-site-header__standard-navigation .menu[data-depth="0"] a.menu__link:hover{
    background-color: transparent;
}

.c-site-header__standard-navigation .menu[data-depth="1"] button.menu__link {
	color: #000000;
}

.c-site-header__standard-navigation .menu[data-depth="0"]  svg, path#Icon_ionic-ios-search {
    fill: #ffffff;
}

@media(max-width: 767px){
	line#Line_3, line#Line_4, line#Line_5 {
	    stroke: #ffffff;
	}
	.homepage-header.l-layout {
	    padding: 10em 0 8em 0;
	}
}