h2 {
	line-height:42px;
	margin:20px auto;
}
h3 {
	color:#fff;
	font-size:36px;
	font-weight:normal;
}
h4 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:20px;
}
h5 {
	font-size:18px;
	color:#1b94c7;
}
hr {
	margin:35px auto;
}
em {
	font-size:14px;
	margin:10px;
}
li[data-type="brain"] {
	background-image:url(/images/icon_brain.png);
	background-repeat:no-repeat;
	background-position-y:6px;
	color:#072337;
	font-size:16px;
	line-height:26px;
	padding-left:30px;
}
.container {
	max-width:1140px;
	margin:auto;
	font-size:16px;
	line-height:30px;
	color:#555;
}
#header {
	background:inherit;
	position:fixed;
	top:0;
	left:0;
}
#header .container .three-quarter.column, #header #nav {
	float:right;
}
.main.container.public {
	background:inherit;
	max-width:100%;
}
.rounded img {
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#counter {
	background:#1c95c8 url(/images/triangles_counter.jpg) no-repeat;
	margin:30px 0;
	min-height:120px;
}
#counter h3, #counter h4 {
	white-space:nowrap;
}
#counter .one-half.column {
	padding:15px 0;
}
.years {
	color:#fc5c94;
	font-size:14px;
	font-weight:bold;
}
.contact-button {
 	font-size:18px;
 	font-weight:bold;
	padding:15px;
	text-decoration:none;
	color:#fff;
	background:#dc4177 linear-gradient(#fc5c94, #dc4177) repeat-x;
	border:2px solid #ba2c5e;
	border-radius:10px;
	white-space:nowrap;
}
.contact-button:hover {
	color:#fff;
	background:#dc4177 linear-gradient(#dc4177, #dc4177) repeat-x;
}
.contact-button img {
	vertical-align:text-top;
}
a.contact, a.contact:hover {
	color:#fc5c94;
	text-decoration:none;
}
.container#leadthinkers .one-half.column {
	width:48%;
	margin:0 1%;
}
.container#leadthinkers .one-half.column.solo {
	margin:auto;
}
#affiliate-terms {
	height: 300px;
	overflow: auto;
	border: 1px solid #555;
	font-size: 12px;
	line-height: 16px;	
}
.shadow.box {
	box-shadow:0 0 10px rgba(0, 0, 0, 0.4);
	border-radius:20px;
	max-width:400px;
	padding:15px;
	margin:0 auto 30px auto;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	width:100%;
	border:1px solid #ddd;
}
#footer {
	position:relative;
	background:#4db9e7 url(/images/triangles_footer.jpg) no-repeat;
	padding-top:40px;
}
#footer h3 {
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}
#footer hr {
	background-image:linear-gradient(to right, rgba(255,255,255,0.2), transparent);
	border:0;
	height:2px;
	margin:10px 0 10px 0;
}
#footer .container#links {
	width:95%;
}
#footer .container#links div {
	font-size:14px;
	color:#fff;
}
#footer .container#links a {
	color:#ba2c5e;
	text-decoration:none;
}
#footer .container#links a:hover {
	color:#fff;
	text-decoration:none;
}
#footer .container#links #logos {
	margin-top:10px;
}
#footer .container .one-third.column {
	width:31%;
	margin:0 1%;
}