#top_header
{
	margin: 0;
	padding-left: 10px;
	display: flex;
	width: 100%;
	border-top: 20px solid #ab0032;
}
#top_header.lib_cal
{
	margin-left: 0;
}
#top_header div:first-child
{
	display: flex;
	flex-basis: 75%;
	align-items: center;
	-webkit-align-items: center;
}
#top_header div:nth-child(2)
{
	display: flex;
	flex-basis: 25%;
	align-items: center;
	-webkit-align-items: center;
}
#top_header div:nth-child(2) a
{
	color: #0a0a0a;
	text-decoration: none;
	font-family: "Open Sans", Helvetica,Arial, sans-serif;
	font-size: 17.6px;
}
#logo {
	height: 70px;
	width: 333px;
}
#chat_icon {
	height: 107px;
	width: 107px;
}
@media screen and (max-width: 400px)
{
	#top_header
	{
		flex-direction: column;
	}
}
