body	{	font: 105%/1.5 "Karla", sans-serif;	font-weight: 400;	color: #444;	}	h2, h3, h4, h5, h6	{	font-family: "Karla", sans-serif;	font-weight: 700;	line-height: 1;	padding: 0;	margin: 0;	}	h2	{	margin: 0 0 20px 0;	font-size: 2em;	color: #002f6c;	}	h3	{	padding: 30px;	font-size: 1.75em;	color: #002f6c;	text-align: center;	background: #d4d9de;	}	h4	{	margin: 15px 0;	font-size: 1.5em;	color: #000;	}	h5	{	margin: 5px 0 15px 0;	font-size: 1.25em;	color: #002f6c;	}	h6	{ /* gallery + FAQ */	font-size: 1.1em;	color: #002f6c;	padding: 0;	margin: 0 0 15px 0;	}	img	{	border: 0;	max-width: 100%;	height: auto;	}p	{	padding: 0;	margin: 0 0 15px 0;	}strong, b	{	font-family: "Karla", sans-serif;	font-weight: 700;	}	a	{	color: #002f6c;	font-family: "Karla", sans-serif;	font-weight: 700;	}	a:hover	{color: #000;}hr	{	height: 1px;	margin: 15px 0;	border-bottom: 1px dashed #999;	border-top: 0;	border-left: 0;	border-right: 0;	color: #fff;	background: transparent;	}	form	{	margin: 0;	padding: 0;	}		/* Images */.img_align_left	{	float: left;	margin: 0 20px 15px 0;	}	.img_align_right	{	float: right;	margin: 0 0 15px 20px;	}		/* Tables */.chart table	{	margin-bottom: 20px;	border: 0;	border-spacing: 1px;	width: 100%;	}	.chart table tr:nth-child(1)	{background: #000; color: #fff; font-weight: bold;}.chart table tr:nth-child(1) a	{color: #fff !important;}.chart table tr:nth-child(2n+2)	{background: #e5e5e5;}/* .chart table tr:hover	{background: #ccc;} */	.chart td {padding: 8px 10px;}	/* Lists */	.list, .links	{	list-style: none;	margin: 0;	padding: 0;	}	.list li, .links li	{	margin: 0;	padding: 0;	color: #002f6c;	text-decoration: none;	font-family: "Karla", sans-serif;	font-weight: 700;	font-size: 1.2em;	border-bottom: 1px dotted #ccc;	}.list li	{padding: 12px 15px;}.links li a	{	display: block;	padding: 12px 15px;	}	.links li a:hover	{	color: #fff;	background: #002f6c;	}	/* Buttons */button, .btn { 	color: #fff; 	background: #002f6c;	padding: 18px 25px;	margin: 5px !important;	border: 0;	border-radius: 4px;	cursor: pointer;	font-size: 1.25em;	line-height: 1;	font-family: "Karla", sans-serif;	font-weight: 700;	} button	{width: auto; overflow: visible;}.btn:hover, .btn:focus, button:hover, button:focus {	background: #000;    transition: all 0.2s ease-in-out;    }button, a:link.btn, a:visited.btn, a:hover.btn, a:focus.btn	{	color: #fff;	text-decoration: none;	display: inline-block;	zoom: 1;	*display: inline;	}