.Header__logoimg{
 margin-top:5px;
}

.Header__logotxt{
    flex: 1;
    font-size: 1.5rem;
    font-weight: 200;
    min-width: 4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Header__titleDescription {
    padding-bottom: .5rem !important;
}

.Header__homeContent .Header__searchalt .Header__searchLink {
    margin: 0 !important;
}
.Header__searchalt {
    padding: 0 !important; 
}

.customHeaderMenuItem a {
    color: #333333;
}


.BreadCrumbs__breadCrumbText{
	color:#000000;
}
.ModuleCategoryContainer__hometabs{
	display:none;
}

a .footerLink{
	color:#666666;
}

.contact_Frame{
   border: 1px solid var(--color-lightGrey);
   box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .03);
}
