@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#0079C0; 
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; 
	font-size: 100%;
}
#content a {
	color:#0079C0;
	padding: 0 2px;
}
#content a:hover {
	color:#fff;
	background:#0079C0;
	text-decoration:none;
}
#content a.i { padding: 0; }
#content a.i:hover { background: transparent; }

#content a.pdf {
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-left: 30px;
}


a img { border: 0; }
h1, h2, h3, h4 {
	margin: .5em 0;
	padding: 0;
}
p {
	margin: .4em 0 1em 0;
	padding: 0;
}
/* Header2 styles */
#header2 {
	clear:both;
	font-size: 120%;
	width:100%;
	margin: 0 0 1em 0;
	padding: .25em 0 .3em 0;
	text-align: center;
	background: #FFEA00;
}
#header2 h1,
#header2 h2 {
	margin: 0;
	padding: 0 10px;
	color: #000;
}
#header2 h1 {
	font-size: 2.4em; 
	line-height: 1.2em;
	background: #000;
	color: #fff;
	margin: 0 .1em .1em .1em;
	border: 2px solid #fff;
	}
#header2 h2 {
	font-size: 1.3em;
	}


/* content styles */
#content {
	font-size: 120%;
	clear: both;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	box-shadow: 0 0 10px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	padding: 20px;
	margin: .5em auto 2em auto;
	background: #fff;
	width: 90%;
	max-width: 900px;
	}
.hilite {
	color: red; 
	}
	
#content h2 {
	font-size: 2em;
	margin-top: 0;
	text-align: center;
	}
#content h3 {
	font-size: 1.25em;
	margin-bottom: .8em;
	}
#content h4 {
	font-size: 1.1em;
	clear: both;
	}
#content ul, #content ol { margin-top: 0; margin-bottom: 1em; }
#content li {
	margin-bottom: .75em;
	}
hr {
	clear: both;
	height: 1px;
	border-top: 1px dashed #007FC4;
	border-width: 1px 0 0 0;
	padding: 0;
	margin: .5em 0;
	}
.icon { vertical-align: middle; }	
.gory {
	color: #333;
	text-align: center; 
	}
#content .page-nav {
	margin: 2em 0 1em 0;
	text-align: center; 
	}
#content .page-nav a {
	background: #97B873;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.4em;
	}
#content .page-nav a:hover {
	background: #007FC4;
	}
#content .page-nav a span {
	color: #000;
	}
.stacked-logos {
	float: right; 
	margin: 0 0 10px 15px;
	}
.stacked-logos img {
	display: block;
	margin: 0 auto 15px auto;
	}
#content .stacked-logos a, #content a.flr, #content a.fll {
	padding: 0 !important;
	background: transparent;
	}
#content a.plink {
	padding: 0;
	background: transparent;
}
.flow-chart-holder {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
}	
.flow-chart {
	flex: 0 1 23.5%;
	box-sizing: border-box;
	border: 1px solid #007FC4;
	border-radius: 8px;
	padding: .5em 1% 1em;
	margin: .5em 0;
	text-align: center;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	box-shadow: 2px 2px 4px rgba(0,0,0,.5), inset 0px -2px 5px rgba(0,0,0,.4);
	}
.flow-chart img {
	margin: .5em 0 .2em 0;
	padding: 0;
	max-width: 100%;
	}
.alert { 
	background: transparent url(../images/alert.png) 0 3px no-repeat;
	padding-left: 58px;
	min-height: 51px; 
	}
li.alert {
	list-style: none;
	margin-left: -15px;
	}

.red { color: red; }
.flr { float: right; margin: 5px 0 10px 10px; }
.fll { float: left; margin: 5px 10px 10px 0; }
.cen { text-align: center; }
.clr { clear: both; }
.sm { font-size: .9em; }
.pay-attn { background: yellow; padding: 2px 4px; }


/* Footer styles */
#footer {
	clear:both;
	font-size: 120%;
	float:left;
	width:100%;
}
#footer ul {
	clear:left;
	float:left;
	width:100%;
	background: #0C5293; 
	list-style:none;
	text-align: center;
	margin:10px 0 0 0;
	padding: 1px 0;
}
#footer ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li a {
	display:inline-block;
	margin: 0;
	padding: 3px 5px;
	text-align:center;
	color:#A2E0FD;
	text-decoration:none;
	font-size: 85%;
	line-height:1.3em;
	white-space: nowrap;
	}

#footer ul li a:hover {
	color: #fc0;
	background: transparent;
}

.sbsh {
	background: url(../images/egg.gif) 3px 3px no-repeat;
	border: 1px solid orange;
	border-radius: 12px;
	padding: 5px 10px 5px 95px;
	max-width: 280px;
	margin: 1em auto;
	overflow: hidden;
	color: #666;
	text-indent: -33px;
	font-size: .9em;
}
.sbsh a {
	font-size: .7em;
	white-space: nowrap;
}


@media (max-width: 900px) {
	#content, #header2, #footer {
		font-size: 100%;
	}
	#content {
		max-width: auto;
		width: auto;
		margin: 1em 10px;
		}
	#content ul {
		margin-left: 18px;
		padding-left: 0;
		}
	#content ol {
		margin-left: 28px;
		padding-left: 0;
		}
	#content .page-nav a { 
		display: block;
	}
	#footer ul li a {
		left: 0; 
		font-size: 95%;
		}
		
		
		
}
@media (max-width: 767px) {
	.flow-chart-holder {
		flex-wrap: wrap;
	}
	.flow-chart {
		flex: 0 1 48%;
	}
}

@media (max-width: 480px) {

	#content {
		margin-top: .35em;
		padding: 15px;
	}
	#content h2 {
		font-size: 1.7em;
	}
	#content .flr, 
	#content .fll {
		max-width: 40%; 
		}
	#content .flr img,
	#content .fll img {
		max-width: 100%; 
		}
	.stacked-logos {
		max-width: 40%;
		}
	.stacked-logos img {
		max-width: 100%;
		}
	#content ul {
		margin-left: 15px;
		padding-left: 0;
		}
	#content ol {
		margin-left: 25px;
		padding-left: 0;
		}
	#header2 h1 { font-size: 1.8em; }
	#footer ul {
	-moz-column-count: 2;
	-webkit-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	-o-column-gap: 0;
	column-gap: 0;
	}
	#footer ul li {
		display: block;
	}
	#footer ul li a {
		float: none;
		display: block;
		font-size: 100%;
		padding: 7px 0px 7px 10px;
		text-align: left;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0), inset 0px -3px 6px rgba(0,0,0,.4);
		-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0), inset 0px -3px 6px rgba(0,0,0,.4);
		box-shadow: 3px 3px 3px rgba(0,0,0,0), inset 0px -3px 6px rgba(0,0,0,.4);
	}
	#footer ul li a:hover {
		color: #fff;
		background: #1093D0;
	}
	#footer ul li span {
		display: none;
	}
}

@media (max-width: 440px) {
	.flow-chart-holder {
		display: block;
	}
	.flow-chart {
		margin: 1em 0;
	}

}

@media (max-width: 320px) {
	#content {
		padding: 10px;
		margin-bottom: .25em;
		}
	#content h2 {
		font-size: 1.6em;
		font-weight: normal;
	}
	#content h3 {
		font-size: 1.2em;
	}
	.stacked-logos {
		float: none;
		max-width: 100%;
		width: auto !important;
		}
	#footer ul {
		-moz-column-count: 1;
		-webkit-columns: 1;
		-o-columns: 1;
		columns: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		-o-column-gap: 0;
		column-gap: 0;
	}
}