.new-header-nav, .top-nav {
    background-color: #fff!important;
    border-bottom: 1px solid #dfdfdf;
}

.new-header-nav .hdr .h a {
    color: #3C3C3C!important;
}
.new-header-nav .hdr .lst .nav-link .glyphicon-home {
    color: #3C3C3C!important;
    font-size: 16px;
}
.new-header-nav .region-section {
    color: #3C3C3C;
}
.new-header-nav .region-section .glyphicon-globe:before {
    color: #3C3C3C;
    font-size: 16px;
}
.site-header__logo svg {
    display: none !important;
}
.site-header__logo {
    /* background-image: url(/assets/schneider/sitelogo.png);
    background-repeat: no-repeat;
    width: 11.16111em !important;
    height: 3em !important; */
}
.new-header-nav .hdr .lst .nav-item .nav-link, .new-header-nav .hdr .lst .nav-link {
   color: #3C3C3C!important;
}

@media (max-width: 575px){
    .site-header__logo {
    	margin: -3px 0px;
    }
    .site-logo-png {
        width:205px;
    }
}
@media (max-width: 1200px) and (min-width: 576px) {
	.footer .footer-links {
    	text-align:center;
		float:none;
	}
}