* { font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

a {
	color: #3498DB;
	font-weight: bold;
}

hr { margin: 30px 0; }

hr.blue {
	display: block;
	height: 1px;
	border: 0;
	border-top: 2px solid #3498DB;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 0;
}

/* -------------------------------------
		TYPOGRAPHY
------------------------------------- */

h1,h2,h3,h4,h5,h6 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small { font-size: 60%; color: #6f6f6f; line-height: 0; text-transform: none; }
h6 small { font-size: 90%; color: #6f6f6f; line-height: 0; text-transform: uppercase; }

h1 { font-weight:200; font-size: 32px; color: #3498db; text-align: center; }
h2 { font-weight:200; font-size: 28px;}
h3 { font-weight:500; font-size: 24px;}
h4 { font-weight:500; font-size: 21px;}
h5 { font-weight:900; font-size: 17px;}
h6 { font-weight:900; font-size: 14px; text-transform: uppercase; color:#3498DB;}

.is-bold { font-weight: bold; }

.collapse { margin:0!important;}

p, ul {
	margin-bottom: 10px;
	font-weight: normal;
	font-size:14px;
	line-height:1.8;
	color: #808080;
}
p.lead { font-size:17px; }
p.last { margin-bottom:0px;}

ul li {
	margin-left:5px;
	list-style-position: inside;
}

.callout {
	background-color: #EAF4FB;
}

.blue-table {
	background-color: #EAF4FB;
}

table ul li {
	display: inline-block;
	list-style: none;
}