ul.right{
	padding-right:1rem;
}
ul.dropdown>li>a{
	border: solid #242424;
}
section.top-bar-section>ul.left>li{
	height: 100%;
}
/* #sealImage{ */
/* 	display: inline-block; */
/* 	background: url(/images/DoJVNS.png); */
/* 	width: 0; */
/* 	height: 0; */
/* 	content: ""; */
/* 	padding: 200px; */
/* 	background-repeat: no-repeat; */
/* 	background-size: 300px 62px; */
/* } */

@media only screen and (max-width: 798px){
	#sealImage{
		height: 100%;
	}
	.title-area>li.name{
		height: 100%;
	}
	.top-bar-section>ul{
		margin-top: 1.1rem;
	}
	.contain-to-grid .top-bar{
		height: 4rem;
	}
}

@media only screen and (max-width: 846px){
	.secondary{
		width: 51% !important;
		float: right !important;
	}
}