@charset "utf-8";

/* benefit
-------------------------------------------------------------------------------*/
#primary {
	float: left;
	width: 96em;
}

#header + div{
	position: relative;
	width: 100%;
	height: 52em;
	margin-top: 1.8em;
	background: url(../images/main.jpg);
}

#header + div > h2{
	position: absolute;
	top: 0.6em;
	left: 1.0em;
	text-indent: -0.2em;
	font-size: 45px;
	line-height: 1.44;
	font-weight: normal !important;
	color: #FFF;
	letter-spacing: 0.08em;
}

#header + div p{
	position: absolute;
	bottom: 2em;
	left:  3.7em;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.16em;
}

.section{
	margin: 5em 0 9em 0;
}

.section > div{ width: 44em; }
.section > .img{ width: 48em; }

.section h3{
	font-size: 28px;
	line-height: 1.4;
}

.section > div > dl{
	padding: 1.6em 0 1.4em 0.8em;
	border-bottom: 2px dotted #000;
}

.section > div > dl dt{
	font-size: 14px;
	color: #B2B2B2;
}

.section > div > dl dd{ font-size: 14px; }
.section > div > dl dd:before{
	content: "\f111";
	font-family: FontAwesome;
	font-size: 14px;
	vertical-align: middle;
	margin-right: .3em;
	position: relative;
	top: -.2em;
}

.section > div > p{
	font-size: 14px;
	padding: 1.8em 0 0 0.6em;
}
