.js-mainHeader .header.gorilla-glass,
.js-mainHeader .header.gorilla-glass .header__mobileNavFlyout,
 .js-mainHeader .header.gorilla-glass .header__mobileNavFlyout__header {
	background: black !important;
}

.js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogoMain i.corn-icon-corning-logo-white.header__icon {
    font-family: 'gorilla' !important;
    height: 22px;
    font-size: 24px;
}

.js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogo-simple i.corn-icon-corning-logo-white.header__icon {
    font-family: 'gorilla' !important;
    font-size: 12px;
}

.js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogoMain i.corn-icon-corning-logo-white.header__icon:before {
    content: "\e900";
}

.js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogo-simple i.corn-icon-corning-logo-white.header__icon:before {
    content: "\e901";
}

body.gorilla-glass .js-mainHeader .global-search-microsites .header__searchBoxWrap .header__searchBox form .fieldset button {
    background-color: grey;
}

@media (min-width: 64rem) {
    .js-mainHeader .header.gorilla-glass,
    .js-mainHeader .header.gorilla-glass .header__mobileNavFlyout,
     .js-mainHeader .header.gorilla-glass .header__mobileNavFlyout__header{
        background: black !important;
    }

    .js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogoMain i.corn-icon-corning-logo-white.header__icon {
        font-family: 'gorilla' !important;
        height: 22px;
        font-size: 24px;
    }

    .js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogo-simple i.corn-icon-corning-logo-white.header__icon {
        font-family: 'gorilla' !important;
        font-size: 12px;
    }

    .js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogoMain i.corn-icon-corning-logo-white.header__icon:before {
        content: "\e900";
    }

    .js-mainHeader .header.gorilla-glass .header__logoWrap .header__iconLogo.header__iconLogo-simple i.corn-icon-corning-logo-white.header__icon:before {
        content: "\e901";
    }

    body.gorilla-glass .js-mainHeader .global-search-microsites .header__searchBoxWrap .header__searchBox form .fieldset button {
        background-color: grey;
    }
}