html {
	background-color: #999999;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: "Ropa Sans", "Bookman Old Style", "Garamond", "Palatino";
	color: #0d0253;
	font-size: 21px;
	line-height: 27px;
}

a {
	color: #6d8f9a;
	xcolor: inherit;
	xfont-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

a.go:after {
	content: '\0000bb';
}

a[href$=".pdf"] {
	background: url( "../images/pdf.gif" ) no-repeat scroll left center transparent;
	padding: 5px 0px 5px 20px;
}

a[href$=".pdf"].noicon {
	background: none;
	padding: initial;
}

span.nowrap {
	white-space: nowrap;
}

div.container {
	width: 90%;
	background-color: #e6f2f5;
	margin: 0px auto 20px auto;
	box-shadow: 0 0 20px #210261;
	border-radius: 0px 0px 4px 4px;
	text-align: center;
	max-width: 900px;
}

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6f2f5+48,6d8f9a+100 */
	background: rgb(230,242,245); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(230,242,245,1) 48%, rgba(109,143,154,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(48%,rgba(230,242,245,1)), color-stop(100%,rgba(109,143,154,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(230,242,245,1) 48%,rgba(109,143,154,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(230,242,245,1) 48%,rgba(109,143,154,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(230,242,245,1) 48%,rgba(109,143,154,1) 100%); /* IE10+ */
	background: linear-gradient(135deg, rgba(230,242,245,1) 48%,rgba(109,143,154,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f2f5', endColorstr='#6d8f9a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 20px 20px 20px 20px;
}

h1 {
	color: #04303e;
	font-weight: normal;
	font-size: 35px;
	line-height: 38px;
	text-align: center;
	margin-top: 15px;
}

header h1 {
	font-size: 45px;
	line-height: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-shadow: 2px 2px rgba( 255, 255, 255, 0.4 );
}

header a {
	text-decoration: none;
	font-weight: normal;
}

header img {
	height: 90px;
	vertical-align: middle;
	margin-right: 10px;
}

div.sub {
	padding: 20px 40px 20px 40px;
	text-align: left;
}

div.sub.home {
	text-align: center;
}

nav {
	position: sticky;
	top: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #6d8f9a;
	xbox-shadow: 0 0 5px #210261;
	padding: 0px 0px 0px 0px;
	font-size: 0; /* Eliminate space between children's inline block elements: http://davidwalsh.name/remove-whitespace-inline-block */
	line-height: 20px;
}

nav a {
	font-weight: normal;
	display: inline-block;
	background-color: #6d8f9a;
	color: #022e3c;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	font-size: 21px;
	line-height: 31px;
	text-shadow: 1px 1px rgba( 255, 255, 255, 0.3 );
	border: 1px dotted rgba( 0,0,0, 0.65 );
	border-top: none;
	border-right: none;
}

nav a:last-child {
	border-right: 1px dotted rgba( 0,0,0, 0.65 );
}

nav a.on, nav a:hover {
	background-color: #04303e;
	color: #e6f2f5;
	xborder-top: 1px solid rgba( 255, 255, 255, 0.85 );
	xborder-bottom: 1px solid rgba( 255, 255, 255, 0.85 );
	text-shadow: none;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #6d8f9a;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

div.article h2 {
	text-align: center;
}

h3 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

a.facts {
	display: block;

	font-size: 25px;
	line-height: 30px;
	
	padding: 15px 15px 15px 15px;
	border-radius: 4px;
	background-color: #6d8f9a;
	box-shadow: 1px 1px 1px 1px rgba( 33, 2, 97, 0.6 ),
	 inset 1px 1px 1px 1px rgba( 255, 255, 255, 0.2 );

	color: #0d0253;
	text-decoration: none;
	margin-top: 20px;
}

a.facts:hover {
	opacity: 0.8;
}

a.article {
	color: #0d0253;
	text-decoration: none;
}

a.article:hover {
	opacity: 0.6;
}

.odometer {
	color: #04303e;
	font-weight: bold;
	text-shadow: 1px 1px #34606e;
	border: 2px solid #6d8f9a;
	border-top: 10px solid #6d8f9a;
	border-radius: 4px;
	padding: 0px 0px 3px 0px;
	display: inline-block;
	background-color: #ffffff;
}

.odometer::before, .odometer::after {
	width: 3px;
	height: 8px;
	display: inline-block;
	background-color: #777777;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	content: '';
	position: relative;
	top: -28px;
}

.odometer::before {
	left: 12px;
}

.odometer::after {
	right: 12px;
}

.xxxtriangle2 {
    border-color: #6d8f9a transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 0;
    position: relative;
    left: -19px;
    top: 32px;
}

.aca-outsourcing {
	width: 80%;
	margin: auto;
}

li {
	line-height: 23px;
	margin-bottom: 10px;
}

div.call {
	padding-top: 10px;
	text-align: center;
}

p.footnote {
	font-size: 16px;
	opacity: 0.6;
}

div.services {
	text-align: left;
	width: 75%;
	margin: auto;
}

img {
	border: none;
}

hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right, #aaa, #333, #ccc);
	width: 90%;
}

table.aca {
	border-collapse: collapse;
}

table.aca th, table.aca td {
	border: 1px solid rgba( 0, 0, 0, 0.4 );
	padding: 5px;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
}

table.aca th:first-child, table.aca td:first-child {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid rgba( 0, 0, 0, 0.2 );
	text-align: right;
	white-space: normal;
	background-color: rgba( 255, 255, 255, 0.3 );
	padding-right: 10px;
}

table.aca tr:last-child th:first-child, table.aca tr:last-child td:first-child {
	border-bottom: none;
}

table.aca th.y2015, table.aca td.y2015 {
	background-color: #fcd5b4;
}

table.aca th.y2016, table.aca td.y2016 {
	background-color: #b7dee8;
}

table.aca td.yes::before {
	font-weight: bold;
	content: 'Yes';
}

table.aca td.no::before {
	content: 'No';
}

span.phone:before {
	content: '(954) 242-1200';
	white-space: nowrap;
}

div.home-left {
	float: left;
	width: 500px;
	padding: 0px 20px;
	border-radius: 4px;
	border: 1px solid #6d8f9a;
	margin-top: 20px;
}

div.home-right {
	float: right;
	width: 250px;
	padding: 0px 0px 20px;
	margin-bottom: -10px;
}

.clear {
	clear: both;
}

div.form1095c img {
	width: 100%;
	box-shadow: 5px 5px 5px rgba( 0, 0, 0, 0.2 );
}

div.important {
	padding: 0px 20px 0px 20px;
	margin-top: 15px;
	border-radius: 4px;
	border: 1px solid #6d8f9a;
}

div.important ul {
	width: 200px;
	margin: auto;
	text-align: left;
}

a.phone {
	text-decoration: none;
}
