/********************************************
 *                                          *
 *  Here goes the EDF Articles styles     *
 *                                          *
 *******************************************/

/**
 * 	Global to merge with edf.css
 */

/**
 * 	Page Articles Offerings (What We Do)
 */

/* Title */
.node-type-offerings #content-header .title {
	padding:100px 0 110px;
	font-size:6.250em;
	color:#666;
}


/* global */
.node-type-offerings #content {
	background:#eee;
}
.paragraphs-items{
	clear:both;
}

/* Intro (caption + double paragraph )*/
.paragraphs-items-field-caption{
	float:left;
	width:65%;
}
.field-name-field-paragraph-caption-text{
	line-height:1.2;
}
.field-name-field-paragraph-caption-text + .field-name-field-paragraph-text {
	margin-left:0;
}
.field-name-field-paragraph-text{
	float:left;
	width:48%;
	margin-left:4%;
}

/* List Services */
.field-name-field-services{
	margin-top:0;
	float:right; 
	padding-top:40px;
	width:31%;
}
.field-name-field-services li{
	color:#888;
}

/* Sub Content (paragraphs with title)*/
.paragraphs-items-field-paragraphs{
	background:#FFF;
}
.field-name-field-paragraphs{
	display:inline-block;
	width:32%;
	vertical-align:top;
}
.field-name-field-paragraph-title {
	position:relative;
	padding-bottom:1rem;
	font-size:1rem;
	font-weight:normal;
}
