#logo,
.location {
	display: none;
}

div,
p,
a,
h2,
h1,
ul,
label,
#application .heading,
#application div.required-fields,
#submit_app {
	font: 16px/1.5 'Avenir Next', 'Avenir', sans-serif;
	font-weight: 500;
	color: #38393a;
}

h1 {
	font-size: 2rem;
	font-weight: 700;
}

#application .heading {
	font-size: 1.5rem;
}

h2 {
	margin: 3rem 0 1rem 0;
	font-weight: 700;
	padding-top: 1.5rem;
	border-top: 1px solid #dcdcda;
}

#application .heading {
	margin: 0.25rem 0;
	margin-bottom: 20px;
}

input,
select,
textarea {
	border: 1px solid #dddcdc;
	margin: 0;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.71429;
	border-radius: 3px;
	font: 16px/1.5 'Avenir Next', 'Avenir', sans-serif;
	color: #38393a;
	font-weight: 500;
}

input:focus,
select:focus,
textarea:focus {
	border: 1px solid #1169c8 !important;
}

.opening a,
a {
	color: #1169c8;
	line-height: normal;
	font-weight: 500;
}

.opening a:hover,
a:hover {
	text-decoration: underline;
	color: #0e4b77;
}

#wrapper {
	/*to override inline styles*/
	padding: 0 !important;
	margin: 0 !important;
	max-width: inherit;
}

#main {
	padding: 0;
}

#application {
	background: #e7e6e7;
}

#submit_app {
	color: #fff;
	background: #1169c8;
	transition: all 0.2s;
	text-decoration: none;
	line-height: 3.5;
	-webkit-font-smoothing: antialiased;
	padding-left: 3em;
	padding-right: 3em;
	font-weight: 700;
	padding: 0 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 14px;
	vertical-align: middle;
	text-shadow: none;
	-webkit-appearance: none;
}

#submit_app:hover {
	background: #0e4b77;
}

#main_fields div.field label,
#custom_fields div.field label {
	font-size: 16px;
}

#custom_fields div.field input[type='text'],
#main_fields div.field textarea {
	font-size: 16px !important;
}

.field-error-msg {
	font: 16px/1.5 'Avenir Next', 'Avenir', sans-serif;
	font-weight: 500;
}

#app_body {
	max-width: inherit;
}

.field-error {
	border: solid 1px #a82b00 !important;
}

.field-error-msg,
.asterisk {
	color: #a82b00 !important;
}
