.header {
	border-top: 0;
	background-color: white;
}
.ui-page {
	background-color: white;
}
.contact-us-link {
	display: none;
}
body {
	font-family: 'Rubik',sans-serif;
	font-size: 14px;
}
#main-menu {
	font-weight: 400;
	text-transform: uppercase;
}
.ui-header {
	border-width: 0;
}
.contact-us-link {
	float: left;
	clear: left;
}
.header .right {
	clear: both;
}
@media (min-width: 1050px) {
	.header {
		position: absolute;
		right: 0;
		min-height: 0;
		height: unset;
	}
	.facility, .contact-us-link {
		display: none;
	}
	#main-menu {
		padding: 0 240px;
		background-image: url(../images/Logo.png);
		background-position: left;
		background-size: auto 34px;
		background-repeat: no-repeat;
		width: unset;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
