#headerimg
{
	/* width: 43%; */
	position: relative;
	width: 260px;
	margin: 10px 0 0 0;
}

#headerimg img
{
	width: 100%;
	height: auto;
	padding-left: 0;
}

#header
{
	border-bottom: none;
	margin-bottom: 0;
	position: relative;
}

#contact
{
	position: absolute;
	top: 10px;
	left: 330px;
	text-align: left;
	font-family: Roboto,sans-serif;
	text-transform: none;
	font-size: 13.3333px;
	line-height: 16px;
}

.weight-600
{
	font-family: Roboto,sans-serif;
	font-weight: 600;
}

.address a
{
	text-decoration: none;
	color: #000;
}

.vertical-line
{
	width: 1px;
	top: 10px;
	position: relative;
	height: 60px;
	margin: 0 5px;
	background-color: #000;
}

.new-york, .dallas
{
	padding: 0 .5rem;
	align-self: center;
}

.address
{
	display: flex;
	line-height: 16px;
}

#nav
{
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
	margin-top: 20px;
}

#nav ul { margin-bottom: 5px; }
#nav ul li#nav-home { display: inline-block; }

@media (max-width: 860px)
{
}

@media (max-width: 767px)
{
	#contact { display: none; }
	#nav ul li#nav-home { display: block; }
	#nav ul ul, #nav > ul > li { border-bottom: none; }
}
