@media only screen and (max-width: 600px) {
	#uiLogoLink{
		height: 40px;
	}

	#customerLogoLink{
		height: 40px;
	}
}

.site-header {
        background-image: url(cover-bg-red.png);
	padding: 0px !important;
	background-size: cover;
}

.layout-top .navbar-brand:first-of-type {
	border-right: 0px solid #ddd;
}

.layout-top .navbar-brand-img {
	height: 80px;
}

@media only screen and (max-width: 600px) {
.layout-top .navbar-brand-img {
	height: 40px;
}
}

#headerText{
display: none !important;
}

.card-header-line {
    background: linear-gradient(-45deg, #ecedf2, #ab092e)
}

[id^=facet_] .card {
    height: 100%;
}