
.clearfix {
	zoom: 1;
	display: block;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.25;
	font-family: Aerial, Arial, Helvetica, sans-serif;
}

nav ul {
	margin: 0;
	padding: 0 0 0 20px;
}

select {
	-webkit-appearance: menulist-button;
}

p {
	padding: 0 0 0.72em 0;
	margin: 0;
}

#container {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}

#connect_logo {
	height: auto;
	width: auto;
	max-width: 132px;
	max-height: 50px;
	vertical-align: middle;
}

#form_buttons {
	float: right;
}

#login_form {
	max-width: 620px;
	overflow: hidden;
}

section#content .button {
	position: relative;
	background-color: #d0500f;
	color: #fff;
	border: none;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 4px;
	text-transform: uppercase;
	font-family: inherit;
}

a,
section#content .button_link {
	text-decoration: none;
	color: #d0500f;
	font-size: 1em;
	background: none !important;
	border: none;
	padding: 0 !important;
	font: inherit;
	cursor: pointer;
	outline: none;
	outline-offset: 0;
}

section#content input[type="text"], 
section#content input[type="password"],
section#content select {
	font-size: 1.5em;
	padding: 5px;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	font-family: inherit;
}

section#content {
	margin: 30px;
}

section#content .content_margin_bottom {
	margin-bottom: 20px;
}

section#content .content_margin_left {
	margin-left: 20px;
}

section#content .content_box {
	background-color: #f5f5f5;
}

section#content .content_padding {
	padding: 20px;
}

section#content .content_box_heading {
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

section#content .content_label {
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

section#content #error_box {
	background-color: #ebd6d6;
	color: #e94d3c;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 1em 2em;
}

section#content .uppercase_text {
	text-transform: uppercase;
}

section#container {
	background-color: #FFF;
	background-image: none;
}

#header.main .navbar-section {
	vertical-align: middle;
	height: 80px;
}

#header.main .navbar-section > * {
	line-height: 80px;
	
}

#header.main .navbar-section,
#header.main .navbar-section ul li a {
	background: #1d1d1d;
	color: #f5f5f5;
}

#header.main .navbar-section ul {
	border: none;
	list-style: none;
}

#header.main .navbar-section ul li {
	line-height: inherit;
}
