@media (min-width: 1200px) {
	.container {
		width: 1135px;
	}
}

.header {
	padding: 10px 0;
}

.site-search {
	float: right;
}

.site-search input {
	display: inline-block;
	width: 15em;
}
.site-search label {
	display: none;
}

.navbar-collapse {
	padding: 0;
}

.navbar-default {
	background-color: #002855;
	border-radius: 3px;
	margin-bottom: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #002855;
}

.navbar-default a.navbar-brand,
.navbar-default a.navbar-brand:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
	color: white;
	text-transform: uppercase;
	vertical-align: middle;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #4d688c;
	border-radius: 2px;
}

.navbar ul.nav {
	width: 100%;
}
.navbar ul.nav > li {
	padding-left: 20px;
}
.navbar ul.nav > li + li {
	border-left: solid 1px white;
}

@media (min-width: 768px) {
	.navbar-default a.navbar-brand,
	.navbar-default a.navbar-brand:hover,
	.navbar-default .navbar-nav > li > a {
		display: table-cell;
		text-align: center;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 10px 0;
	}
	.navbar-default .navbar-nav > li > a:hover {
		background-color: transparent;
	}
	.navbar ul.nav > li {
		display: table;
		height: 50px;
		padding-left: 0;
		width: 20%;
	}
}

.breadcrumb {
	background-color: transparent;
	font-size: .9em;
	margin-bottom: 10px;
	padding-left: 6px;
}

.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #cccccc;
	content: "\00bb";
}

.btn-primary {
	background-color: #002855;
	border-color: #002855;
}
.btn-primary:hover {
	background-color: #002e77;
}
.page-header {
	margin-top: 0;
}
img.pull-left {
	padding: 0 1em 1em 0;
}
img.pull-right {
	padding: 0 0 1em 1em;
}
.container > footer {
	background-color: whitesmoke;
	border-top: solid 1px lightgray;
	margin-top: 3em;
	padding: 1.5em 2em .8em;
}

/* Accessibility: Ensure text-muted meets WCAG AA contrast ratio (4.5:1) */
.text-muted {
	color: #495057 !important; /* Contrast ratio ~7:1 on white/whitesmoke */
}

/* Accessibility: Ensure links meet WCAG AA contrast ratio (4.5:1) */
a {
	color: #0056b3; /* Darker blue with ~7:1 contrast on white */
}
a:hover {
	color: #003d80;
}

/* Accessibility: Ensure Bootstrap 3 label-warning has sufficient contrast */
.label-warning {
	background-color: #856404; /* Dark gold with ~7:1 contrast on white text */
	color: #fff;
}

.content > article.col-md-9 {
	border-right: solid 1px #eeeeee;
}

aside .nav > li {
	border-bottom: dashed 1px lightgray;
}

* > h1:first-child, * > h2:first-child, * > h3:first-child, * > h4:first-child {
	margin-top: 0;
}

h2 + .dl-spaced, h3 + .dl-spaced {
	border-top: solid 1px #eeeeee;
	margin-top: -.5em;
}
.dl-horizontal dt, .dl-horizontal dd {
	margin-bottom: .2em;
}
dl table.table, .table-auto-width {
	width: auto;
}
table.table:last-child {
	margin-bottom: 0;
}
ul.list-spaced {
	padding-left: 0;
	list-style: none;
}
.dl-spaced dd, .dl-spaced dt, ul.list-spaced li {
	border-top: dotted 1px #eeeeee;
	margin-bottom: .3em;
	padding-top: .4em;
}
.dl-spaced dt:first-child, .dl-spaced dt:first-child + dd {
	border-top-color: transparent;
}
.nav-header {
	background-color: #eeeeee;
	font-size: 1.3rem;
	margin-top: 0;
	padding: 8px 12px;
}
* + .nav-header {
	margin-top: 2em;
}
.nav-header + ul {
	margin-top: -.6em;
}
.registration-button-group {
	text-align: center;
}
aside dl.registration-deadlines {
	font-size: .85em;
	margin-bottom: 0;
}
aside dl.registration-deadlines dt {
	float: left;
	text-align: left;
	width: 40px;
}
aside dl.registration-deadlines dd {
	margin-left: 45px;
}

.container .jumbotron {
	background-color: white;;
	border: solid 1px #eeeeee;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
}

.container section + section {
	margin-top: 3em;
}

.highlight-section {
	background-color: white;;
	border: solid 1px #eeeeee;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	padding: 5px 10px;
}

.highlight-section > h3:first-child {
	margin: -5px -10px 20px;
	border-radius: 6px 6px 0 0;
}

.jumbotron .form-group {
	text-align: center;
}

img.pull-left {
	margin-right: 6px;
	margin-bottom: 6px;
}

img.pull-right {
	margin-left: 6px;
	margin-bottom: 6px;
}

.form-horizontal {
	padding: 15px;
}

fieldset.well > legend {
	border-bottom: none;
}

fieldset + fieldset {
	margin-top: 3em;
}

.radio > select.form-control {
	display: inline-block;
	width: 300px;
}

.help-block.well {
	margin-bottom: 0;
	margin-top: 20px;
}
.help-block.well h4:first-child {
	margin-top: 0;
}

.table-form > tbody > tr > td {
	vertical-align: middle;
}

table.table-striped {
	border-bottom:  1px solid #dddddd;
}

input.search {
	background: url(../images/magnifier.png) no-repeat 99%;
}

input.loading {
	background: url(../images/loading-circle-balls.gif) no-repeat 99%;
}

.label + span { padding-left: .4em; }

h3.panel-heading {
	line-height: 1.4em;
}

dt .text-muted {
    font-weight: normal;
}