#header {
	background-color: #4E4E4E;
}

#logo_michele {       margin: 20px; }
#logo_michele_small { margin: 10px; }
#logo_trail {         margin: 10px;	margin-top: 20px; }
#logo_trail_small {	  margin: 10px; margin-top: 20px; }
#print_header { display : none; visibility : hidden; }

h1 {
	font-size: 1.75em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.75em;
	margin-top : 1.5em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color : #f28300;
}

h3 {
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.5em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.25em;
}

dl {
	margin-left: 1.5em;
	font-size: 0.9em;
}

#title {
	background-color: #F29400;
	color : white;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#title div a, #title div a:hover, #title div a:visited, #title div a:active {
	color : white;
	text-transform: none;
	font-weight: lighter;
}

.title {
	display: block;
	padding : 0.5em;
	font-size:1.1em;
}

body {
	font-size: 0.8em;
}

#footer {
	background: #4E4E4E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	padding: 5px;
}

#login_form, #selection_form {
	margin-top : 5em;
	margin-bottom: 5em;
}

a, a:hover, a:visited, a:active {
	color : #f29400;
	text-decoration: none;
}

.sub-nav dd.active a, .sub-nav dd.active a:visited, .sub-nav dd.active a:active {
	background : #f29400;
	color : white;
}

.sub-nav dd.active a:hover {
	background : #f28300;
	color : white;
}

.button {
	background-color: #f29400;
	border-color: #f29400;
	color : white;
}

.button:hover {
	background-color: #f28300;
	border-color: #f28300;
	color : white;
}


.sub-nav{
    margin: 0 auto !important;
    width: -webkit-fit-content;
       width: -moz-fit-content;
            width: fit-content;
    }

.progress .meter {
	background-color : #F29400 !important;
	padding-left: 0.5em;
	color : white;
}

.progress {
	margin-bottom: 0;
}

.magellan-nav {
  right: 0;
}

.diagramContainer {
	margin: auto auto;
	text-align:  center;
	width: 50%;
}

@media only screen and (max-width: 40em) {
		.diagramContainer {
		width : 100%;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
		.diagramContainer {
		width : 66%;
	}
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */


@media only screen and (min-width: 64.063em) {
	.diagramContainer {
		width : 50%;
	}
} /* min-width 1025px, large screens */


@media print {
  .magellan-nav,
  .title,
  #header { display : none; visibility: hidden; }

	.progress .meter {
		background-color : #F29400 !important;
		padding-left: 0.5em;
		color : black;
	}

  #print_header {
  	display : block;
  	visibility: visible;
  }

  .pageBreak {
  	page-break-before:always;
  }

  body {
	  font-size : 0.9em;
	  -webkit-print-color-adjust: exact;
  }

  h2 {
  	font-size: 1.5em;
  	margin-top : 0.5em;
  }
}