/**********************
 *Header
**********************/
#top-bar, #top-bar a {
	color: #fff;
}

#top-bar img {
	vertical-align: bottom;
}

#mobile-logo-wrapper a {
	padding: 20px 90px 20px 20px;
	display: flex;
}

#full-logo {
	height: 70px;
	margin: 6px 0 2px 0;
}

#full-logo-wrapper {
	top: -10px;
}

#mobile-logo-wrapper {
	height: 90px;
}

@media only screen and (max-width: 991px) {
	#toolbar {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
	}

	#mobile-logo-wrapper {
		position: relative;
		left: -12px;
	}
}