#page-content,
footer {
	margin-left:0;
}

#page-content {
	margin-top: 100px;
}

header > img {
	position:absolute;
	top:0;
	right:0;
}

/* Logos */
.navbar-header a img {
	margin:5px 10px;
}
/* End Logos */

/* Nav Bar */
.menu-bar {
	width:100%;
	height:38px;
	background: url('/v1/css/images/menu_background.jpg') repeat-x;
}

.menu-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 38px;
}

.menu-bar ul li:first-child {
	margin-left: 24px;
	float: left;
	height: 100%;
	line-height: 38px;
}

.menu-bar ul li a,
.menu-bar ul li a:hover {
	color: white;
	text-decoration: none;
}
/* End Nav Bar */

/* Form Sections */
.form-sections {
	list-style: none;
	display: flex;
}

.form-sections li {
	float:left;
	flex-wrap: wrap;
	flex: 1;
}

.form-sections li span {
	color: black;
	margin: 0 20px;
	float: left;
	font-size: 24px;
	text-decoration: none;
}

.form-sections li span.underlined {
	border-bottom:4px solid #cccccc;
}

/* End Form Sections */

@media (max-width: 768px) {

	header > img {
		display:none;
	}

	.menu-bar {
		height:1px;
	}

	.navbar-header {
		float: left !important;
	}
	.navbar {
		min-height: 40px;
	}

}