/*******************************
PEOPLE CHANGE
*******************************/

.section.people-change .contents .payload .col{
	float:none;
	width:auto;
}

.section.people-change .contents .payload .col.left{
	padding:0px;
}

.section.people-change .contents .payload .col.right .venn_diagram{
	margin-top:20px;
	width:250px;
	height:203px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div{
	width:100px;
	height:100px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div .txt{
	font-size:11px;
}

/*PEOPLE*/
.section.people-change .contents .payload .col.right .venn_diagram > div.people{
	margin-left:-50px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div.people .txt{
	top:35px;
}

/*ORGANISATION*/
.section.people-change .contents .payload .col.right .venn_diagram > div.organisation{
	margin-top:-50px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div.organisation .txt{
	left:25px;
	top:45px;
}

/*PROCESS*/
.section.people-change .contents .payload .col.right .venn_diagram > div.process{
	margin-left:-50px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div.process .txt{
	bottom:35px;
}

/*SYSTEM*/
.section.people-change .contents .payload .col.right .venn_diagram > div.system{
	margin-top:-50px;
}

.section.people-change .contents .payload .col.right .venn_diagram > div.system .txt{
	right:25px;
	top:45px;
}

/*******************************
CHANGE
*******************************/


/***** STEPS *****/
.section.change .steps{
	margin:30px auto 30px auto;
}

.section.change .steps ul{
	width:auto;
	float:none;
	box-sizing:border-box;
}

.section.change .steps ul li .count{
	float:none;
	margin:0px auto 10px auto;
}

.section.change .steps ul li .txt{
	font-size:14px;
}

.section.change .steps ul li .txt h5{
	font-size:14px;
}

/***** PROCESS *****/

.section.change .process{
	margin-bottom:100px;	
}

/*CATEGORIES*/
.section.change .process .categories{
	display:none;
}

/*PROCESS STEPS*/
.section.change .process .process_steps{
	text-align:center;
	margin:15px 0px 15px 0px;
}

.section.change .process .process_steps li{
	display:block;
	margin:auto !important;
	position:static;
}


.section.change .process .process_steps li.arrow{
	transform:rotate(90deg);
	display:block;
	margin:-10px auto -10px auto!important;
}

.section.change .process .process_steps li.arrow .label{
	transform:rotate(-90deg);
	display:block;
	text-align:center;
	font-size:10px;
	margin-left:-40px;
}

/*BENEFITS*/
.section.change .process .benefits{
	display:none;
}

/*METHODS*/
.section.change .process .methods{
	display:none;
}

.section.change .process .methods li{
	float:left;
	width:25%;
}

/***** LONG PROCESS *****/

.section.change .long_process .col{
	width:auto;
	float:none;
}


/*******************************
HOW
*******************************/
.section.how .contents.two_col .payload .col.left h2{
	margin-top:0px;
}

.section.how .contents.two_col .payload{
	padding-bottom:200px;	
}